diff --git a/CMakeLists.txt b/CMakeLists.txt index 48f0fa649..c71189360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + cmake_minimum_required(VERSION 3.10) project(Lima) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/COPYING b/COPYING index 16312400f..e85520dae 100644 --- a/COPYING +++ b/COPYING @@ -1,23 +1,21 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +MIT License - LIMA 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 Affero General Public License for more details. +Copyright (c) 2022 CEA LIST + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see ======================================================================== - - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or + + + LIMA includes several Free/Libre Open Source Software and data used. They are + listed below. The full text of their respective licence is reproduced here or in the LICENCES folder. - + ======================================================================== Some classes from KDE libraries --------------------------------------------- diff --git a/Doxyfile.in b/Doxyfile.in index f3f0aa050..c45f70ade 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Doxyfile 1.5.1-KDevelop #--------------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE deleted file mode 100644 index d5445e7ac..000000000 --- a/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ -GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/LICENCES/AGPL b/LICENSES/AGPL similarity index 100% rename from LICENCES/AGPL rename to LICENSES/AGPL diff --git a/LICENSES/MIT b/LICENSES/MIT new file mode 100644 index 000000000..584c2fba5 --- /dev/null +++ b/LICENSES/MIT @@ -0,0 +1,10 @@ +MIT License + +Copyright (c) 2022 CEA LIST + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/LICENCES/gpl-3.0.txt b/LICENSES/gpl-3.0.txt similarity index 100% rename from LICENCES/gpl-3.0.txt rename to LICENSES/gpl-3.0.txt diff --git a/LICENCES/lgpllr.html b/LICENSES/lgpllr.html similarity index 100% rename from LICENCES/lgpllr.html rename to LICENSES/lgpllr.html diff --git a/SetCompilerFlags.cmake b/SetCompilerFlags.cmake index 958f6523c..14b53de93 100644 --- a/SetCompilerFlags.cmake +++ b/SetCompilerFlags.cmake @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set(CMAKE_EXPORT_COMPILE_COMMANDS ON) option(SHORTEN_POR_CORPUS_FOR_SVMLEARN "Use a shortened corpus for SVMTlearn to reduce learning time" OFF) diff --git a/SystemSpecificInformations.cmake b/SystemSpecificInformations.cmake index 237567343..5908b2fde 100644 --- a/SystemSpecificInformations.cmake +++ b/SystemSpecificInformations.cmake @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT # define a set of string with may-be useful readable name # this file is meant to be included in a CMakeLists.txt diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 2fa987b22..c2adc32c9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(Modules) diff --git a/cmake/Modules/CMakeLists.txt b/cmake/Modules/CMakeLists.txt index 674a63e84..db3f5d56f 100644 --- a/cmake/Modules/CMakeLists.txt +++ b/cmake/Modules/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(FILES Eigen_VERSION.cmake FindEigen.cmake diff --git a/cmake/Modules/Eigen_VERSION.cmake b/cmake/Modules/Eigen_VERSION.cmake index 767f7bc78..7acff2ff4 100644 --- a/cmake/Modules/Eigen_VERSION.cmake +++ b/cmake/Modules/Eigen_VERSION.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set(Eigen_URL https://bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/429aa5254200.tar.gz,) set(Eigen_ARCHIVE_HASH 429aa5254200) set(Eigen_HASH SHA256=61d8b6fc4279dd1dda986fb1677d15e3d641c07a3ea5abe255790b1f0c0c14e9) diff --git a/cmake/Modules/FindEigen.cmake b/cmake/Modules/FindEigen.cmake index 29ecc2b79..9a1b90cce 100644 --- a/cmake/Modules/FindEigen.cmake +++ b/cmake/Modules/FindEigen.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Finds the required directories to include Eigen. Since Eigen is # only header files, there is no library to locate, and therefore # no *_LIBRARIES variable is set. diff --git a/cmake/Modules/FindEnchant.cmake b/cmake/Modules/FindEnchant.cmake index f13f590e3..b34ccce91 100644 --- a/cmake/Modules/FindEnchant.cmake +++ b/cmake/Modules/FindEnchant.cmake @@ -1,31 +1,7 @@ -# - Try to find Enchant -# Once done, this will define -# -# ENCHANT_INCLUDE_DIRS - the Enchant include drectories -# ENCHANT_LIBRARIES - link these to use Enchant -# # Copyright (C) 2012 Samsung Electronics +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND ITS CONTRIBUTORS ``AS -# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ITS -# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: MIT find_package(PkgConfig) pkg_check_modules(PC_ENCHANT enchant) diff --git a/cmake/Modules/FindProtobuf.cmake b/cmake/Modules/FindProtobuf.cmake index 4fb4205dd..06be79b26 100644 --- a/cmake/Modules/FindProtobuf.cmake +++ b/cmake/Modules/FindProtobuf.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + include(FindPackageHandleStandardArgs) include(Protobuf_VERSION) unset(PROTOBUF_FOUND) diff --git a/cmake/Modules/FindQHttpServer.cmake b/cmake/Modules/FindQHttpServer.cmake index 821c10727..bd6c8dae5 100644 --- a/cmake/Modules/FindQHttpServer.cmake +++ b/cmake/Modules/FindQHttpServer.cmake @@ -1,7 +1,9 @@ # - Find the native QHttpServer includes and library -# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) -# by Gael de Chalendar (CEA LIST) +# Copyright 2002-2009 Kitware, Inc.) +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT # - Find the native QHttpServer includes and library # diff --git a/cmake/Modules/FindSOCI.cmake b/cmake/Modules/FindSOCI.cmake index 878f20d6d..15a50b812 100644 --- a/cmake/Modules/FindSOCI.cmake +++ b/cmake/Modules/FindSOCI.cmake @@ -1,7 +1,9 @@ # - Find the native soci includes and library -# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) -# by Gael de Chalendar (CEA LIST) +# Copyright 2002-2009 Kitware, Inc.) +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT # - Find the native SOCI includes and library # diff --git a/cmake/Modules/FindTensorFlow.cmake b/cmake/Modules/FindTensorFlow.cmake index 1578cead4..dd312e86c 100644 --- a/cmake/Modules/FindTensorFlow.cmake +++ b/cmake/Modules/FindTensorFlow.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Locates the tensorFlow library and include directories. include(FindPackageHandleStandardArgs) diff --git a/cmake/Modules/FindTre.cmake b/cmake/Modules/FindTre.cmake index 409c2ad64..15db4fd88 100644 --- a/cmake/Modules/FindTre.cmake +++ b/cmake/Modules/FindTre.cmake @@ -1,7 +1,9 @@ # - Find the native tre includes and library -# created from FindPNG.cmake (Copyright 2002-2009 Kitware, Inc.) -# by Olivier Mesnard (CEA LIST) +# Copyright 2002-2009 Kitware, Inc.) +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT # - Find the native tre includes and library # diff --git a/cmake/Modules/Protobuf_VERSION.cmake b/cmake/Modules/Protobuf_VERSION.cmake index a42082e97..150e4eb05 100644 --- a/cmake/Modules/Protobuf_VERSION.cmake +++ b/cmake/Modules/Protobuf_VERSION.cmake @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set(Protobuf_INSTALL_DIR "${TF_SOURCES_PATH}/google/") diff --git a/continuous_integration/build_manylinux.sh b/continuous_integration/build_manylinux.sh index 6f80c6142..b54547676 100755 --- a/continuous_integration/build_manylinux.sh +++ b/continuous_integration/build_manylinux.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set -o errexit set -o pipefail set -o nounset diff --git a/continuous_integration/build_qt5.sh b/continuous_integration/build_qt5.sh index f4b4d7b04..944c3a791 100755 --- a/continuous_integration/build_qt5.sh +++ b/continuous_integration/build_qt5.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # vim: tabstop=4 shiftwidth=4 softtabstop=4 # -*- sh-basic-offset: 4 -*- diff --git a/continuous_integration/docker_push.sh b/continuous_integration/docker_push.sh index ffce8708e..652303b21 100644 --- a/continuous_integration/docker_push.sh +++ b/continuous_integration/docker_push.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set -o errexit set -o pipefail set -o nounset diff --git a/continuous_integration/qhttpserver.sh b/continuous_integration/qhttpserver.sh index 371f58a6e..c548043aa 100755 --- a/continuous_integration/qhttpserver.sh +++ b/continuous_integration/qhttpserver.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + GITHUB_TOKEN="$1" set -o errexit diff --git a/continuous_integration/svmtool-cpp.sh b/continuous_integration/svmtool-cpp.sh index 1f3e46e68..fe76789d9 100755 --- a/continuous_integration/svmtool-cpp.sh +++ b/continuous_integration/svmtool-cpp.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + GITHUB_TOKEN="$1" set -o errexit diff --git a/continuous_integration/svmtool.sh b/continuous_integration/svmtool.sh index 2c8897a91..68c342a2a 100755 --- a/continuous_integration/svmtool.sh +++ b/continuous_integration/svmtool.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + GITHUB_TOKEN="$1" set -o errexit diff --git a/deeplima/CMakeLists.txt b/deeplima/CMakeLists.txt index a5be10e08..c43582d31 100644 --- a/deeplima/CMakeLists.txt +++ b/deeplima/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT cmake_minimum_required(VERSION 3.10) diff --git a/deeplima/apps/CMakeLists.txt b/deeplima/apps/CMakeLists.txt index 22ab4dd22..21f541673 100644 --- a/deeplima/apps/CMakeLists.txt +++ b/deeplima/apps/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_executable(deeplima-train-segm train-segm.cpp diff --git a/deeplima/apps/deeplima.cpp b/deeplima/apps/deeplima.cpp index e3ef7f093..dfe375c31 100644 --- a/deeplima/apps/deeplima.cpp +++ b/deeplima/apps/deeplima.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/apps/train-ner.cpp b/deeplima/apps/train-ner.cpp index 4567c69d9..104fab88d 100644 --- a/deeplima/apps/train-ner.cpp +++ b/deeplima/apps/train-ner.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/apps/train-segm.cpp b/deeplima/apps/train-segm.cpp index 177834d2a..711328792 100644 --- a/deeplima/apps/train-segm.cpp +++ b/deeplima/apps/train-segm.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/build_scripts/build_all.sh b/deeplima/build_scripts/build_all.sh index 4ffd2452b..b47226d39 100755 --- a/deeplima/build_scripts/build_all.sh +++ b/deeplima/build_scripts/build_all.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT LIBTORCH_PATH=$1 diff --git a/deeplima/build_scripts/build_docker.sh b/deeplima/build_scripts/build_docker.sh index 58b67a3b6..ac554cc0a 100755 --- a/deeplima/build_scripts/build_docker.sh +++ b/deeplima/build_scripts/build_docker.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + rm deeplima.tar docker build -t deeplima -f build_scripts/Dockerfile . && docker save -o deeplima.tar deeplima diff --git a/deeplima/cmake/UpdateGitCommitHash.cmake b/deeplima/cmake/UpdateGitCommitHash.cmake index 93306f9ca..77cb1031c 100644 --- a/deeplima/cmake/UpdateGitCommitHash.cmake +++ b/deeplima/cmake/UpdateGitCommitHash.cmake @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(CURRENT_LIST_DIR ${CMAKE_CURRENT_LIST_DIR}) diff --git a/deeplima/include/deeplima/config.h b/deeplima/include/deeplima/config.h index 89bff5afd..9c11a3622 100644 --- a/deeplima/include/deeplima/config.h +++ b/deeplima/include/deeplima/config.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_INCLUDE_CONFIG #define DEEPLIMA_INCLUDE_CONFIG diff --git a/deeplima/include/deeplima/dumper_conllu.h b/deeplima/include/deeplima/dumper_conllu.h index 760152793..db9c70f17 100644 --- a/deeplima/include/deeplima/dumper_conllu.h +++ b/deeplima/include/deeplima/dumper_conllu.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_DUMPER_CONLLU_H #define DEEPLIMA_DUMPER_CONLLU_H diff --git a/deeplima/include/deeplima/eigen_wrp/bilstm.h b/deeplima/include/deeplima/eigen_wrp/bilstm.h index 679bca891..948fa9e56 100644 --- a/deeplima/include/deeplima/eigen_wrp/bilstm.h +++ b/deeplima/include/deeplima/eigen_wrp/bilstm.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_BILSTM_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_BILSTM_H diff --git a/deeplima/include/deeplima/eigen_wrp/bilstm_and_dense.h b/deeplima/include/deeplima/eigen_wrp/bilstm_and_dense.h index 567362213..6278b7155 100644 --- a/deeplima/include/deeplima/eigen_wrp/bilstm_and_dense.h +++ b/deeplima/include/deeplima/eigen_wrp/bilstm_and_dense.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_BILSTM_AND_DENSE_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_BILSTM_AND_DENSE_H diff --git a/deeplima/include/deeplima/eigen_wrp/birnn_inference_base.h b/deeplima/include/deeplima/eigen_wrp/birnn_inference_base.h index cc8adb123..fbbd2a9a2 100644 --- a/deeplima/include/deeplima/eigen_wrp/birnn_inference_base.h +++ b/deeplima/include/deeplima/eigen_wrp/birnn_inference_base.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_EIGEN_WRP_BIRNN_INFERENCE_BASE_H #define DEEPLIMA_EIGEN_WRP_BIRNN_INFERENCE_BASE_H diff --git a/deeplima/include/deeplima/eigen_wrp/dict_embd_vectorizer.h b/deeplima/include/deeplima/eigen_wrp/dict_embd_vectorizer.h index f6dfbd6d8..a2076469f 100644 --- a/deeplima/include/deeplima/eigen_wrp/dict_embd_vectorizer.h +++ b/deeplima/include/deeplima/eigen_wrp/dict_embd_vectorizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_DICT_EMBD_VECTORIZER_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_DICT_EMBD_VECTORIZER_H diff --git a/deeplima/include/deeplima/eigen_wrp/eigen_matrix.h b/deeplima/include/deeplima/eigen_wrp/eigen_matrix.h index 209e75dd9..483a60f75 100644 --- a/deeplima/include/deeplima/eigen_wrp/eigen_matrix.h +++ b/deeplima/include/deeplima/eigen_wrp/eigen_matrix.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_EIGEN_MATRIX_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_EIGEN_MATRIX_H diff --git a/deeplima/include/deeplima/eigen_wrp/embd_dict.h b/deeplima/include/deeplima/eigen_wrp/embd_dict.h index fd023d8a0..c75b5facb 100644 --- a/deeplima/include/deeplima/eigen_wrp/embd_dict.h +++ b/deeplima/include/deeplima/eigen_wrp/embd_dict.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_EMBD_DICT_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_EMBD_DICT_H diff --git a/deeplima/include/deeplima/eigen_wrp/linear.h b/deeplima/include/deeplima/eigen_wrp/linear.h index 83958f226..6f04df811 100644 --- a/deeplima/include/deeplima/eigen_wrp/linear.h +++ b/deeplima/include/deeplima/eigen_wrp/linear.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_LINEAR_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_LINEAR_H diff --git a/deeplima/include/deeplima/eigen_wrp/op_base.h b/deeplima/include/deeplima/eigen_wrp/op_base.h index fb10504cb..73bc26a21 100644 --- a/deeplima/include/deeplima/eigen_wrp/op_base.h +++ b/deeplima/include/deeplima/eigen_wrp/op_base.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_EIGEN_OP_BASE_H #define DEEPLIMA_SRC_INFERENCE_EIGEN_OP_BASE_H diff --git a/deeplima/include/deeplima/eigen_wrp/segmentation_eigen_inference_impl.h b/deeplima/include/deeplima/eigen_wrp/segmentation_eigen_inference_impl.h index 70f9f31b8..558078d48 100644 --- a/deeplima/include/deeplima/eigen_wrp/segmentation_eigen_inference_impl.h +++ b/deeplima/include/deeplima/eigen_wrp/segmentation_eigen_inference_impl.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INCLUDE_SEGMENTATION_SEGMENTATION_EIGEN_INFERENCE_IMPL_H #define DEEPLIMA_SRC_INCLUDE_SEGMENTATION_SEGMENTATION_EIGEN_INFERENCE_IMPL_H diff --git a/deeplima/include/deeplima/eigen_wrp/tagging_eigen_inference_impl.h b/deeplima/include/deeplima/eigen_wrp/tagging_eigen_inference_impl.h index c3af229a6..7b6b07d31 100644 --- a/deeplima/include/deeplima/eigen_wrp/tagging_eigen_inference_impl.h +++ b/deeplima/include/deeplima/eigen_wrp/tagging_eigen_inference_impl.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_TAGGING_EIGEN_INFERENCE_IMPL_H #define DEEPLIMA_TAGGING_EIGEN_INFERENCE_IMPL_H diff --git a/deeplima/include/deeplima/eigen_wrp/word_seq_embd_vectorizer.h b/deeplima/include/deeplima/eigen_wrp/word_seq_embd_vectorizer.h index ba0de2570..f919b2d1f 100644 --- a/deeplima/include/deeplima/eigen_wrp/word_seq_embd_vectorizer.h +++ b/deeplima/include/deeplima/eigen_wrp/word_seq_embd_vectorizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_EIGEN_WRP_WORD_SEQ_EMBD_VECTORIZER_H #define DEEPLIMA_EIGEN_WRP_WORD_SEQ_EMBD_VECTORIZER_H diff --git a/deeplima/include/deeplima/fastText_wrp/fastText_wrp.h b/deeplima/include/deeplima/fastText_wrp/fastText_wrp.h index 1a1845718..f2ac60156 100644 --- a/deeplima/include/deeplima/fastText_wrp/fastText_wrp.h +++ b/deeplima/include/deeplima/fastText_wrp/fastText_wrp.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_FASTTEXT_WRP_H #define DEEPLIMA_FASTTEXT_WRP_H diff --git a/deeplima/include/deeplima/feat_extractors.h b/deeplima/include/deeplima/feat_extractors.h index 97905ca96..a91a52b10 100644 --- a/deeplima/include/deeplima/feat_extractors.h +++ b/deeplima/include/deeplima/feat_extractors.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_FEAT_EXTRACTORS_H #define DEEPLIMA_FEAT_EXTRACTORS_H diff --git a/deeplima/include/deeplima/ner.h b/deeplima/include/deeplima/ner.h index 2c79bcd45..22af50e2f 100644 --- a/deeplima/include/deeplima/ner.h +++ b/deeplima/include/deeplima/ner.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_NER_H #define DEEPLIMA_NER_H diff --git a/deeplima/include/deeplima/nets/birnn_seq_cls.h b/deeplima/include/deeplima/nets/birnn_seq_cls.h index 7b26cb780..d0d1ad2f9 100644 --- a/deeplima/include/deeplima/nets/birnn_seq_cls.h +++ b/deeplima/include/deeplima/nets/birnn_seq_cls.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_RNN_SEQ_CLS_H #define DEEPLIMA_SRC_INFERENCE_RNN_SEQ_CLS_H diff --git a/deeplima/include/deeplima/reader_conllu.h b/deeplima/include/deeplima/reader_conllu.h index 47604cbad..17ffc254a 100644 --- a/deeplima/include/deeplima/reader_conllu.h +++ b/deeplima/include/deeplima/reader_conllu.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_READER_CONLLU_H #define DEEPLIMA_READER_CONLLU_H diff --git a/deeplima/include/deeplima/segmentation.h b/deeplima/include/deeplima/segmentation.h index a97b04dcd..5c54414e8 100644 --- a/deeplima/include/deeplima/segmentation.h +++ b/deeplima/include/deeplima/segmentation.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SEGMENTATION_H #define DEEPLIMA_SEGMENTATION_H diff --git a/deeplima/include/deeplima/segmentation/impl/char_ngram.h b/deeplima/include/deeplima/segmentation/impl/char_ngram.h index 8d81c92cd..7213af608 100644 --- a/deeplima/include/deeplima/segmentation/impl/char_ngram.h +++ b/deeplima/include/deeplima/segmentation/impl/char_ngram.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SEGMENTATION_IMPL_CHAR_NGRAM_H #define DEEPLIMA_SEGMENTATION_IMPL_CHAR_NGRAM_H diff --git a/deeplima/include/deeplima/segmentation/impl/char_ngram_encoder.h b/deeplima/include/deeplima/segmentation/impl/char_ngram_encoder.h index 64a9b7cde..9851b05f3 100644 --- a/deeplima/include/deeplima/segmentation/impl/char_ngram_encoder.h +++ b/deeplima/include/deeplima/segmentation/impl/char_ngram_encoder.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SEGMENTATION_IMPL_CHAR_NGRAM_ENCODER_H #define DEEPLIMA_SEGMENTATION_IMPL_CHAR_NGRAM_ENCODER_H diff --git a/deeplima/include/deeplima/segmentation/impl/segmentation_decoder.h b/deeplima/include/deeplima/segmentation/impl/segmentation_decoder.h index dad1712f8..1afbfbd12 100644 --- a/deeplima/include/deeplima/segmentation/impl/segmentation_decoder.h +++ b/deeplima/include/deeplima/segmentation/impl/segmentation_decoder.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_APPS_SEGMENTATION_DECODER_H #define DEEPLIMA_APPS_SEGMENTATION_DECODER_H diff --git a/deeplima/include/deeplima/segmentation/impl/segmentation_impl.h b/deeplima/include/deeplima/segmentation/impl/segmentation_impl.h index 479b00f8b..3a0886c26 100644 --- a/deeplima/include/deeplima/segmentation/impl/segmentation_impl.h +++ b/deeplima/include/deeplima/segmentation/impl/segmentation_impl.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SEGMENTATION_IMPL_H #define DEEPLIMA_SEGMENTATION_IMPL_H diff --git a/deeplima/include/deeplima/segmentation/impl/segmentation_wrapper.h b/deeplima/include/deeplima/segmentation/impl/segmentation_wrapper.h index 05dcfc745..a23c18d40 100644 --- a/deeplima/include/deeplima/segmentation/impl/segmentation_wrapper.h +++ b/deeplima/include/deeplima/segmentation/impl/segmentation_wrapper.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_TRAIN_SEGMENTATION_WRAPPER_H #define DEEPLIMA_SRC_TRAIN_SEGMENTATION_WRAPPER_H diff --git a/deeplima/include/deeplima/segmentation/impl/utf8_reader.h b/deeplima/include/deeplima/segmentation/impl/utf8_reader.h index a2449a330..e1e1aa6a2 100644 --- a/deeplima/include/deeplima/segmentation/impl/utf8_reader.h +++ b/deeplima/include/deeplima/segmentation/impl/utf8_reader.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_APPS_UTF8_DECODER_H #define DEEPLIMA_APPS_UTF8_DECODER_H diff --git a/deeplima/include/deeplima/tagging/impl/tagging_impl.h b/deeplima/include/deeplima/tagging/impl/tagging_impl.h index 89833bc7d..4471c483d 100644 --- a/deeplima/include/deeplima/tagging/impl/tagging_impl.h +++ b/deeplima/include/deeplima/tagging/impl/tagging_impl.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_TAGGING_IMPL_H #define DEEPLIMA_TAGGING_IMPL_H diff --git a/deeplima/include/deeplima/tagging/impl/tagging_wrapper.h b/deeplima/include/deeplima/tagging/impl/tagging_wrapper.h index cc25bf801..34e8bd1c7 100644 --- a/deeplima/include/deeplima/tagging/impl/tagging_wrapper.h +++ b/deeplima/include/deeplima/tagging/impl/tagging_wrapper.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_TAGGING_IMPL_TAGGING_WRAPPER_H #define DEEPLIMA_TAGGING_IMPL_TAGGING_WRAPPER_H diff --git a/deeplima/include/deeplima/token_sequence_analyzer.h b/deeplima/include/deeplima/token_sequence_analyzer.h index 575c01f11..9e00d0f87 100644 --- a/deeplima/include/deeplima/token_sequence_analyzer.h +++ b/deeplima/include/deeplima/token_sequence_analyzer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_TOKEN_SEQUENCE_ANALYZER #define DEEPLIMA_TOKEN_SEQUENCE_ANALYZER diff --git a/deeplima/include/deeplima/token_type.h b/deeplima/include/deeplima/token_type.h index dc4a61209..09b11fc2e 100644 --- a/deeplima/include/deeplima/token_type.h +++ b/deeplima/include/deeplima/token_type.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_TOKEN_TYPE_H #define DEEPLIMA_TOKEN_TYPE_H diff --git a/deeplima/include/deeplima/torch_wrp/dict_vectorizer.h b/deeplima/include/deeplima/torch_wrp/dict_vectorizer.h index 508778d2c..170286ef1 100644 --- a/deeplima/include/deeplima/torch_wrp/dict_vectorizer.h +++ b/deeplima/include/deeplima/torch_wrp/dict_vectorizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_TORCH_DICT_VECTORIZER_H #define DEEPLIMA_SRC_INFERENCE_TORCH_DICT_VECTORIZER_H diff --git a/deeplima/include/deeplima/torch_wrp/torch_matrix.h b/deeplima/include/deeplima/torch_wrp/torch_matrix.h index 0a1a9e02c..4ccfef65d 100644 --- a/deeplima/include/deeplima/torch_wrp/torch_matrix.h +++ b/deeplima/include/deeplima/torch_wrp/torch_matrix.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INFERENCE_TORCH_VECTORIZER_H #define DEEPLIMA_SRC_INFERENCE_TORCH_VECTORIZER_H diff --git a/deeplima/include/deeplima/utils/locked_buffer.h b/deeplima/include/deeplima/utils/locked_buffer.h index bbbf22cc0..3fb33ff53 100644 --- a/deeplima/include/deeplima/utils/locked_buffer.h +++ b/deeplima/include/deeplima/utils/locked_buffer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_APPS_LOCKED_BUFFER_H #define DEEPLIMA_APPS_LOCKED_BUFFER_H diff --git a/deeplima/include/deeplima/utils/pretty.h b/deeplima/include/deeplima/utils/pretty.h index 5afe35796..f157eb4c1 100644 --- a/deeplima/include/deeplima/utils/pretty.h +++ b/deeplima/include/deeplima/utils/pretty.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INCLUDE_PRETTY_H #define DEEPLIMA_SRC_INCLUDE_PRETTY_H diff --git a/deeplima/include/deeplima/utils/std_matrix.h b/deeplima/include/deeplima/utils/std_matrix.h index 38c6ae685..c5932941b 100644 --- a/deeplima/include/deeplima/utils/std_matrix.h +++ b/deeplima/include/deeplima/utils/std_matrix.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_APPS_STD_MATRIX_H #define DEEPLIMA_APPS_STD_MATRIX_H diff --git a/deeplima/include/deeplima/utils/str_index.h b/deeplima/include/deeplima/utils/str_index.h index 1a48929bc..438d47669 100644 --- a/deeplima/include/deeplima/utils/str_index.h +++ b/deeplima/include/deeplima/utils/str_index.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_UTILS_STR_INDEX #define DEEPLIMA_UTILS_STR_INDEX diff --git a/deeplima/include/deeplima/utils/thread_pool.h b/deeplima/include/deeplima/utils/thread_pool.h index 3bea4bb80..30b0befe8 100644 --- a/deeplima/include/deeplima/utils/thread_pool.h +++ b/deeplima/include/deeplima/utils/thread_pool.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INCLUDE_THREAD_POOL_H #define DEEPLIMA_SRC_INCLUDE_THREAD_POOL_H diff --git a/deeplima/libs/CMakeLists.txt b/deeplima/libs/CMakeLists.txt index dddcfb006..e070037f6 100644 --- a/deeplima/libs/CMakeLists.txt +++ b/deeplima/libs/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT INCLUDE_DIRECTORIES(AFTER ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/deeplima/libs/conllu/CMakeLists.txt b/deeplima/libs/conllu/CMakeLists.txt index f77c66757..2de1a2341 100644 --- a/deeplima/libs/conllu/CMakeLists.txt +++ b/deeplima/libs/conllu/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SOURCE_LIST file.cpp diff --git a/deeplima/libs/conllu/file.cpp b/deeplima/libs/conllu/file.cpp index fd9a83760..8c660d50a 100644 --- a/deeplima/libs/conllu/file.cpp +++ b/deeplima/libs/conllu/file.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/deeplima/libs/conllu/file.h b/deeplima/libs/conllu/file.h index 75d4cefa2..458553f59 100644 --- a/deeplima/libs/conllu/file.h +++ b/deeplima/libs/conllu/file.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef CONLLU_FILE_H #define CONLLU_FILE_H diff --git a/deeplima/libs/conllu/line.cpp b/deeplima/libs/conllu/line.cpp index 1ffb3fdfe..3c30e749c 100644 --- a/deeplima/libs/conllu/line.cpp +++ b/deeplima/libs/conllu/line.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/conllu/line.h b/deeplima/libs/conllu/line.h index f4a665498..92b128824 100644 --- a/deeplima/libs/conllu/line.h +++ b/deeplima/libs/conllu/line.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef CONLLU_LINE_H #define CONLLU_LINE_H diff --git a/deeplima/libs/conllu/treebank.cpp b/deeplima/libs/conllu/treebank.cpp index 0c27fec8d..5ff405379 100644 --- a/deeplima/libs/conllu/treebank.cpp +++ b/deeplima/libs/conllu/treebank.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/conllu/treebank.h b/deeplima/libs/conllu/treebank.h index b1aa73e94..e80d13ae2 100644 --- a/deeplima/libs/conllu/treebank.h +++ b/deeplima/libs/conllu/treebank.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef CONLLU_TREEBANK_H #define CONLLU_TREEBANK_H diff --git a/deeplima/libs/convert/CMakeLists.txt b/deeplima/libs/convert/CMakeLists.txt index de054a35b..73235eef7 100644 --- a/deeplima/libs/convert/CMakeLists.txt +++ b/deeplima/libs/convert/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(from_torch) diff --git a/deeplima/libs/convert/from_torch/CMakeLists.txt b/deeplima/libs/convert/from_torch/CMakeLists.txt index 432d4d513..386834c2d 100644 --- a/deeplima/libs/convert/from_torch/CMakeLists.txt +++ b/deeplima/libs/convert/from_torch/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SOURCE_LIST convert_from_torch.cpp diff --git a/deeplima/libs/convert/from_torch/convert_from_torch.cpp b/deeplima/libs/convert/from_torch/convert_from_torch.cpp index d2970b234..627f0d038 100644 --- a/deeplima/libs/convert/from_torch/convert_from_torch.cpp +++ b/deeplima/libs/convert/from_torch/convert_from_torch.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "deeplima/eigen_wrp/segmentation_eigen_inference_impl.h" #include "tasks/segmentation/model/birnn_classifier_for_segmentation.h" diff --git a/deeplima/libs/convert/from_torch/convert_from_torch.h b/deeplima/libs/convert/from_torch/convert_from_torch.h index 33839fdcb..c450652c0 100644 --- a/deeplima/libs/convert/from_torch/convert_from_torch.h +++ b/deeplima/libs/convert/from_torch/convert_from_torch.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_CONVERT_FROM_TORCH_H #define DEEPLIMA_LIBS_CONVERT_FROM_TORCH_H diff --git a/deeplima/libs/convert/from_torch/entity_tagging_model.cpp b/deeplima/libs/convert/from_torch/entity_tagging_model.cpp index 4f2141768..581005c80 100644 --- a/deeplima/libs/convert/from_torch/entity_tagging_model.cpp +++ b/deeplima/libs/convert/from_torch/entity_tagging_model.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "deeplima/eigen_wrp/tagging_eigen_inference_impl.h" #include "tasks/ner/model/birnn_classifier_for_ner.h" diff --git a/deeplima/libs/helpers/CMakeLists.txt b/deeplima/libs/helpers/CMakeLists.txt index 5cc605e7f..2eb821a25 100644 --- a/deeplima/libs/helpers/CMakeLists.txt +++ b/deeplima/libs/helpers/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SOURCE_LIST path_resolver.cpp diff --git a/deeplima/libs/helpers/path_resolver.cpp b/deeplima/libs/helpers/path_resolver.cpp index c896c0215..6aaeacc41 100644 --- a/deeplima/libs/helpers/path_resolver.cpp +++ b/deeplima/libs/helpers/path_resolver.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/helpers/path_resolver.h b/deeplima/libs/helpers/path_resolver.h index 4f1eaac9d..58268364a 100644 --- a/deeplima/libs/helpers/path_resolver.h +++ b/deeplima/libs/helpers/path_resolver.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_INCLUDE_PATH_RESOLVER #define DEEPLIMA_INCLUDE_PATH_RESOLVER diff --git a/deeplima/libs/nn/CMakeLists.txt b/deeplima/libs/nn/CMakeLists.txt index 023756738..314267a26 100644 --- a/deeplima/libs/nn/CMakeLists.txt +++ b/deeplima/libs/nn/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(birnn_seq_cls) diff --git a/deeplima/libs/nn/birnn_seq_cls/CMakeLists.txt b/deeplima/libs/nn/birnn_seq_cls/CMakeLists.txt index d44be16e1..8a66d80f3 100644 --- a/deeplima/libs/nn/birnn_seq_cls/CMakeLists.txt +++ b/deeplima/libs/nn/birnn_seq_cls/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SOURCE_LIST birnn_seq_classifier.cpp diff --git a/deeplima/libs/nn/birnn_seq_cls/birnn_classifier_script_generator.cpp b/deeplima/libs/nn/birnn_seq_cls/birnn_classifier_script_generator.cpp index fe5969597..c47f6c8f1 100644 --- a/deeplima/libs/nn/birnn_seq_cls/birnn_classifier_script_generator.cpp +++ b/deeplima/libs/nn/birnn_seq_cls/birnn_classifier_script_generator.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.cpp b/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.cpp index 6e531b8e1..a4616681a 100644 --- a/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.cpp +++ b/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.h b/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.h index 358123708..b6722f5bd 100644 --- a/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.h +++ b/deeplima/libs/nn/birnn_seq_cls/birnn_seq_classifier.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_NN_BIRNN_SEQ_CLASSIFIER_H #define DEEPLIMA_LIBS_NN_BIRNN_SEQ_CLASSIFIER_H diff --git a/deeplima/libs/static_graph/CMakeLists.txt b/deeplima/libs/static_graph/CMakeLists.txt index c745c6a75..3c054c2b8 100644 --- a/deeplima/libs/static_graph/CMakeLists.txt +++ b/deeplima/libs/static_graph/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SOURCE_LIST static_graph.cpp diff --git a/deeplima/libs/static_graph/dict.cpp b/deeplima/libs/static_graph/dict.cpp index 668e5a12f..1a759854a 100644 --- a/deeplima/libs/static_graph/dict.cpp +++ b/deeplima/libs/static_graph/dict.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "dict.h" diff --git a/deeplima/libs/static_graph/dict.h b/deeplima/libs/static_graph/dict.h index 481815817..d5a8bb76d 100644 --- a/deeplima/libs/static_graph/dict.h +++ b/deeplima/libs/static_graph/dict.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_STATIC_GRAPH_DICT_H #define DEEPLIMA_SRC_STATIC_GRAPH_DICT_H diff --git a/deeplima/libs/static_graph/dict_base.h b/deeplima/libs/static_graph/dict_base.h index 0807953ad..5c88f338d 100644 --- a/deeplima/libs/static_graph/dict_base.h +++ b/deeplima/libs/static_graph/dict_base.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_STATIC_GRAPH_DICT_BASE_H #define DEEPLIMA_SRC_STATIC_GRAPH_DICT_BASE_H diff --git a/deeplima/libs/static_graph/dict_holder_adapter.h b/deeplima/libs/static_graph/dict_holder_adapter.h index d172b5009..614ae78d7 100644 --- a/deeplima/libs/static_graph/dict_holder_adapter.h +++ b/deeplima/libs/static_graph/dict_holder_adapter.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_STATIC_GRAPH_DICT_HOLDER_ADAPTER_H #define DEEPLIMA_SRC_STATIC_GRAPH_DICT_HOLDER_ADAPTER_H diff --git a/deeplima/libs/static_graph/static_graph.cpp b/deeplima/libs/static_graph/static_graph.cpp index 5e1a5ccff..8415073e7 100644 --- a/deeplima/libs/static_graph/static_graph.cpp +++ b/deeplima/libs/static_graph/static_graph.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "static_graph.h" #include "dict.h" diff --git a/deeplima/libs/static_graph/static_graph.h b/deeplima/libs/static_graph/static_graph.h index edb79bd20..517526d33 100644 --- a/deeplima/libs/static_graph/static_graph.h +++ b/deeplima/libs/static_graph/static_graph.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_STATIC_GRAPH_STATIC_GRAPH_H #define DEEPLIMA_SRC_STATIC_GRAPH_STATIC_GRAPH_H diff --git a/deeplima/libs/tasks/CMakeLists.txt b/deeplima/libs/tasks/CMakeLists.txt index b714f71e0..a4a453828 100644 --- a/deeplima/libs/tasks/CMakeLists.txt +++ b/deeplima/libs/tasks/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(common) add_subdirectory(segmentation) diff --git a/deeplima/libs/tasks/common/CMakeLists.txt b/deeplima/libs/tasks/common/CMakeLists.txt index fdc46760a..e977453e2 100644 --- a/deeplima/libs/tasks/common/CMakeLists.txt +++ b/deeplima/libs/tasks/common/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_library(train_common STATIC diff --git a/deeplima/libs/tasks/common/train_params.cpp b/deeplima/libs/tasks/common/train_params.cpp index 96e30ff63..41a8b2924 100644 --- a/deeplima/libs/tasks/common/train_params.cpp +++ b/deeplima/libs/tasks/common/train_params.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/tasks/common/train_params.h b/deeplima/libs/tasks/common/train_params.h index 790ee6dac..b0a6735bd 100644 --- a/deeplima/libs/tasks/common/train_params.h +++ b/deeplima/libs/tasks/common/train_params.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_TASKS_COMMON_TRAIN_PARAMS_H #define DEEPLIMA_LIBS_TASKS_COMMON_TRAIN_PARAMS_H diff --git a/deeplima/libs/tasks/ner/CMakeLists.txt b/deeplima/libs/tasks/ner/CMakeLists.txt index cb3a18f2d..69d0127c3 100644 --- a/deeplima/libs/tasks/ner/CMakeLists.txt +++ b/deeplima/libs/tasks/ner/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(model) add_subdirectory(train) diff --git a/deeplima/libs/tasks/ner/model/CMakeLists.txt b/deeplima/libs/tasks/ner/model/CMakeLists.txt index ede361edb..89ad7e608 100644 --- a/deeplima/libs/tasks/ner/model/CMakeLists.txt +++ b/deeplima/libs/tasks/ner/model/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_library(birnn_classifier_for_ner STATIC diff --git a/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.cpp b/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.cpp index 654cb4b5e..4aa93efc3 100644 --- a/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.cpp +++ b/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.h b/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.h index ff2ac706f..ac700d9d8 100644 --- a/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.h +++ b/deeplima/libs/tasks/ner/model/birnn_classifier_for_ner.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_TRAIN_BIRNN_CLASSIFIER_FOR_SEGMENTATION_H #define DEEPLIMA_SRC_TRAIN_BIRNN_CLASSIFIER_FOR_SEGMENTATION_H diff --git a/deeplima/libs/tasks/ner/model/train_params_tagging.h b/deeplima/libs/tasks/ner/model/train_params_tagging.h index cf8b154bb..1ede90cbd 100644 --- a/deeplima/libs/tasks/ner/model/train_params_tagging.h +++ b/deeplima/libs/tasks/ner/model/train_params_tagging.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_TASKS_TAGGING_PARAMS_H #define DEEPLIMA_LIBS_TASKS_TAGGING_PARAMS_H diff --git a/deeplima/libs/tasks/ner/train/CMakeLists.txt b/deeplima/libs/tasks/ner/train/CMakeLists.txt index 878820da9..620616b20 100644 --- a/deeplima/libs/tasks/ner/train/CMakeLists.txt +++ b/deeplima/libs/tasks/ner/train/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_library(train_ner STATIC diff --git a/deeplima/libs/tasks/ner/train/train_ner.cpp b/deeplima/libs/tasks/ner/train/train_ner.cpp index 01742c87d..f2f195de5 100644 --- a/deeplima/libs/tasks/ner/train/train_ner.cpp +++ b/deeplima/libs/tasks/ner/train/train_ner.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/tasks/ner/train/train_ner.h b/deeplima/libs/tasks/ner/train/train_ner.h index b6fa3b40f..33f5b6467 100644 --- a/deeplima/libs/tasks/ner/train/train_ner.h +++ b/deeplima/libs/tasks/ner/train/train_ner.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_TASKS_NER_TRAIN_TRAIN_NER_H #define DEEPLIMA_LIBS_TASKS_NER_TRAIN_TRAIN_NER_H diff --git a/deeplima/libs/tasks/ner/train/word_dict_builder.h b/deeplima/libs/tasks/ner/train/word_dict_builder.h index 0f2bfe2c2..a15ee9501 100644 --- a/deeplima/libs/tasks/ner/train/word_dict_builder.h +++ b/deeplima/libs/tasks/ner/train/word_dict_builder.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_TASKS_NER_TRAIN_WORD_DICT_BUILDER #define DEEPLIMA_LIBS_TASKS_NER_TRAIN_WORD_DICT_BUILDER diff --git a/deeplima/libs/tasks/ner/train/word_seq_vectorizer.h b/deeplima/libs/tasks/ner/train/word_seq_vectorizer.h index fc02d9fff..409833a9f 100644 --- a/deeplima/libs/tasks/ner/train/word_seq_vectorizer.h +++ b/deeplima/libs/tasks/ner/train/word_seq_vectorizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_LIBS_TASKS_NER_TRAIN_WORD_SEQ_VECTORIZER_H #define DEEPLIMA_LIBS_TASKS_NER_TRAIN_WORD_SEQ_VECTORIZER_H diff --git a/deeplima/libs/tasks/segmentation/CMakeLists.txt b/deeplima/libs/tasks/segmentation/CMakeLists.txt index cb3a18f2d..69d0127c3 100644 --- a/deeplima/libs/tasks/segmentation/CMakeLists.txt +++ b/deeplima/libs/tasks/segmentation/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(model) add_subdirectory(train) diff --git a/deeplima/libs/tasks/segmentation/model/CMakeLists.txt b/deeplima/libs/tasks/segmentation/model/CMakeLists.txt index 1c4ce4ff4..b372b1c59 100644 --- a/deeplima/libs/tasks/segmentation/model/CMakeLists.txt +++ b/deeplima/libs/tasks/segmentation/model/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_library(birnn_classifier_for_segmentation STATIC diff --git a/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.cpp b/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.cpp index ed9dd09e8..21af8bf79 100644 --- a/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.cpp +++ b/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "birnn_classifier_for_segmentation.h" diff --git a/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.h b/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.h index f5a416b2f..3bd5e3ecd 100644 --- a/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.h +++ b/deeplima/libs/tasks/segmentation/model/birnn_classifier_for_segmentation.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_TRAIN_BIRNN_CLASSIFIER_FOR_SEGMENTATION_H #define DEEPLIMA_SRC_TRAIN_BIRNN_CLASSIFIER_FOR_SEGMENTATION_H diff --git a/deeplima/libs/tasks/segmentation/train/CMakeLists.txt b/deeplima/libs/tasks/segmentation/train/CMakeLists.txt index 2f98b9d79..b577ff625 100644 --- a/deeplima/libs/tasks/segmentation/train/CMakeLists.txt +++ b/deeplima/libs/tasks/segmentation/train/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_library(train_segmentation STATIC diff --git a/deeplima/libs/tasks/segmentation/train/char_dict_builder.h b/deeplima/libs/tasks/segmentation/train/char_dict_builder.h index 37f95ac63..0b8b4fde0 100644 --- a/deeplima/libs/tasks/segmentation/train/char_dict_builder.h +++ b/deeplima/libs/tasks/segmentation/train/char_dict_builder.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef SRC_INCLUDE_SEGMENTATION_TRAIN_CHAR_DICT_BUILDER_H #define SRC_INCLUDE_SEGMENTATION_TRAIN_CHAR_DICT_BUILDER_H diff --git a/deeplima/libs/tasks/segmentation/train/char_seq_vectorizer.h b/deeplima/libs/tasks/segmentation/train/char_seq_vectorizer.h index 75b4977d1..c90af2555 100644 --- a/deeplima/libs/tasks/segmentation/train/char_seq_vectorizer.h +++ b/deeplima/libs/tasks/segmentation/train/char_seq_vectorizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_SRC_INCLUDE_SEGMENTATION_TRAIN_CHAR_SEQ_VECTORIZER_H #define DEEPLIMA_SRC_INCLUDE_SEGMENTATION_TRAIN_CHAR_SEQ_VECTORIZER_H diff --git a/deeplima/libs/tasks/segmentation/train/train_segmentation.cpp b/deeplima/libs/tasks/segmentation/train/train_segmentation.cpp index 3b62cbd62..13a0bb47b 100644 --- a/deeplima/libs/tasks/segmentation/train/train_segmentation.cpp +++ b/deeplima/libs/tasks/segmentation/train/train_segmentation.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/deeplima/libs/tasks/segmentation/train/train_segmentation.h b/deeplima/libs/tasks/segmentation/train/train_segmentation.h index c7512bd19..447952b0b 100644 --- a/deeplima/libs/tasks/segmentation/train/train_segmentation.h +++ b/deeplima/libs/tasks/segmentation/train/train_segmentation.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/deeplima/libs/version/CMakeLists.txt b/deeplima/libs/version/CMakeLists.txt index 6b398beb2..64a1e94db 100644 --- a/deeplima/libs/version/CMakeLists.txt +++ b/deeplima/libs/version/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #configure_file(version.cpp.in version.cpp @ONLY) diff --git a/deeplima/libs/version/version.cpp.in b/deeplima/libs/version/version.cpp.in index 0d2d6d2dd..fdd7ab49e 100644 --- a/deeplima/libs/version/version.cpp.in +++ b/deeplima/libs/version/version.cpp.in @@ -1,20 +1,7 @@ /* - Copyright 2021 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see +SPDX-License-Identifier: MIT */ #include "version.h" diff --git a/deeplima/libs/version/version.h b/deeplima/libs/version/version.h index 2839dfd9e..5bab39da9 100644 --- a/deeplima/libs/version/version.h +++ b/deeplima/libs/version/version.h @@ -1,21 +1,7 @@ -/* - Copyright 2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DEEPLIMA_VERSION_H #define DEEPLIMA_VERSION_H diff --git a/deeplima/scripts/conll2conllu.pl b/deeplima/scripts/conll2conllu.pl index cf86ee9f6..0e42c3be8 100644 --- a/deeplima/scripts/conll2conllu.pl +++ b/deeplima/scripts/conll2conllu.pl @@ -1,21 +1,9 @@ #!/usr/bin/perl -w # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; use utf8; diff --git a/deeplima/scripts/download_langlist.py b/deeplima/scripts/download_langlist.py index cfdcd3869..1d4d9b2eb 100644 --- a/deeplima/scripts/download_langlist.py +++ b/deeplima/scripts/download_langlist.py @@ -2,21 +2,9 @@ # -*- coding: utf-8 -*- # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT import json import re diff --git a/deeplima/scripts/find_wiki_for_corpus.py b/deeplima/scripts/find_wiki_for_corpus.py index 22c28ed55..e2dc709f5 100644 --- a/deeplima/scripts/find_wiki_for_corpus.py +++ b/deeplima/scripts/find_wiki_for_corpus.py @@ -2,21 +2,9 @@ # -*- coding: utf-8 -*- # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT import argparse import json diff --git a/deeplima/scripts/tokenize_archive.sh b/deeplima/scripts/tokenize_archive.sh index db7e7add4..0535968a9 100755 --- a/deeplima/scripts/tokenize_archive.sh +++ b/deeplima/scripts/tokenize_archive.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + INPUT_FILE=$1 OUTPUT_DIR=$2 TOK_MODEL=$3 diff --git a/deeplima/scripts/train_ud_tagging.sh b/deeplima/scripts/train_ud_tagging.sh index d5aaccbdb..ed4376d54 100755 --- a/deeplima/scripts/train_ud_tagging.sh +++ b/deeplima/scripts/train_ud_tagging.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + BUILD_TYPE=Release UD_PATH=$1 UD_VERSION=$2 diff --git a/deeplima/tests/CMakeLists.txt b/deeplima/tests/CMakeLists.txt index 0f67b8c86..e14022e84 100644 --- a/deeplima/tests/CMakeLists.txt +++ b/deeplima/tests/CMakeLists.txt @@ -1,19 +1,4 @@ # Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - - - +# SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 12d31799b..2bc5e614e 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads REQUIRED) diff --git a/extern/download_libtorch.sh b/extern/download_libtorch.sh index e3d41c7c6..6e8a50bf6 100755 --- a/extern/download_libtorch.sh +++ b/extern/download_libtorch.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcpu.zip unzip libtorch-cxx11-abi-shared-with-deps-1.9.0+cpu.zip diff --git a/gbuild-clang.sh b/gbuild-clang.sh index 615e6fd8f..216fb4f61 100755 --- a/gbuild-clang.sh +++ b/gbuild-clang.sh @@ -1,17 +1,6 @@ -# This file is part of LIMA. +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #!/bin/bash #Fail if anything goes wrong diff --git a/gbuild.sh b/gbuild.sh index fc98d8433..22d7d18df 100755 --- a/gbuild.sh +++ b/gbuild.sh @@ -1,17 +1,6 @@ -# This file is part of LIMA. +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #!/bin/bash #Fail if anything goes wrong diff --git a/lima_annoqt/CMakeLists.txt b/lima_annoqt/CMakeLists.txt index b0ddcd192..bcfd42086 100644 --- a/lima_annoqt/CMakeLists.txt +++ b/lima_annoqt/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set(LIMA_LP_LIB_VERSION ${LIMA_GENERIC_LIB_VERSION}) set(LIMA_LP_LIB_SOVERSION ${LIMA_GENERIC_LIB_SOVERSION}) diff --git a/lima_annoqt/COPYING b/lima_annoqt/COPYING deleted file mode 100644 index e043d31b4..000000000 --- a/lima_annoqt/COPYING +++ /dev/null @@ -1,86 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== -Some classes from KDE libraries ---------------------------------------------- - This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - Copyright (C) 1999 Cristian Tibirna (ctibirna@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. - -======================================================================== - -QsDebug by Razvan Petru ------------------------ -// Copyright (c) 2010, Razvan Petru -// All rights reserved. - -// Redistribution and use in source and binary forms, with or without modification, -// are permitted provided that the following conditions are met: - -// * Redistributions of source code must retain the above copyright notice, this -// list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above copyright notice, this -// list of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// * The name of the contributors may not be used to endorse or promote products -// derived from this software without specific prior written permission. - -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -// IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -// INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -// OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -// OF THE POSSIBILITY OF SUCH DAMAGE. - -======================================================================== -FreeLing English dictionary ------------------------------------- -FreeLing is licensed under the GPLv3. See LICENCES. - -======================================================================== -The French dictionary Lefff -------------------------------------- -The Lefff is available under the LGPL-LR. - -======================================================================== -The French PoS tagged corpus Free French Treebank ------------------------------------------------------------------------- -The FFT is available under the LGPL-LR. - - diff --git a/lima_annoqt/LICENSE b/lima_annoqt/LICENSE deleted file mode 100644 index dba13ed2d..000000000 --- a/lima_annoqt/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_annoqt/src/CMakeLists.txt b/lima_annoqt/src/CMakeLists.txt index 39aa70287..98299aec6 100644 --- a/lima_annoqt/src/CMakeLists.txt +++ b/lima_annoqt/src/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + SET(QT_USE_QTXML 1) diff --git a/lima_annoqt/src/annoqt.cpp b/lima_annoqt/src/annoqt.cpp index f0a6080bf..27bdff885 100644 --- a/lima_annoqt/src/annoqt.cpp +++ b/lima_annoqt/src/annoqt.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/annoqt.h b/lima_annoqt/src/annoqt.h index 645a89921..e8e3b3714 100644 --- a/lima_annoqt/src/annoqt.h +++ b/lima_annoqt/src/annoqt.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/annoqt.qrc b/lima_annoqt/src/annoqt.qrc index 67881c34b..f72980dfb 100644 --- a/lima_annoqt/src/annoqt.qrc +++ b/lima_annoqt/src/annoqt.qrc @@ -1,3 +1,9 @@ + + editcopy.xpm diff --git a/lima_annoqt/src/annoqtconfeditor.qrc b/lima_annoqt/src/annoqtconfeditor.qrc index a699d161e..a0f5d6cef 100644 --- a/lima_annoqt/src/annoqtconfeditor.qrc +++ b/lima_annoqt/src/annoqtconfeditor.qrc @@ -1,3 +1,9 @@ + + editcopy.xpm diff --git a/lima_annoqt/src/annotationConfigurationHandler.cpp b/lima_annoqt/src/annotationConfigurationHandler.cpp index 4e0b15d65..762554a86 100644 --- a/lima_annoqt/src/annotationConfigurationHandler.cpp +++ b/lima_annoqt/src/annotationConfigurationHandler.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/annotationConfigurationHandler.h b/lima_annoqt/src/annotationConfigurationHandler.h index 9bfefc820..7f496313f 100644 --- a/lima_annoqt/src/annotationConfigurationHandler.h +++ b/lima_annoqt/src/annotationConfigurationHandler.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/annotationEditWidget.cpp b/lima_annoqt/src/annotationEditWidget.cpp index 4b386dfc1..df23c22cc 100644 --- a/lima_annoqt/src/annotationEditWidget.cpp +++ b/lima_annoqt/src/annotationEditWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/annotationEditWidget.h b/lima_annoqt/src/annotationEditWidget.h index 3611c97d7..807e07449 100644 --- a/lima_annoqt/src/annotationEditWidget.h +++ b/lima_annoqt/src/annotationEditWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/confeditor.cpp b/lima_annoqt/src/confeditor.cpp index bc2cc5eec..60d51eaf2 100644 --- a/lima_annoqt/src/confeditor.cpp +++ b/lima_annoqt/src/confeditor.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/confeditor.h b/lima_annoqt/src/confeditor.h index 08250a2ba..ccdc00520 100644 --- a/lima_annoqt/src/confeditor.h +++ b/lima_annoqt/src/confeditor.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/confeditor.qrc b/lima_annoqt/src/confeditor.qrc index 67881c34b..f72980dfb 100644 --- a/lima_annoqt/src/confeditor.qrc +++ b/lima_annoqt/src/confeditor.qrc @@ -1,3 +1,9 @@ + + editcopy.xpm diff --git a/lima_annoqt/src/confeditormain.cpp b/lima_annoqt/src/confeditormain.cpp index a695848a6..f5fa7274b 100644 --- a/lima_annoqt/src/confeditormain.cpp +++ b/lima_annoqt/src/confeditormain.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/kcolorbutton.cpp b/lima_annoqt/src/kcolorbutton.cpp index f6d36a780..07bc5bae8 100644 --- a/lima_annoqt/src/kcolorbutton.cpp +++ b/lima_annoqt/src/kcolorbutton.cpp @@ -1,22 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - Copyright (C) 1999 Cristian Tibirna (ctibirna@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// Copyright (C) 1999 Cristian Tibirna (ctibirna@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "kcolorbutton.h" diff --git a/lima_annoqt/src/kcolorbutton.h b/lima_annoqt/src/kcolorbutton.h index 85bf242f7..a56efc462 100644 --- a/lima_annoqt/src/kcolorbutton.h +++ b/lima_annoqt/src/kcolorbutton.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KCOLORBUTTON_H #define KCOLORBUTTON_H diff --git a/lima_annoqt/src/kcolorchoosermode.h b/lima_annoqt/src/kcolorchoosermode.h index a7c81471f..a37f74c5e 100644 --- a/lima_annoqt/src/kcolorchoosermode.h +++ b/lima_annoqt/src/kcolorchoosermode.h @@ -1,33 +1,4 @@ -/* This file is part of the KDE libraries - Copyright (C) 2007 Timo A. Hummel (timo@timohummel.com) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ -#ifndef KCOLORCHOOSERMODE_H_ -#define KCOLORCHOOSERMODE_H_ - -enum KColorChooserMode -{ - ChooserClassic = 0x0000, - ChooserHue = 0x0001, - ChooserSaturation= 0x0002, - ChooserValue = 0x0003, - ChooserRed = 0x0004, - ChooserGreen = 0x0005, - ChooserBlue = 0x0006 -}; - -#endif /* KCOLORCHOOSERMODE_H_ */ +// Copyright (C) 2007 Timo A. Hummel (timo@timohummel.com) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/lima_annoqt/src/kcolorcollection.cpp b/lima_annoqt/src/kcolorcollection.cpp index 58f3ae054..cd8ee179c 100644 --- a/lima_annoqt/src/kcolorcollection.cpp +++ b/lima_annoqt/src/kcolorcollection.cpp @@ -1,21 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1999 Waldo Bastian (bastian@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1999 Waldo Bastian (bastian@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // KDE color collection diff --git a/lima_annoqt/src/kcolorcollection.h b/lima_annoqt/src/kcolorcollection.h index b7afb7451..9500440e7 100644 --- a/lima_annoqt/src/kcolorcollection.h +++ b/lima_annoqt/src/kcolorcollection.h @@ -1,21 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1999 Waldo Bastian (bastian@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; version - 2 of the License. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1999 Waldo Bastian (bastian@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // KDE color collection. diff --git a/lima_annoqt/src/kcolorcombo.cpp b/lima_annoqt/src/kcolorcombo.cpp index 0b7875c07..3c4d14b25 100644 --- a/lima_annoqt/src/kcolorcombo.cpp +++ b/lima_annoqt/src/kcolorcombo.cpp @@ -1,23 +1,10 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - Copyright (C) 2007 Pino Toscano (pino@kde.org) - Copyright (c) 2007 David Jarvie (software@astrojar.org.uk) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// Copyright (C) 2007 Pino Toscano (pino@kde.org) +// Copyright (c) 2007 David Jarvie (software@astrojar.org.uk) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // KDE color selection dialog. // diff --git a/lima_annoqt/src/kcolorcombo.h b/lima_annoqt/src/kcolorcombo.h index fddde45b9..4dee2184f 100644 --- a/lima_annoqt/src/kcolorcombo.h +++ b/lima_annoqt/src/kcolorcombo.h @@ -1,22 +1,9 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - Copyright (c) 2007 David Jarvie (software@astrojar.org.uk) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// Copyright (c) 2007 David Jarvie (software@astrojar.org.uk) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // KDE color selection combo box diff --git a/lima_annoqt/src/kcolordialog.cpp b/lima_annoqt/src/kcolordialog.cpp index 41f1210cb..4c5e5a922 100644 --- a/lima_annoqt/src/kcolordialog.cpp +++ b/lima_annoqt/src/kcolordialog.cpp @@ -1,22 +1,9 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - Copyright (C) 2007 Roberto Raggi (roberto@kdevelop.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// Copyright (C) 2007 Roberto Raggi (roberto@kdevelop.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // KDE color selection dialog. // diff --git a/lima_annoqt/src/kcolordialog.h b/lima_annoqt/src/kcolordialog.h index 93662b047..c1a7d89d2 100644 --- a/lima_annoqt/src/kcolordialog.h +++ b/lima_annoqt/src/kcolordialog.h @@ -1,21 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //---------------------------------------------------------------------- // KDE color selection dialog. diff --git a/lima_annoqt/src/kcolordialog_p.h b/lima_annoqt/src/kcolordialog_p.h index 1381ab016..0d7bae40b 100644 --- a/lima_annoqt/src/kcolordialog_p.h +++ b/lima_annoqt/src/kcolordialog_p.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 2007 Olivier Goffart - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 2007 Olivier Goffart +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KCOLORDIALOGP_H #define KCOLORDIALOGP_H diff --git a/lima_annoqt/src/kcolorhelpers_p.h b/lima_annoqt/src/kcolorhelpers_p.h index 1093f69af..7e26996de 100644 --- a/lima_annoqt/src/kcolorhelpers_p.h +++ b/lima_annoqt/src/kcolorhelpers_p.h @@ -1,22 +1,8 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * Copyright (C) 2007 Olaf Schmidt - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// Copyright (C) 2007 Olaf Schmidt +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KDEUI_COLORS_KCOLORHELPERS_P_H #define KDEUI_COLORS_KCOLORHELPERS_P_H diff --git a/lima_annoqt/src/kcolormimedata.cpp b/lima_annoqt/src/kcolormimedata.cpp index 54f8bb363..75a6e08a6 100644 --- a/lima_annoqt/src/kcolormimedata.cpp +++ b/lima_annoqt/src/kcolormimedata.cpp @@ -1,22 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1999 Steffen Hansen (hansen@kde.org) - Copyright (C) 2005 Joseph Wenninger (jowenn@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1999 Steffen Hansen (hansen@kde.org) +// Copyright (C) 2005 Joseph Wenninger (jowenn@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "kcolormimedata.h" diff --git a/lima_annoqt/src/kcolormimedata.h b/lima_annoqt/src/kcolormimedata.h index 26b1b2881..52a824eee 100644 --- a/lima_annoqt/src/kcolormimedata.h +++ b/lima_annoqt/src/kcolormimedata.h @@ -1,22 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1999 Steffen Hansen (hansen@kde.org) - Copyright (C) 2005 Joseph Wenninger (jowenn@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1999 Steffen Hansen (hansen@kde.org) +// Copyright (C) 2005 Joseph Wenninger (jowenn@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef _KCOLORMIMEDATA_H #define _KCOLORMIMEDATA_H diff --git a/lima_annoqt/src/kcolorscheme.cpp b/lima_annoqt/src/kcolorscheme.cpp index 9245e45a8..b9f1ed064 100644 --- a/lima_annoqt/src/kcolorscheme.cpp +++ b/lima_annoqt/src/kcolorscheme.cpp @@ -1,21 +1,8 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "kcolorscheme.h" #include diff --git a/lima_annoqt/src/kcolorscheme.h b/lima_annoqt/src/kcolorscheme.h index b4648694b..8da222045 100644 --- a/lima_annoqt/src/kcolorscheme.h +++ b/lima_annoqt/src/kcolorscheme.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KCOLORSCHEME_H #define KCOLORSCHEME_H diff --git a/lima_annoqt/src/kcolorspaces.cpp b/lima_annoqt/src/kcolorspaces.cpp index 63918201a..9b9f8a13f 100644 --- a/lima_annoqt/src/kcolorspaces.cpp +++ b/lima_annoqt/src/kcolorspaces.cpp @@ -1,22 +1,9 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * Copyright (C) 2007 Olaf Schmidt - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// Copyright (C) 2007 Olaf Schmidt +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "kcolorspaces.h" #include "kcolorhelpers_p.h" diff --git a/lima_annoqt/src/kcolorspaces.h b/lima_annoqt/src/kcolorspaces.h index 9b5d59bd9..be8bba9c6 100644 --- a/lima_annoqt/src/kcolorspaces.h +++ b/lima_annoqt/src/kcolorspaces.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /* * If you use KColorSpaces in your own KDE code, please drop me a line at diff --git a/lima_annoqt/src/kcolorutils.cpp b/lima_annoqt/src/kcolorutils.cpp index efe8cdd77..dc0a83b5a 100644 --- a/lima_annoqt/src/kcolorutils.cpp +++ b/lima_annoqt/src/kcolorutils.cpp @@ -1,23 +1,10 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * Copyright (C) 2007 Thomas Zander - * Copyright (C) 2007 Zack Rusin - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// Copyright (C) 2007 Thomas Zander +// Copyright (C) 2007 Zack Rusin +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include #include "kcolorspaces.h" #include "kcolorhelpers_p.h" diff --git a/lima_annoqt/src/kcolorutils.h b/lima_annoqt/src/kcolorutils.h index 9d790ac78..b5d1bc97f 100644 --- a/lima_annoqt/src/kcolorutils.h +++ b/lima_annoqt/src/kcolorutils.h @@ -1,23 +1,9 @@ -/* This file is part of the KDE project - * Copyright (C) 2007 Matthew Woehlke - * Copyright (C) 2007 Thomas Zander - * Copyright (C) 2007 Zack Rusin - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ +// Copyright (C) 2007 Matthew Woehlke +// Copyright (C) 2007 Thomas Zander +// Copyright (C) 2007 Zack Rusin +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KCOLORUTILS_H #define KCOLORUTILS_H diff --git a/lima_annoqt/src/kcolorvalueselector.cpp b/lima_annoqt/src/kcolorvalueselector.cpp index ff525151a..6c9de08a7 100644 --- a/lima_annoqt/src/kcolorvalueselector.cpp +++ b/lima_annoqt/src/kcolorvalueselector.cpp @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "kcolorvalueselector.h" #include diff --git a/lima_annoqt/src/kcolorvalueselector.h b/lima_annoqt/src/kcolorvalueselector.h index bf58beae1..7988ae8cd 100644 --- a/lima_annoqt/src/kcolorvalueselector.h +++ b/lima_annoqt/src/kcolorvalueselector.h @@ -1,22 +1,7 @@ -/* This file is part of the KDE libraries - * - * Copyright (C) 1997 Martin Jones (mjones@kde.org) - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public License - * along with this library; see the file COPYING.LIB. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KCOLORVALUESELECTOR_H #define KCOLORVALUESELECTOR_H diff --git a/lima_annoqt/src/khuesaturationselect.cpp b/lima_annoqt/src/khuesaturationselect.cpp index bd6046705..b92045678 100644 --- a/lima_annoqt/src/khuesaturationselect.cpp +++ b/lima_annoqt/src/khuesaturationselect.cpp @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "khuesaturationselect.h" diff --git a/lima_annoqt/src/khuesaturationselect.h b/lima_annoqt/src/khuesaturationselect.h index d093b5ab7..a19259bed 100644 --- a/lima_annoqt/src/khuesaturationselect.h +++ b/lima_annoqt/src/khuesaturationselect.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KHUESATURATIONSELECT_H_ #define KHUESATURATIONSELECT_H_ diff --git a/lima_annoqt/src/kselector.cpp b/lima_annoqt/src/kselector.cpp index fca2dedcc..49092bd23 100644 --- a/lima_annoqt/src/kselector.cpp +++ b/lima_annoqt/src/kselector.cpp @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "kselector.h" diff --git a/lima_annoqt/src/kselector.h b/lima_annoqt/src/kselector.h index 1d2e3ff59..d11939880 100644 --- a/lima_annoqt/src/kselector.h +++ b/lima_annoqt/src/kselector.h @@ -1,21 +1,8 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + //----------------------------------------------------------------------------- // Selector widgets for KDE Color Selector, but probably useful for other // stuff also. diff --git a/lima_annoqt/src/kxyselector.cpp b/lima_annoqt/src/kxyselector.cpp index d372b1bad..1d77bac9e 100644 --- a/lima_annoqt/src/kxyselector.cpp +++ b/lima_annoqt/src/kxyselector.cpp @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "kxyselector.h" #include diff --git a/lima_annoqt/src/kxyselector.h b/lima_annoqt/src/kxyselector.h index 0cdd10715..6e82ccadb 100644 --- a/lima_annoqt/src/kxyselector.h +++ b/lima_annoqt/src/kxyselector.h @@ -1,21 +1,7 @@ -/* This file is part of the KDE libraries - Copyright (C) 1997 Martin Jones (mjones@kde.org) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ +// Copyright (C) 1997 Martin Jones (mjones@kde.org) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KXYSELECTOR_H #define KXYSELECTOR_H diff --git a/lima_annoqt/src/main.cpp b/lima_annoqt/src/main.cpp index 1917d8cb6..39378d25b 100644 --- a/lima_annoqt/src/main.cpp +++ b/lima_annoqt/src/main.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/specificEntitiesHandler.cpp b/lima_annoqt/src/specificEntitiesHandler.cpp index 57bcf6497..966f26b3c 100644 --- a/lima_annoqt/src/specificEntitiesHandler.cpp +++ b/lima_annoqt/src/specificEntitiesHandler.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/specificEntitiesHandler.h b/lima_annoqt/src/specificEntitiesHandler.h index 14cce005b..c5b21078a 100644 --- a/lima_annoqt/src/specificEntitiesHandler.h +++ b/lima_annoqt/src/specificEntitiesHandler.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/specificEntity.cpp b/lima_annoqt/src/specificEntity.cpp index a08fb726e..ed7aa7851 100644 --- a/lima_annoqt/src/specificEntity.cpp +++ b/lima_annoqt/src/specificEntity.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/src/specificEntity.h b/lima_annoqt/src/specificEntity.h index d2e4d1b61..de45a4602 100644 --- a/lima_annoqt/src/specificEntity.h +++ b/lima_annoqt/src/specificEntity.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Gael.de-Chalendar@cea.fr * ***************************************************************************/ diff --git a/lima_annoqt/test/CMakeLists.txt b/lima_annoqt/test/CMakeLists.txt index e69de29bb..a926f2b3c 100644 --- a/lima_annoqt/test/CMakeLists.txt +++ b/lima_annoqt/test/CMakeLists.txt @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/lima_annoqt/test/config-annotations.xml b/lima_annoqt/test/config-annotations.xml index 237983860..5d1ffdf2f 100644 --- a/lima_annoqt/test/config-annotations.xml +++ b/lima_annoqt/test/config-annotations.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_annoqt/test/f-200ib.txt.se.xml b/lima_annoqt/test/f-200ib.txt.se.xml index 2fca30dd2..af96e10fc 100644 --- a/lima_annoqt/test/f-200ib.txt.se.xml +++ b/lima_annoqt/test/f-200ib.txt.se.xml @@ -1,4 +1,11 @@ + + + F-200iB diff --git a/lima_common/CMakeLists.txt b/lima_common/CMakeLists.txt index f9d90249b..27d3bd108 100644 --- a/lima_common/CMakeLists.txt +++ b/lima_common/CMakeLists.txt @@ -1,21 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - - +# SPDX-License-Identifier: MIT add_subdirectory(conf) add_subdirectory(src) diff --git a/lima_common/COPYING b/lima_common/COPYING deleted file mode 100644 index ba174e5b6..000000000 --- a/lima_common/COPYING +++ /dev/null @@ -1,48 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== - -QsLog - -Copyright (c) 2010, Razvan Petru -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or other - materials provided with the distribution. -* The name of the contributors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/lima_common/Doxyfile.in b/lima_common/Doxyfile.in index f3f0aa050..c45f70ade 100644 --- a/lima_common/Doxyfile.in +++ b/lima_common/Doxyfile.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Doxyfile 1.5.1-KDevelop #--------------------------------------------------------------------------- diff --git a/lima_common/LICENSE b/lima_common/LICENSE deleted file mode 100644 index dba13ed2d..000000000 --- a/lima_common/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_common/LIMACOMMONConfig-src.cmake b/lima_common/LIMACOMMONConfig-src.cmake index 214a00648..b59c0ffce 100644 --- a/lima_common/LIMACOMMONConfig-src.cmake +++ b/lima_common/LIMACOMMONConfig-src.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # - Find LimaCommon set(LIMA_VERSION_MAJOR "3") diff --git a/lima_common/cbuild.sh b/lima_common/cbuild.sh index 51b0847fb..e6ddb74b3 100755 --- a/lima_common/cbuild.sh +++ b/lima_common/cbuild.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT if [[ $1 == "debug" ]]; then install -d debug diff --git a/lima_common/cmake/Modules/NSIS.template.in b/lima_common/cmake/Modules/NSIS.template.in index 738afa367..dd3dd6741 100644 --- a/lima_common/cmake/Modules/NSIS.template.in +++ b/lima_common/cmake/Modules/NSIS.template.in @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT ; HKLM (all users) vs HKCU (current user) defines !define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' diff --git a/lima_common/cobuild.sh b/lima_common/cobuild.sh index 2357562f6..cfd42bcb6 100755 --- a/lima_common/cobuild.sh +++ b/lima_common/cobuild.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT install -d obuild pushd obuild diff --git a/lima_common/conf/CMakeLists.txt b/lima_common/conf/CMakeLists.txt index 42ff38170..309194788 100644 --- a/lima_common/conf/CMakeLists.txt +++ b/lima_common/conf/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### diff --git a/lima_common/conf/lima-analysis.xml b/lima_common/conf/lima-analysis.xml index 5e1c86d74..e5c7baba5 100644 --- a/lima_common/conf/lima-analysis.xml +++ b/lima_common/conf/lima-analysis.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common-eng.xml b/lima_common/conf/lima-common-eng.xml index fb7f6828c..70acc818f 100644 --- a/lima_common/conf/lima-common-eng.xml +++ b/lima_common/conf/lima-common-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common-fre.xml b/lima_common/conf/lima-common-fre.xml index 3d65b203f..c4f1f0278 100644 --- a/lima_common/conf/lima-common-fre.xml +++ b/lima_common/conf/lima-common-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common-por.xml b/lima_common/conf/lima-common-por.xml index 51c82ef38..ef15c66c2 100644 --- a/lima_common/conf/lima-common-por.xml +++ b/lima_common/conf/lima-common-por.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common-ud-eng.xml b/lima_common/conf/lima-common-ud-eng.xml index 4ae195018..6f50e8aac 100644 --- a/lima_common/conf/lima-common-ud-eng.xml +++ b/lima_common/conf/lima-common-ud-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common-ud.xml b/lima_common/conf/lima-common-ud.xml index 0ad8b9c22..13e45b98f 100644 --- a/lima_common/conf/lima-common-ud.xml +++ b/lima_common/conf/lima-common-ud.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/conf/lima-common.xml b/lima_common/conf/lima-common.xml index f74a28cdd..90c6ddd28 100644 --- a/lima_common/conf/lima-common.xml +++ b/lima_common/conf/lima-common.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/cpack.sh b/lima_common/cpack.sh index e3f3752a2..3ebb815e7 100755 --- a/lima_common/cpack.sh +++ b/lima_common/cpack.sh @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT + install -d pack pushd pack cmake -DCMAKE_INSTALL_PREFIX=$AMOSE_DIST -DCMAKE_BUILD_TYPE=Release .. diff --git a/lima_common/src/CMakeLists.txt b/lima_common/src/CMakeLists.txt index 6b2f8205f..7437e5604 100644 --- a/lima_common/src/CMakeLists.txt +++ b/lima_common/src/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(common) diff --git a/lima_common/src/common/AbstractFactoryPattern/AbstractFactoryPatternExport.h b/lima_common/src/common/AbstractFactoryPattern/AbstractFactoryPatternExport.h index c15ba32b7..d45f15f20 100644 --- a/lima_common/src/common/AbstractFactoryPattern/AbstractFactoryPatternExport.h +++ b/lima_common/src/common/AbstractFactoryPattern/AbstractFactoryPatternExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file AbstractFactoryPatternExport.h diff --git a/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.cpp b/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.cpp index 7a2e2e95b..061d06870 100644 --- a/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.cpp +++ b/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "AmosePluginsManager.h" #include "common/LimaCommon.h" #include "common/AbstractFactoryPattern/DynamicLibrariesManager.h" diff --git a/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.h b/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.h index 225548533..22f216c1b 100644 --- a/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.h +++ b/lima_common/src/common/AbstractFactoryPattern/AmosePluginsManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef AMOSEPLUGINMANAGERS_H #define AMOSEPLUGINMANAGERS_H diff --git a/lima_common/src/common/AbstractFactoryPattern/CMakeLists.txt b/lima_common/src/common/AbstractFactoryPattern/CMakeLists.txt index 66cd77e8e..140a55ad8 100644 --- a/lima_common/src/common/AbstractFactoryPattern/CMakeLists.txt +++ b/lima_common/src/common/AbstractFactoryPattern/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.cpp b/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.cpp index ad2744fac..ee61f757f 100644 --- a/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.cpp +++ b/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @author Romaric Besancon * @date Wed Feb 6 2008 diff --git a/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.h b/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.h index fcb9af768..cc9bd8b52 100644 --- a/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.h +++ b/lima_common/src/common/AbstractFactoryPattern/DynamicLibrariesManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** ********************************************************************** * * @file DynamicLibrariesManager.h diff --git a/lima_common/src/common/AbstractFactoryPattern/InitializableObject.h b/lima_common/src/common/AbstractFactoryPattern/InitializableObject.h index 8f3060765..a2c66f80c 100644 --- a/lima_common/src/common/AbstractFactoryPattern/InitializableObject.h +++ b/lima_common/src/common/AbstractFactoryPattern/InitializableObject.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/InitializableObjectFactory.h b/lima_common/src/common/AbstractFactoryPattern/InitializableObjectFactory.h index 9e33b1dcc..9d9e6e50c 100644 --- a/lima_common/src/common/AbstractFactoryPattern/InitializableObjectFactory.h +++ b/lima_common/src/common/AbstractFactoryPattern/InitializableObjectFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/InitializableObjectManager.h b/lima_common/src/common/AbstractFactoryPattern/InitializableObjectManager.h index 30b47969d..41dfdd6f6 100644 --- a/lima_common/src/common/AbstractFactoryPattern/InitializableObjectManager.h +++ b/lima_common/src/common/AbstractFactoryPattern/InitializableObjectManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.cpp b/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.cpp index 72e52ea28..14782f19c 100644 --- a/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.cpp +++ b/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include #include "common/LimaCommon.h" diff --git a/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.h b/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.h index 3d5abe6dd..f888368cb 100644 --- a/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.h +++ b/lima_common/src/common/AbstractFactoryPattern/MainFactoriesMap.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef MAINFACTORIESMAP_H #define MAINFACTORIESMAP_H diff --git a/lima_common/src/common/AbstractFactoryPattern/MainFactory.h b/lima_common/src/common/AbstractFactoryPattern/MainFactory.h index 47a78a8e5..14d5b5932 100644 --- a/lima_common/src/common/AbstractFactoryPattern/MainFactory.h +++ b/lima_common/src/common/AbstractFactoryPattern/MainFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/ObjectManager.h b/lima_common/src/common/AbstractFactoryPattern/ObjectManager.h index 7162518d0..177230603 100644 --- a/lima_common/src/common/AbstractFactoryPattern/ObjectManager.h +++ b/lima_common/src/common/AbstractFactoryPattern/ObjectManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/ProcessingClientFactory.h b/lima_common/src/common/AbstractFactoryPattern/ProcessingClientFactory.h index 8e2fe3957..69ee3f5ed 100644 --- a/lima_common/src/common/AbstractFactoryPattern/ProcessingClientFactory.h +++ b/lima_common/src/common/AbstractFactoryPattern/ProcessingClientFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/RegistrableFactory.h b/lima_common/src/common/AbstractFactoryPattern/RegistrableFactory.h index 6d8a007d3..5d6b0a50f 100644 --- a/lima_common/src/common/AbstractFactoryPattern/RegistrableFactory.h +++ b/lima_common/src/common/AbstractFactoryPattern/RegistrableFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/SimpleFactory.h b/lima_common/src/common/AbstractFactoryPattern/SimpleFactory.h index df84419c4..1c288110b 100644 --- a/lima_common/src/common/AbstractFactoryPattern/SimpleFactory.h +++ b/lima_common/src/common/AbstractFactoryPattern/SimpleFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/AbstractFactoryPattern/Singleton.h b/lima_common/src/common/AbstractFactoryPattern/Singleton.h index 77358757a..b102b8857 100644 --- a/lima_common/src/common/AbstractFactoryPattern/Singleton.h +++ b/lima_common/src/common/AbstractFactoryPattern/Singleton.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2016 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2016 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_MISC_SINGLETON_H #define LIMA_MISC_SINGLETON_H diff --git a/lima_common/src/common/AbstractProcessingClient/AbstractProcessingClient.h b/lima_common/src/common/AbstractProcessingClient/AbstractProcessingClient.h index 1c8eff5e4..f7509cc66 100644 --- a/lima_common/src/common/AbstractProcessingClient/AbstractProcessingClient.h +++ b/lima_common/src/common/AbstractProcessingClient/AbstractProcessingClient.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_ABSTRACTPROCESSINGCLIENT_H #define LIMA_ABSTRACTPROCESSINGCLIENT_H diff --git a/lima_common/src/common/AbstractProcessingClient/CMakeLists.txt b/lima_common/src/common/AbstractProcessingClient/CMakeLists.txt index 87cd365a7..1b9298327 100644 --- a/lima_common/src/common/AbstractProcessingClient/CMakeLists.txt +++ b/lima_common/src/common/AbstractProcessingClient/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_common/src/common/CMakeLists.txt b/lima_common/src/common/CMakeLists.txt index 4e075e0e2..a8d4fa037 100644 --- a/lima_common/src/common/CMakeLists.txt +++ b/lima_common/src/common/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(tools) add_subdirectory(QsLog) add_subdirectory(AbstractFactoryPattern) diff --git a/lima_common/src/common/Data/CMakeLists.txt b/lima_common/src/common/Data/CMakeLists.txt index 141d901a3..f53a2f5c6 100644 --- a/lima_common/src/common/Data/CMakeLists.txt +++ b/lima_common/src/common/Data/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_subdirectory(tests) diff --git a/lima_common/src/common/Data/DataTypes.cpp b/lima_common/src/common/Data/DataTypes.cpp index 7976dfcbd..cbe339c07 100644 --- a/lima_common/src/common/Data/DataTypes.cpp +++ b/lima_common/src/common/Data/DataTypes.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "DataTypes.h" #include "common/LimaCommon.h" diff --git a/lima_common/src/common/Data/DataTypes.h b/lima_common/src/common/Data/DataTypes.h index ab84de7d6..71054d595 100644 --- a/lima_common/src/common/Data/DataTypes.h +++ b/lima_common/src/common/Data/DataTypes.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** ********************************************************************** * * @file DataTypes.h diff --git a/lima_common/src/common/Data/LimaString.cpp b/lima_common/src/common/Data/LimaString.cpp index 0eb3da52e..9273abb41 100644 --- a/lima_common/src/common/Data/LimaString.cpp +++ b/lima_common/src/common/Data/LimaString.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file LimaString.cpp * @date Created on : Thu Oct 9, 2003 diff --git a/lima_common/src/common/Data/LimaString.h b/lima_common/src/common/Data/LimaString.h index b85a7a612..2b005359f 100644 --- a/lima_common/src/common/Data/LimaString.h +++ b/lima_common/src/common/Data/LimaString.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file LimaString.cpp * @date Created on : Mon Aug 04 2003 diff --git a/lima_common/src/common/Data/base64.cpp b/lima_common/src/common/Data/base64.cpp index b24701e38..60595c114 100644 Binary files a/lima_common/src/common/Data/base64.cpp and b/lima_common/src/common/Data/base64.cpp differ diff --git a/lima_common/src/common/Data/base64.h b/lima_common/src/common/Data/base64.h index 64f0e4fea..435f41bbf 100644 --- a/lima_common/src/common/Data/base64.h +++ b/lima_common/src/common/Data/base64.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /* base64.cpp and base64.h diff --git a/lima_common/src/common/Data/genericDocumentProperties.cpp b/lima_common/src/common/Data/genericDocumentProperties.cpp index 1b0af4e6d..12e08a65a 100644 --- a/lima_common/src/common/Data/genericDocumentProperties.cpp +++ b/lima_common/src/common/Data/genericDocumentProperties.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file documentProperties.cpp diff --git a/lima_common/src/common/Data/genericDocumentProperties.h b/lima_common/src/common/Data/genericDocumentProperties.h index 7b7e560a8..5e52bd42f 100644 --- a/lima_common/src/common/Data/genericDocumentProperties.h +++ b/lima_common/src/common/Data/genericDocumentProperties.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file documentProperties.h diff --git a/lima_common/src/common/Data/readwritetools.cpp b/lima_common/src/common/Data/readwritetools.cpp index 011896998..98b775fdc 100644 --- a/lima_common/src/common/Data/readwritetools.cpp +++ b/lima_common/src/common/Data/readwritetools.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file readwritetools.cpp diff --git a/lima_common/src/common/Data/readwritetools.h b/lima_common/src/common/Data/readwritetools.h index f85beb7db..af9320127 100644 --- a/lima_common/src/common/Data/readwritetools.h +++ b/lima_common/src/common/Data/readwritetools.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file readwritetools.h diff --git a/lima_common/src/common/Data/strwstrtools.cpp b/lima_common/src/common/Data/strwstrtools.cpp index 57780c0b5..2a27bf7a6 100644 --- a/lima_common/src/common/Data/strwstrtools.cpp +++ b/lima_common/src/common/Data/strwstrtools.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file strwstrtools.cpp * @date begin Sep, 2003 diff --git a/lima_common/src/common/Data/strwstrtools.h b/lima_common/src/common/Data/strwstrtools.h index 500d31c72..8decf0ae3 100644 --- a/lima_common/src/common/Data/strwstrtools.h +++ b/lima_common/src/common/Data/strwstrtools.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file strwstrtools.h * @date begin Sep, 2003 diff --git a/lima_common/src/common/Data/tests/CMakeLists.txt b/lima_common/src/common/Data/tests/CMakeLists.txt index d56ad4067..579845e7d 100644 --- a/lima_common/src/common/Data/tests/CMakeLists.txt +++ b/lima_common/src/common/Data/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_common/src/common/Data/tests/FileUtilsTest.cpp b/lima_common/src/common/Data/tests/FileUtilsTest.cpp index 1532eabab..6949464c2 100644 --- a/lima_common/src/common/Data/tests/FileUtilsTest.cpp +++ b/lima_common/src/common/Data/tests/FileUtilsTest.cpp @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "FileUtilsTest.h" #include "common/tools/FileUtils.h" diff --git a/lima_common/src/common/Data/tests/FileUtilsTest.h b/lima_common/src/common/Data/tests/FileUtilsTest.h index 5c4ef9a81..0c9261b07 100644 --- a/lima_common/src/common/Data/tests/FileUtilsTest.h +++ b/lima_common/src/common/Data/tests/FileUtilsTest.h @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef FILEUTILSTEST_H #define FILEUTILSTEST_H diff --git a/lima_common/src/common/Data/tests/LimaStringTest0.cpp b/lima_common/src/common/Data/tests/LimaStringTest0.cpp index f4e4f4fc7..42b403264 100644 --- a/lima_common/src/common/Data/tests/LimaStringTest0.cpp +++ b/lima_common/src/common/Data/tests/LimaStringTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/Data/tests/LimaStringTest1.cpp b/lima_common/src/common/Data/tests/LimaStringTest1.cpp index 6a7d332dd..ebe9bc6c7 100644 --- a/lima_common/src/common/Data/tests/LimaStringTest1.cpp +++ b/lima_common/src/common/Data/tests/LimaStringTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/Data/tests/LimaStringTest2.cpp b/lima_common/src/common/Data/tests/LimaStringTest2.cpp index bd71707c7..95881aabc 100644 --- a/lima_common/src/common/Data/tests/LimaStringTest2.cpp +++ b/lima_common/src/common/Data/tests/LimaStringTest2.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/Data/tests/LimaStringTest3.cpp b/lima_common/src/common/Data/tests/LimaStringTest3.cpp index f635b2da1..ad91030b4 100644 --- a/lima_common/src/common/Data/tests/LimaStringTest3.cpp +++ b/lima_common/src/common/Data/tests/LimaStringTest3.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/Data/tests/ReadWriteTools1.cpp b/lima_common/src/common/Data/tests/ReadWriteTools1.cpp index 6eba3c0ce..d0f0496ee 100644 --- a/lima_common/src/common/Data/tests/ReadWriteTools1.cpp +++ b/lima_common/src/common/Data/tests/ReadWriteTools1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/Data/tests/ReadWriteTools2.cpp b/lima_common/src/common/Data/tests/ReadWriteTools2.cpp index 3412535d0..944a89dcf 100644 --- a/lima_common/src/common/Data/tests/ReadWriteTools2.cpp +++ b/lima_common/src/common/Data/tests/ReadWriteTools2.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.cpp b/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.cpp index 597558437..d986d5e46 100644 --- a/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.cpp +++ b/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.h b/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.h index 31bc32b10..565cc6f0a 100644 --- a/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.h +++ b/lima_common/src/common/FsaAccess/AbstractLexiconIdAccessor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.cpp b/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.cpp index fd304bccf..e95f517bb 100644 --- a/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.cpp +++ b/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.h b/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.h index 6d93b7056..41a034e72 100644 --- a/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.h +++ b/lima_common/src/common/FsaAccess/AbstractLexiconIdGenerator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/CMakeLists.txt b/lima_common/src/common/FsaAccess/CMakeLists.txt index e1d664bce..0fdf44129 100644 --- a/lima_common/src/common/FsaAccess/CMakeLists.txt +++ b/lima_common/src/common/FsaAccess/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_FSAACCESS_EXPORTING ) diff --git a/lima_common/src/common/FsaAccess/ComposedDict16.h b/lima_common/src/common/FsaAccess/ComposedDict16.h index 3ee640736..64f5262b1 100644 --- a/lima_common/src/common/FsaAccess/ComposedDict16.h +++ b/lima_common/src/common/FsaAccess/ComposedDict16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/ComposedDict16.tcc b/lima_common/src/common/FsaAccess/ComposedDict16.tcc index 909283b55..6d65ba97b 100644 --- a/lima_common/src/common/FsaAccess/ComposedDict16.tcc +++ b/lima_common/src/common/FsaAccess/ComposedDict16.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/CompoundStringAccess.h b/lima_common/src/common/FsaAccess/CompoundStringAccess.h index 459f3a181..fc142906f 100644 --- a/lima_common/src/common/FsaAccess/CompoundStringAccess.h +++ b/lima_common/src/common/FsaAccess/CompoundStringAccess.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/CompoundStringAccess.tcc b/lima_common/src/common/FsaAccess/CompoundStringAccess.tcc index edf7e3b8b..3db2c53d9 100644 --- a/lima_common/src/common/FsaAccess/CompoundStringAccess.tcc +++ b/lima_common/src/common/FsaAccess/CompoundStringAccess.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccess16.h b/lima_common/src/common/FsaAccess/FsaAccess16.h index f7bdf18d3..ebef5c753 100644 --- a/lima_common/src/common/FsaAccess/FsaAccess16.h +++ b/lima_common/src/common/FsaAccess/FsaAccess16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** compactDict.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccess16.tcc b/lima_common/src/common/FsaAccess/FsaAccess16.tcc index 8aeb7673d..48c149a5a 100644 --- a/lima_common/src/common/FsaAccess/FsaAccess16.tcc +++ b/lima_common/src/common/FsaAccess/FsaAccess16.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * FsaAccess16.cpp - description * ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessBuilder16.cpp b/lima_common/src/common/FsaAccess/FsaAccessBuilder16.cpp index 2c0235a1c..baf57d163 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessBuilder16.cpp +++ b/lima_common/src/common/FsaAccess/FsaAccessBuilder16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccessBuilder16.h b/lima_common/src/common/FsaAccess/FsaAccessBuilder16.h index 8c4dfa5e0..c171a91d4 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessBuilder16.h +++ b/lima_common/src/common/FsaAccess/FsaAccessBuilder16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessBuilder16.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.cpp b/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.cpp index 8ea87d772..65134c4e2 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.cpp +++ b/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.h b/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.h index cacd18428..a7c2905d3 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.h +++ b/lima_common/src/common/FsaAccess/FsaAccessBuilderRandom16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessBuilder16.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessHeader.cpp b/lima_common/src/common/FsaAccess/FsaAccessHeader.cpp index dce0fe68c..b0368bded 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessHeader.cpp +++ b/lima_common/src/common/FsaAccess/FsaAccessHeader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessHeader.cpp - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessHeader.h b/lima_common/src/common/FsaAccess/FsaAccessHeader.h index 42480fc34..74996fe81 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessHeader.h +++ b/lima_common/src/common/FsaAccess/FsaAccessHeader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** compactDict.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessIOHandler.h b/lima_common/src/common/FsaAccess/FsaAccessIOHandler.h index 7dd2b7624..5ff677613 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessIOHandler.h +++ b/lima_common/src/common/FsaAccess/FsaAccessIOHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessIOHandler.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessIOHandler.tcc b/lima_common/src/common/FsaAccess/FsaAccessIOHandler.tcc index 42287a295..4ade50265 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessIOHandler.tcc +++ b/lima_common/src/common/FsaAccess/FsaAccessIOHandler.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessIOHandler.tcc - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.cpp b/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.cpp index 438d77775..ccccb4874 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.cpp +++ b/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /***************************************************************************** * Copyright (C) 2006 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.h b/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.h index 7acadc15e..f89525999 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.h +++ b/lima_common/src/common/FsaAccess/FsaAccessIOStreamWrapper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /***************************************************************************** * Copyright (C) 2006 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccessReader16.h b/lima_common/src/common/FsaAccess/FsaAccessReader16.h index a008b02b1..fbb13d427 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessReader16.h +++ b/lima_common/src/common/FsaAccess/FsaAccessReader16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** compactDict.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessReader16.tcc b/lima_common/src/common/FsaAccess/FsaAccessReader16.tcc index 02ae8f64a..fb163cdba 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessReader16.tcc +++ b/lima_common/src/common/FsaAccess/FsaAccessReader16.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaAccessReader16.tcc - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaAccessSpare16.cpp b/lima_common/src/common/FsaAccess/FsaAccessSpare16.cpp index b8dc806a5..5a85c01b4 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessSpare16.cpp +++ b/lima_common/src/common/FsaAccess/FsaAccessSpare16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/FsaAccessSpare16.h b/lima_common/src/common/FsaAccess/FsaAccessSpare16.h index 4613eb404..f933b215e 100644 --- a/lima_common/src/common/FsaAccess/FsaAccessSpare16.h +++ b/lima_common/src/common/FsaAccess/FsaAccessSpare16.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** FsaDictOp.h - description ------------------- diff --git a/lima_common/src/common/FsaAccess/FsaExceptions.h b/lima_common/src/common/FsaAccess/FsaExceptions.h index e6b0a3586..83b7829ba 100644 --- a/lima_common/src/common/FsaAccess/FsaExceptions.h +++ b/lima_common/src/common/FsaAccess/FsaExceptions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file S2Commons.h * @date Created on : Thu May 06 200 diff --git a/lima_common/src/common/FsaAccess/PrefixIterator.cpp b/lima_common/src/common/FsaAccess/PrefixIterator.cpp index fa82c906d..e98a5d461 100644 --- a/lima_common/src/common/FsaAccess/PrefixIterator.cpp +++ b/lima_common/src/common/FsaAccess/PrefixIterator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "common/FsaAccess/PrefixIterator.h" #include "common/Data/strwstrtools.h" namespace Lima { diff --git a/lima_common/src/common/FsaAccess/PrefixIterator.h b/lima_common/src/common/FsaAccess/PrefixIterator.h index 411036ccb..53b1893f5 100644 --- a/lima_common/src/common/FsaAccess/PrefixIterator.h +++ b/lima_common/src/common/FsaAccess/PrefixIterator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef FSA_PREFIX_ITERATOR_HPP #define FSA_PREFIX_ITERATOR_HPP diff --git a/lima_common/src/common/FsaAccess/lexiconCompoundElement.cpp b/lima_common/src/common/FsaAccess/lexiconCompoundElement.cpp index c62631717..29cf4dc3f 100644 --- a/lima_common/src/common/FsaAccess/lexiconCompoundElement.cpp +++ b/lima_common/src/common/FsaAccess/lexiconCompoundElement.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /***************************************************************************** * Copyright (C) 2006 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconCompoundElement.h b/lima_common/src/common/FsaAccess/lexiconCompoundElement.h index a0a9c8bb2..f89882093 100644 --- a/lima_common/src/common/FsaAccess/lexiconCompoundElement.h +++ b/lima_common/src/common/FsaAccess/lexiconCompoundElement.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /***************************************************************************** * Copyright (C) 2006 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconIdAccessor.cpp b/lima_common/src/common/FsaAccess/lexiconIdAccessor.cpp index 1baa24dbe..3b2c4b675 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdAccessor.cpp +++ b/lima_common/src/common/FsaAccess/lexiconIdAccessor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconIdAccessor.h b/lima_common/src/common/FsaAccess/lexiconIdAccessor.h index 08fd11caf..f3cd3b338 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdAccessor.h +++ b/lima_common/src/common/FsaAccess/lexiconIdAccessor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconIdAccessor.tcc b/lima_common/src/common/FsaAccess/lexiconIdAccessor.tcc index 4d650ef74..1dcf7de88 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdAccessor.tcc +++ b/lima_common/src/common/FsaAccess/lexiconIdAccessor.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file lexiconIdAccessor.tcc diff --git a/lima_common/src/common/FsaAccess/lexiconIdGenerator.cpp b/lima_common/src/common/FsaAccess/lexiconIdGenerator.cpp index c7366cf04..e54acfe61 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdGenerator.cpp +++ b/lima_common/src/common/FsaAccess/lexiconIdGenerator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 20036 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconIdGenerator.h b/lima_common/src/common/FsaAccess/lexiconIdGenerator.h index 703bdfe98..529c4df74 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdGenerator.h +++ b/lima_common/src/common/FsaAccess/lexiconIdGenerator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/FsaAccess/lexiconIdGenerator.tcc b/lima_common/src/common/FsaAccess/lexiconIdGenerator.tcc index ad80e6286..e5aae87ad 100644 --- a/lima_common/src/common/FsaAccess/lexiconIdGenerator.tcc +++ b/lima_common/src/common/FsaAccess/lexiconIdGenerator.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file lexiconIdGenerator.tcc diff --git a/lima_common/src/common/Handler/AbstractAnalysisHandler.h b/lima_common/src/common/Handler/AbstractAnalysisHandler.h index dfd1b01c9..d44e62bd3 100644 --- a/lima_common/src/common/Handler/AbstractAnalysisHandler.h +++ b/lima_common/src/common/Handler/AbstractAnalysisHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef ABSTRACTANALYSISHANDLER_H #define ABSTRACTANALYSISHANDLER_H diff --git a/lima_common/src/common/Handler/AbstractDocumentHandler.h b/lima_common/src/common/Handler/AbstractDocumentHandler.h index 39a913dad..f9ac5f95e 100644 --- a/lima_common/src/common/Handler/AbstractDocumentHandler.h +++ b/lima_common/src/common/Handler/AbstractDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2009-2012 by CEA LIST * * @brief * diff --git a/lima_common/src/common/Handler/AbstractProcessingClientHandler.h b/lima_common/src/common/Handler/AbstractProcessingClientHandler.h index 0ded0ae5d..b38f25156 100644 --- a/lima_common/src/common/Handler/AbstractProcessingClientHandler.h +++ b/lima_common/src/common/Handler/AbstractProcessingClientHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef ABSTRACTPROCESSINGCLIENTHANDLER_H #define ABSTRACTPROCESSINGCLIENTHANDLER_H diff --git a/lima_common/src/common/Handler/AbstractXmlAnalysisHandler.h b/lima_common/src/common/Handler/AbstractXmlAnalysisHandler.h index 5ce811861..fcf599ceb 100644 --- a/lima_common/src/common/Handler/AbstractXmlAnalysisHandler.h +++ b/lima_common/src/common/Handler/AbstractXmlAnalysisHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef ABSTRACTXMLANALYSISHANDLER_H #define ABSTRACTXMLANALYSISHANDLER_H diff --git a/lima_common/src/common/Handler/AbstractXmlDocumentHandler.h b/lima_common/src/common/Handler/AbstractXmlDocumentHandler.h index 868aa225f..aab7a9d3f 100644 --- a/lima_common/src/common/Handler/AbstractXmlDocumentHandler.h +++ b/lima_common/src/common/Handler/AbstractXmlDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * File : abstractXmlDocumentHandler.cpp * Author : CEA LIST diff --git a/lima_common/src/common/Handler/CMakeLists.txt b/lima_common/src/common/Handler/CMakeLists.txt index 5e90aa07d..c0b1a08c0 100644 --- a/lima_common/src/common/Handler/CMakeLists.txt +++ b/lima_common/src/common/Handler/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_DATAHANDLER_EXPORTING ) diff --git a/lima_common/src/common/Handler/contentHandler.h b/lima_common/src/common/Handler/contentHandler.h index ebeaa0262..189a620fd 100644 --- a/lima_common/src/common/Handler/contentHandler.h +++ b/lima_common/src/common/Handler/contentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/Handler/contentHandler.tcc b/lima_common/src/common/Handler/contentHandler.tcc index 2d3399b98..f0a575e0d 100644 --- a/lima_common/src/common/Handler/contentHandler.tcc +++ b/lima_common/src/common/Handler/contentHandler.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/Handler/qtSgmlEntities.cpp b/lima_common/src/common/Handler/qtSgmlEntities.cpp index 82c00772d..685460fa9 100644 --- a/lima_common/src/common/Handler/qtSgmlEntities.cpp +++ b/lima_common/src/common/Handler/qtSgmlEntities.cpp @@ -1,15 +1,8 @@ -/**************************************************************************** -** -** Code below is -** Copyright (C) 2016 The Qt Company Ltd. -** -** It is used and modified by CEA LIST under the terms of the -** -** GNU Lesser General Public License Usage -** This file may be used under the terms of the GNU Lesser General Public -** License version 3 as published by the Free Software Foundation -** -****************************************************************************/ +// Copyright (C) 2016 The Qt Company Ltd. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "qtSgmlEntities.h" static const ushort windowsLatin1ExtendedCharacters[0xA0 - 0x80] = { diff --git a/lima_common/src/common/Handler/qtSgmlEntities.h b/lima_common/src/common/Handler/qtSgmlEntities.h index a1b9095a8..c8a5a92e5 100644 --- a/lima_common/src/common/Handler/qtSgmlEntities.h +++ b/lima_common/src/common/Handler/qtSgmlEntities.h @@ -1,15 +1,8 @@ -/**************************************************************************** -** -** Code below is -** Copyright (C) 2016 The Qt Company Ltd. -** -** It is used and modified by CEA LIST under the terms of the -** -** GNU Lesser General Public License Usage -** This file may be used under the terms of the GNU Lesser General Public -** License version 3 as published by the Free Software Foundation -** -****************************************************************************/ +// Copyright (C) 2016 The Qt Company Ltd. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef QTSGMLENTITIES_H #define QTSGMLENTITIES_H diff --git a/lima_common/src/common/Handler/qtsgmlentities_export.h b/lima_common/src/common/Handler/qtsgmlentities_export.h index da02bb336..fc0f9cf8f 100644 --- a/lima_common/src/common/Handler/qtsgmlentities_export.h +++ b/lima_common/src/common/Handler/qtsgmlentities_export.h @@ -1,8 +1,7 @@ -//************************************************************************ -//! @author gael.de-chalendar@cea.fr -//! @date December 2021 -//! copyright Copyright (C) 2012 by CEA LIST (DIASI/LVIC) -//! @brief Symbol exporting for Windows DLL +// Copyright (C) 2012 by CEA LIST (DIASI/LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef QTSGMLENTITIES_EXPORT_H #define QTSGMLENTITIES_EXPORT_H diff --git a/lima_common/src/common/Handler/shiftFrom.cpp b/lima_common/src/common/Handler/shiftFrom.cpp index 563c1c057..530d0cb0a 100644 --- a/lima_common/src/common/Handler/shiftFrom.cpp +++ b/lima_common/src/common/Handler/shiftFrom.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2021 CEA LIST +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Gaël de Chalendar * @date Wed Dec 15 2021 diff --git a/lima_common/src/common/Handler/shiftFrom.h b/lima_common/src/common/Handler/shiftFrom.h index cca9503c7..88cc0e6a8 100644 --- a/lima_common/src/common/Handler/shiftFrom.h +++ b/lima_common/src/common/Handler/shiftFrom.h @@ -1,21 +1,8 @@ -/* - Copyright 2021 CEA LIST +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Gaël de Chalendar * @date Wed Dec 15 2021 diff --git a/lima_common/src/common/Handler/structureHandler.cpp b/lima_common/src/common/Handler/structureHandler.cpp index 9596d05e6..ef751e7ec 100644 --- a/lima_common/src/common/Handler/structureHandler.cpp +++ b/lima_common/src/common/Handler/structureHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/Handler/structureHandler.h b/lima_common/src/common/Handler/structureHandler.h index 6233d6b69..10c4c0560 100644 --- a/lima_common/src/common/Handler/structureHandler.h +++ b/lima_common/src/common/Handler/structureHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2009-2012 by CEA LIST * * * diff --git a/lima_common/src/common/Handler/tests/CMakeLists.txt b/lima_common/src/common/Handler/tests/CMakeLists.txt index 0cee8990b..fde9a81e8 100644 --- a/lima_common/src/common/Handler/tests/CMakeLists.txt +++ b/lima_common/src/common/Handler/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2021 CEA LIST +# Copyright 2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_common/src/common/Handler/tests/ShiftFromTest0.cpp b/lima_common/src/common/Handler/tests/ShiftFromTest0.cpp index f44a4c411..66a03a583 100644 --- a/lima_common/src/common/Handler/tests/ShiftFromTest0.cpp +++ b/lima_common/src/common/Handler/tests/ShiftFromTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2021 CEA LIST +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #include "ShiftFromTest0.h" diff --git a/lima_common/src/common/Handler/tests/ShiftFromTest0.h b/lima_common/src/common/Handler/tests/ShiftFromTest0.h index f1c02ad43..0d6d46969 100644 --- a/lima_common/src/common/Handler/tests/ShiftFromTest0.h +++ b/lima_common/src/common/Handler/tests/ShiftFromTest0.h @@ -1,21 +1,8 @@ -/* - Copyright 2021 CEA LIST +// Copyright 2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #include diff --git a/lima_common/src/common/LimaCommon.cpp b/lima_common/src/common/LimaCommon.cpp index 9cec3d713..3afb7d00c 100644 --- a/lima_common/src/common/LimaCommon.cpp +++ b/lima_common/src/common/LimaCommon.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "common/LimaCommon.h" #ifdef WIN32 diff --git a/lima_common/src/common/LimaCommon.h b/lima_common/src/common/LimaCommon.h index 3ced17e86..a4f0d90b1 100644 --- a/lima_common/src/common/LimaCommon.h +++ b/lima_common/src/common/LimaCommon.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file LimaCommon.h (from s2Common.h) diff --git a/lima_common/src/common/LimaVersion.h.in b/lima_common/src/common/LimaVersion.h.in index 55ba2010c..d7f6336c9 100644 --- a/lima_common/src/common/LimaVersion.h.in +++ b/lima_common/src/common/LimaVersion.h.in @@ -1,24 +1,11 @@ /* - Copyright 2017 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see +SPDX-License-Identifier: MIT */ /** * @file LimaVersion.h - * @author Gael de Chalendar + * @author Gael de Chalendar */ #ifndef LIMAVERSION_H diff --git a/lima_common/src/common/LinguisticCode/StdBitset.cpp b/lima_common/src/common/LinguisticCode/StdBitset.cpp index 649e4fcea..9153a85ec 100644 --- a/lima_common/src/common/LinguisticCode/StdBitset.cpp +++ b/lima_common/src/common/LinguisticCode/StdBitset.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "common/LimaCommon.h" diff --git a/lima_common/src/common/LinguisticCode/StdBitset.h b/lima_common/src/common/LinguisticCode/StdBitset.h index f37cc601e..2e4567a40 100644 --- a/lima_common/src/common/LinguisticCode/StdBitset.h +++ b/lima_common/src/common/LinguisticCode/StdBitset.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_COMMON_STDBITSET #define LIMA_COMMON_STDBITSET diff --git a/lima_common/src/common/LinguisticCode/tests/CMakeLists.txt b/lima_common/src/common/LinguisticCode/tests/CMakeLists.txt index 0f3dd8dc8..166eb80de 100644 --- a/lima_common/src/common/LinguisticCode/tests/CMakeLists.txt +++ b/lima_common/src/common/LinguisticCode/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ################### tests ######################## ########### next test ############### diff --git a/lima_common/src/common/LinguisticCode/tests/LinguisticCodeTest0.cpp b/lima_common/src/common/LinguisticCode/tests/LinguisticCodeTest0.cpp index 75dcac11d..da5a79042 100644 --- a/lima_common/src/common/LinguisticCode/tests/LinguisticCodeTest0.cpp +++ b/lima_common/src/common/LinguisticCode/tests/LinguisticCodeTest0.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE LinguisticCodeTest diff --git a/lima_common/src/common/MediaProcessors/CMakeLists.txt b/lima_common/src/common/MediaProcessors/CMakeLists.txt index 8cfddcd04..81b94c915 100644 --- a/lima_common/src/common/MediaProcessors/CMakeLists.txt +++ b/lima_common/src/common/MediaProcessors/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_MEDIAPROCESSORS_EXPORTING ) diff --git a/lima_common/src/common/MediaProcessors/DumperStream.cpp b/lima_common/src/common/MediaProcessors/DumperStream.cpp index e52e1b359..2a7e1398c 100644 --- a/lima_common/src/common/MediaProcessors/DumperStream.cpp +++ b/lima_common/src/common/MediaProcessors/DumperStream.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file DumperStream.cpp diff --git a/lima_common/src/common/MediaProcessors/DumperStream.h b/lima_common/src/common/MediaProcessors/DumperStream.h index 987039d58..ee4f3654a 100644 --- a/lima_common/src/common/MediaProcessors/DumperStream.h +++ b/lima_common/src/common/MediaProcessors/DumperStream.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file DumperStream.h diff --git a/lima_common/src/common/MediaProcessors/HandlerStreamBuf.cpp b/lima_common/src/common/MediaProcessors/HandlerStreamBuf.cpp index 7668d0ae4..96ef6be42 100644 --- a/lima_common/src/common/MediaProcessors/HandlerStreamBuf.cpp +++ b/lima_common/src/common/MediaProcessors/HandlerStreamBuf.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/MediaProcessors/HandlerStreamBuf.h b/lima_common/src/common/MediaProcessors/HandlerStreamBuf.h index edf7f3047..8a9a14d19 100644 --- a/lima_common/src/common/MediaProcessors/HandlerStreamBuf.h +++ b/lima_common/src/common/MediaProcessors/HandlerStreamBuf.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.cpp b/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.cpp index 38dbcf861..72243c1aa 100644 --- a/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.cpp +++ b/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Implementation: MediaAnalysisDumper // diff --git a/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.h b/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.h index ccc75ea66..6906d043d 100644 --- a/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.h +++ b/lima_common/src/common/MediaProcessors/MediaAnalysisDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/MediaProcessors/MediaProcessUnit.h b/lima_common/src/common/MediaProcessors/MediaProcessUnit.h index c49805bd3..bef14eead 100644 --- a/lima_common/src/common/MediaProcessors/MediaProcessUnit.h +++ b/lima_common/src/common/MediaProcessors/MediaProcessUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.cpp b/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.cpp index a12145437..e6bbe11d5 100644 --- a/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.cpp +++ b/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MediaProcessUnitPipeline.h" #include "common/AbstractFactoryPattern/SimpleFactory.h" diff --git a/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.h b/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.h index df4106776..6b21ee817 100644 --- a/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.h +++ b/lima_common/src/common/MediaProcessors/MediaProcessUnitPipeline.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/MediaProcessors/MediaProcessors.cpp b/lima_common/src/common/MediaProcessors/MediaProcessors.cpp index ab71b30d5..c5d668fa4 100644 --- a/lima_common/src/common/MediaProcessors/MediaProcessors.cpp +++ b/lima_common/src/common/MediaProcessors/MediaProcessors.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MediaProcessors.h" diff --git a/lima_common/src/common/MediaProcessors/MediaProcessors.h b/lima_common/src/common/MediaProcessors/MediaProcessors.h index b7bf61a0d..0fd66435d 100644 --- a/lima_common/src/common/MediaProcessors/MediaProcessors.h +++ b/lima_common/src/common/MediaProcessors/MediaProcessors.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2021 by CEA LIST * * * diff --git a/lima_common/src/common/MediaticData/CMakeLists.txt b/lima_common/src/common/MediaticData/CMakeLists.txt index c864d12c0..619d0295b 100644 --- a/lima_common/src/common/MediaticData/CMakeLists.txt +++ b/lima_common/src/common/MediaticData/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) # add_subdirectory(tests) diff --git a/lima_common/src/common/MediaticData/EntityType.cpp b/lima_common/src/common/MediaticData/EntityType.cpp index 71db730a5..19d6058f9 100644 --- a/lima_common/src/common/MediaticData/EntityType.cpp +++ b/lima_common/src/common/MediaticData/EntityType.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EntityType.cpp diff --git a/lima_common/src/common/MediaticData/EntityType.h b/lima_common/src/common/MediaticData/EntityType.h index 1049b35ae..58d995d61 100644 --- a/lima_common/src/common/MediaticData/EntityType.h +++ b/lima_common/src/common/MediaticData/EntityType.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file entityType.h diff --git a/lima_common/src/common/MediaticData/mediaData.cpp b/lima_common/src/common/MediaticData/mediaData.cpp index c573f4617..46eb40989 100644 --- a/lima_common/src/common/MediaticData/mediaData.cpp +++ b/lima_common/src/common/MediaticData/mediaData.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "mediaData.h" #include "mediaticData.h" diff --git a/lima_common/src/common/MediaticData/mediaData.h b/lima_common/src/common/MediaticData/mediaData.h index fb9943417..993424f0b 100644 --- a/lima_common/src/common/MediaticData/mediaData.h +++ b/lima_common/src/common/MediaticData/mediaData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2009 by CEA - LIST * * * diff --git a/lima_common/src/common/MediaticData/mediaticData.cpp b/lima_common/src/common/MediaticData/mediaticData.cpp index 181238c24..9ff4b9218 100644 --- a/lima_common/src/common/MediaticData/mediaticData.cpp +++ b/lima_common/src/common/MediaticData/mediaticData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @author Gael de Chalendar * @date Started on Mon dec, 2 2002 diff --git a/lima_common/src/common/MediaticData/mediaticData.h b/lima_common/src/common/MediaticData/mediaticData.h index efa3a7f14..5e6200296 100644 --- a/lima_common/src/common/MediaticData/mediaticData.h +++ b/lima_common/src/common/MediaticData/mediaticData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file mediaticData.h * @author Gael de Chalendar diff --git a/lima_common/src/common/MediaticData/tests/CMakeLists.txt b/lima_common/src/common/MediaticData/tests/CMakeLists.txt index a812a9a5d..b279125a9 100644 --- a/lima_common/src/common/MediaticData/tests/CMakeLists.txt +++ b/lima_common/src/common/MediaticData/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_common/src/common/MediaticData/tests/MediaticDataTest.cpp b/lima_common/src/common/MediaticData/tests/MediaticDataTest.cpp index 992cf55fc..681d369b8 100644 --- a/lima_common/src/common/MediaticData/tests/MediaticDataTest.cpp +++ b/lima_common/src/common/MediaticData/tests/MediaticDataTest.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE MediaticData #include diff --git a/lima_common/src/common/ProcessUnitFramework/AbstractProcessUnit.h b/lima_common/src/common/ProcessUnitFramework/AbstractProcessUnit.h index ba32a993f..5f2d80f77 100644 --- a/lima_common/src/common/ProcessUnitFramework/AbstractProcessUnit.h +++ b/lima_common/src/common/ProcessUnitFramework/AbstractProcessUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_common/src/common/ProcessUnitFramework/AnalysisContent.cpp b/lima_common/src/common/ProcessUnitFramework/AnalysisContent.cpp index f08219e23..af03178e1 100644 --- a/lima_common/src/common/ProcessUnitFramework/AnalysisContent.cpp +++ b/lima_common/src/common/ProcessUnitFramework/AnalysisContent.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public Lice↔nse - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AnalysisContent.h" diff --git a/lima_common/src/common/ProcessUnitFramework/AnalysisContent.h b/lima_common/src/common/ProcessUnitFramework/AnalysisContent.h index b50a560ce..7632432a2 100644 --- a/lima_common/src/common/ProcessUnitFramework/AnalysisContent.h +++ b/lima_common/src/common/ProcessUnitFramework/AnalysisContent.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/ProcessUnitFramework/CMakeLists.txt b/lima_common/src/common/ProcessUnitFramework/CMakeLists.txt index 28e92237f..f69b56d20 100644 --- a/lima_common/src/common/ProcessUnitFramework/CMakeLists.txt +++ b/lima_common/src/common/ProcessUnitFramework/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.h b/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.h index 8d407564c..a52a5ffcc 100644 --- a/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.h +++ b/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.tcc b/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.tcc index afe29fd37..d1f8f659e 100644 --- a/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.tcc +++ b/lima_common/src/common/ProcessUnitFramework/ProcessUnitPipeline.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/QsLog/CMakeLists.txt b/lima_common/src/common/QsLog/CMakeLists.txt index 32d0149d2..fda175529 100644 --- a/lima_common/src/common/QsLog/CMakeLists.txt +++ b/lima_common/src/common/QsLog/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT # WARNING: should include src BEFORE to prevent to use ${DIST_LIMA} header files include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src) diff --git a/lima_common/src/common/QsLog/QsDebugOutput.cpp b/lima_common/src/common/QsLog/QsDebugOutput.cpp index dc63f1233..759e5d4fe 100644 --- a/lima_common/src/common/QsLog/QsDebugOutput.cpp +++ b/lima_common/src/common/QsLog/QsDebugOutput.cpp @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsDebugOutput.h b/lima_common/src/common/QsLog/QsDebugOutput.h index 262891380..978b6f684 100644 --- a/lima_common/src/common/QsLog/QsDebugOutput.h +++ b/lima_common/src/common/QsLog/QsDebugOutput.h @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsLog.cpp b/lima_common/src/common/QsLog/QsLog.cpp index 8b6026237..b988a351a 100644 --- a/lima_common/src/common/QsLog/QsLog.cpp +++ b/lima_common/src/common/QsLog/QsLog.cpp @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsLog.h b/lima_common/src/common/QsLog/QsLog.h index 2a256f585..099afb862 100644 --- a/lima_common/src/common/QsLog/QsLog.h +++ b/lima_common/src/common/QsLog/QsLog.h @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsLogCategories.cpp b/lima_common/src/common/QsLog/QsLogCategories.cpp index f8223d3c2..8e1b6d67a 100644 --- a/lima_common/src/common/QsLog/QsLogCategories.cpp +++ b/lima_common/src/common/QsLog/QsLogCategories.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "QsLogCategories.h" #include "common/tools/LimaFileSystemWatcher.h" #include "common/tools/FileUtils.h" diff --git a/lima_common/src/common/QsLog/QsLogCategories.h b/lima_common/src/common/QsLog/QsLogCategories.h index 0c86dda97..5165ab8ce 100644 --- a/lima_common/src/common/QsLog/QsLogCategories.h +++ b/lima_common/src/common/QsLog/QsLogCategories.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef QSLOGCATEGORIES_H #define QSLOGCATEGORIES_H diff --git a/lima_common/src/common/QsLog/QsLogDest.cpp b/lima_common/src/common/QsLog/QsLogDest.cpp index f0361edc7..7508a5396 100644 --- a/lima_common/src/common/QsLog/QsLogDest.cpp +++ b/lima_common/src/common/QsLog/QsLogDest.cpp @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsLogDest.h b/lima_common/src/common/QsLog/QsLogDest.h index 641d60003..859e89f0c 100644 --- a/lima_common/src/common/QsLog/QsLogDest.h +++ b/lima_common/src/common/QsLog/QsLogDest.h @@ -1,5 +1,7 @@ // Copyright (c) 2010, Razvan Petru -// All rights reserved. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: diff --git a/lima_common/src/common/QsLog/QsLog_export.h b/lima_common/src/common/QsLog/QsLog_export.h index f4ed78dd7..8d0ea1658 100644 --- a/lima_common/src/common/QsLog/QsLog_export.h +++ b/lima_common/src/common/QsLog/QsLog_export.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef QSLOG_EXPORT_H #define QSLOG_EXPORT_H diff --git a/lima_common/src/common/QsLog/main.cpp b/lima_common/src/common/QsLog/main.cpp index 0fa248774..f6d8c0edb 100644 --- a/lima_common/src/common/QsLog/main.cpp +++ b/lima_common/src/common/QsLog/main.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "common/LimaCommon.h" #include "QsLog.h" #include "QsLogDest.h" diff --git a/lima_common/src/common/StringMap/CMakeLists.txt b/lima_common/src/common/StringMap/CMakeLists.txt index cb25c6e31..aa779c215 100644 --- a/lima_common/src/common/StringMap/CMakeLists.txt +++ b/lima_common/src/common/StringMap/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_common/src/common/StringMap/IndirectDataDico.h b/lima_common/src/common/StringMap/IndirectDataDico.h index 30988f766..9e9aec03a 100644 --- a/lima_common/src/common/StringMap/IndirectDataDico.h +++ b/lima_common/src/common/StringMap/IndirectDataDico.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/StringMap/IndirectDataDico.tcc b/lima_common/src/common/StringMap/IndirectDataDico.tcc index 007ab39dc..6d7f4b5ee 100644 --- a/lima_common/src/common/StringMap/IndirectDataDico.tcc +++ b/lima_common/src/common/StringMap/IndirectDataDico.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/StringMap/SimpleDataDico.h b/lima_common/src/common/StringMap/SimpleDataDico.h index 61229167c..ae5a96dba 100644 --- a/lima_common/src/common/StringMap/SimpleDataDico.h +++ b/lima_common/src/common/StringMap/SimpleDataDico.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/StringMap/SimpleDataDico.tcc b/lima_common/src/common/StringMap/SimpleDataDico.tcc index 62231b3e2..f6f57d36d 100644 --- a/lima_common/src/common/StringMap/SimpleDataDico.tcc +++ b/lima_common/src/common/StringMap/SimpleDataDico.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/StringMap/StringMap.h b/lima_common/src/common/StringMap/StringMap.h index db88b194d..c890d265a 100644 --- a/lima_common/src/common/StringMap/StringMap.h +++ b/lima_common/src/common/StringMap/StringMap.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/StringMap/StringMap.tcc b/lima_common/src/common/StringMap/StringMap.tcc index 123473251..71ed14c90 100644 --- a/lima_common/src/common/StringMap/StringMap.tcc +++ b/lima_common/src/common/StringMap/StringMap.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_common/src/common/XMLConfigurationFiles/CMakeLists.txt b/lima_common/src/common/XMLConfigurationFiles/CMakeLists.txt index 1f466b265..85be1c8e5 100644 --- a/lima_common/src/common/XMLConfigurationFiles/CMakeLists.txt +++ b/lima_common/src/common/XMLConfigurationFiles/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_XMLCONFIGURATIONFILES_EXPORTING ) diff --git a/lima_common/src/common/XMLConfigurationFiles/configurationStructure.cpp b/lima_common/src/common/XMLConfigurationFiles/configurationStructure.cpp index acd05ce48..107a98adb 100644 --- a/lima_common/src/common/XMLConfigurationFiles/configurationStructure.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/configurationStructure.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file configurationStructure.cpp * @brief originally detectConfigurationStructure.cpp in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/configurationStructure.h b/lima_common/src/common/XMLConfigurationFiles/configurationStructure.h index a2963771e..fafdaa552 100644 --- a/lima_common/src/common/XMLConfigurationFiles/configurationStructure.h +++ b/lima_common/src/common/XMLConfigurationFiles/configurationStructure.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file configurationStructure.h * @brief originally detectConfigurationStructure.h in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.cpp b/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.cpp index f66d3a2ff..656c38c1a 100644 --- a/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file groupConfigurationStructure.cpp * @brief originally detectGroupConfigurationStructure.cpp in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.h b/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.h index 81cc69c0e..7b251ff04 100644 --- a/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.h +++ b/lima_common/src/common/XMLConfigurationFiles/groupConfigurationStructure.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file groupConfigurationStructure.h * @brief originally detectGroupConfigurationStructure.h in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.cpp b/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.cpp index d0e24d831..28603ec22 100644 --- a/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file itemWithAttributes.cpp diff --git a/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.h b/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.h index 5f7c1e900..47149d206 100644 --- a/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.h +++ b/lima_common/src/common/XMLConfigurationFiles/itemWithAttributes.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file itemWithAttributes.h diff --git a/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.cpp b/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.cpp index 04aac1b5c..d31bb659f 100644 --- a/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file moduleConfigurationStructure.cpp * @brief originally detectModuleConfigurationStructure.h in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.h b/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.h index d61b06ca4..62dde6104 100644 --- a/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.h +++ b/lima_common/src/common/XMLConfigurationFiles/moduleConfigurationStructure.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file moduleConfigurationStructure.h * @brief originally detectModuleConfigurationStructure.h in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/tests/CMakeLists.txt b/lima_common/src/common/XMLConfigurationFiles/tests/CMakeLists.txt index 8be3bacd0..be47297d7 100644 --- a/lima_common/src/common/XMLConfigurationFiles/tests/CMakeLists.txt +++ b/lima_common/src/common/XMLConfigurationFiles/tests/CMakeLists.txt @@ -1,4 +1,6 @@ - +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT ################### tests ######################## diff --git a/lima_common/src/common/XMLConfigurationFiles/tests/XMLConfigurationFilesTest0.cpp b/lima_common/src/common/XMLConfigurationFiles/tests/XMLConfigurationFilesTest0.cpp index 1ae63ee7d..07081dd11 100644 --- a/lima_common/src/common/XMLConfigurationFiles/tests/XMLConfigurationFilesTest0.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/tests/XMLConfigurationFilesTest0.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/XMLConfigurationFiles/tests/test-config-file.xml b/lima_common/src/common/XMLConfigurationFiles/tests/test-config-file.xml index 25ac59b80..ef9e6cd59 100644 --- a/lima_common/src/common/XMLConfigurationFiles/tests/test-config-file.xml +++ b/lima_common/src/common/XMLConfigurationFiles/tests/test-config-file.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileExceptions.h b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileExceptions.h index d81d50d7d..dbc6961d2 100644 --- a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileExceptions.h +++ b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileExceptions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file xmlConfigurationFileExceptions.h * @brief launch exception related to the configuration file parsing diff --git a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.cpp b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.cpp index b2272f5b8..545705a07 100644 --- a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file xmlConfigurationFileHandler.cpp * @brief originally in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.h b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.h index 08b964805..74898a640 100644 --- a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.h +++ b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file xmlConfigurationFileHandler.h * @brief originally in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.cpp b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.cpp index d3e492450..243d8364e 100644 --- a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.cpp +++ b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file xmlConfigurationFileParser.cpp * @brief originally in detectlibraries diff --git a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.h b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.h index f3f6aa1f4..0c03ce488 100644 --- a/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.h +++ b/lima_common/src/common/XMLConfigurationFiles/xmlConfigurationFileParser.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file xmlConfigurationFileParser.h * @brief originally in detectlibraries diff --git a/lima_common/src/common/misc/AbstractAccessByString.h b/lima_common/src/common/misc/AbstractAccessByString.h index 11cc0f60e..8b14d2a89 100644 --- a/lima_common/src/common/misc/AbstractAccessByString.h +++ b/lima_common/src/common/misc/AbstractAccessByString.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/misc/AbstractAccessIterators.cpp b/lima_common/src/common/misc/AbstractAccessIterators.cpp index cd173e76e..f82aa23f4 100644 --- a/lima_common/src/common/misc/AbstractAccessIterators.cpp +++ b/lima_common/src/common/misc/AbstractAccessIterators.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/misc/AbstractAccessIterators.h b/lima_common/src/common/misc/AbstractAccessIterators.h index a9f28335e..ca8fcf378 100644 --- a/lima_common/src/common/misc/AbstractAccessIterators.h +++ b/lima_common/src/common/misc/AbstractAccessIterators.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/misc/AbstractRwAccessByString.h b/lima_common/src/common/misc/AbstractRwAccessByString.h index 066aaf890..e79e969b9 100644 --- a/lima_common/src/common/misc/AbstractRwAccessByString.h +++ b/lima_common/src/common/misc/AbstractRwAccessByString.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/src/common/misc/CMakeLists.txt b/lima_common/src/common/misc/CMakeLists.txt index 2799c9ccb..1754a6bf4 100644 --- a/lima_common/src/common/misc/CMakeLists.txt +++ b/lima_common/src/common/misc/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_COMMONMISC_EXPORTING ) diff --git a/lima_common/src/common/misc/DoubleAccessObjectToIdMap.h b/lima_common/src/common/misc/DoubleAccessObjectToIdMap.h index 7d27e603f..6ccc7e4dd 100644 --- a/lima_common/src/common/misc/DoubleAccessObjectToIdMap.h +++ b/lima_common/src/common/misc/DoubleAccessObjectToIdMap.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DOUBLEACCESSOBJECTTOIDMAP_H #define DOUBLEACCESSOBJECTTOIDMAP_H diff --git a/lima_common/src/common/misc/DoubleAccessObjectToIdMap.tcc b/lima_common/src/common/misc/DoubleAccessObjectToIdMap.tcc index 9e53a0115..820dfe0c6 100644 --- a/lima_common/src/common/misc/DoubleAccessObjectToIdMap.tcc +++ b/lima_common/src/common/misc/DoubleAccessObjectToIdMap.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2007-2020 CEA LIST +// Copyright 2007-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) * @date Tue Jan 23 2007 diff --git a/lima_common/src/common/misc/Exceptions.h b/lima_common/src/common/misc/Exceptions.h index bb38551d2..c9032d930 100644 --- a/lima_common/src/common/misc/Exceptions.h +++ b/lima_common/src/common/misc/Exceptions.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_common/src/common/misc/NodeRefListnowarn.hpp b/lima_common/src/common/misc/NodeRefListnowarn.hpp index 96ab49596..6dc3950e4 100644 --- a/lima_common/src/common/misc/NodeRefListnowarn.hpp +++ b/lima_common/src/common/misc/NodeRefListnowarn.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef NODEREFLISTNOWARN_HPP #define NODEREFLISTNOWARN_HPP diff --git a/lima_common/src/common/misc/adjacency_listnowarn.hpp b/lima_common/src/common/misc/adjacency_listnowarn.hpp index e3ccb9233..08e263fc0 100644 --- a/lima_common/src/common/misc/adjacency_listnowarn.hpp +++ b/lima_common/src/common/misc/adjacency_listnowarn.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef ADJACENCY_LISTNOWARN_HPP #define ADJACENCY_LISTNOWARN_HPP diff --git a/lima_common/src/common/misc/depth_first_searchnowarn.hpp b/lima_common/src/common/misc/depth_first_searchnowarn.hpp index 343fc2bea..5f965ad44 100644 --- a/lima_common/src/common/misc/depth_first_searchnowarn.hpp +++ b/lima_common/src/common/misc/depth_first_searchnowarn.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef DEPTH_FIRST_SEARCHNOWARN_HPP #define DEPTH_FIRST_SEARCHNOWARN_HPP diff --git a/lima_common/src/common/misc/escaper.h b/lima_common/src/common/misc/escaper.h index 813b71a20..2b5e425ef 100644 --- a/lima_common/src/common/misc/escaper.h +++ b/lima_common/src/common/misc/escaper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file escaper.h diff --git a/lima_common/src/common/misc/fsaStringsPool.cpp b/lima_common/src/common/misc/fsaStringsPool.cpp index f7b1e8f3f..807aeb202 100644 --- a/lima_common/src/common/misc/fsaStringsPool.cpp +++ b/lima_common/src/common/misc/fsaStringsPool.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Implementation: stringspool // diff --git a/lima_common/src/common/misc/fsaStringsPool.h b/lima_common/src/common/misc/fsaStringsPool.h index a4965c341..24da746e3 100644 --- a/lima_common/src/common/misc/fsaStringsPool.h +++ b/lima_common/src/common/misc/fsaStringsPool.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Interface: stringspool // diff --git a/lima_common/src/common/misc/graphviznowarn.hpp b/lima_common/src/common/misc/graphviznowarn.hpp index 702a07d00..f6c3dbc21 100644 --- a/lima_common/src/common/misc/graphviznowarn.hpp +++ b/lima_common/src/common/misc/graphviznowarn.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef GRAPHVIZNOWARN_HPP #define GRAPHVIZNOWARN_HPP diff --git a/lima_common/src/common/misc/linenoise.h b/lima_common/src/common/misc/linenoise.h index ae803cbe5..15c829778 100644 --- a/lima_common/src/common/misc/linenoise.h +++ b/lima_common/src/common/misc/linenoise.h @@ -1,38 +1,8 @@ -/* linenoise.h -- guerrilla line editing library against the idea that a - * line editing lib needs to be 20,000 lines of C code. - * - * See linenoise.c for more information. - * - * ------------------------------------------------------------------------ - * - * Copyright (c) 2010, Salvatore Sanfilippo - * Copyright (c) 2010, Pieter Noordhuis - * - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +// Copyright (c) 2010, Pieter Noordhuis +// Copyright (c) 2010, Salvatore Sanfilippo +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef __LINENOISE_H #define __LINENOISE_H diff --git a/lima_common/src/common/misc/stringspool.cpp b/lima_common/src/common/misc/stringspool.cpp index a356817a1..a0474c27b 100644 --- a/lima_common/src/common/misc/stringspool.cpp +++ b/lima_common/src/common/misc/stringspool.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Implementation: stringspool // diff --git a/lima_common/src/common/misc/stringspool.h b/lima_common/src/common/misc/stringspool.h index 64131a2f1..08ffb8eb4 100644 --- a/lima_common/src/common/misc/stringspool.h +++ b/lima_common/src/common/misc/stringspool.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Interface: stringspool // diff --git a/lima_common/src/common/misc/tests/CMakeLists.txt b/lima_common/src/common/misc/tests/CMakeLists.txt index 373c0933f..eef140063 100644 --- a/lima_common/src/common/misc/tests/CMakeLists.txt +++ b/lima_common/src/common/misc/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ################### tests ######################## ########### next test ############### diff --git a/lima_common/src/common/misc/tests/StringsPoolTest0.cpp b/lima_common/src/common/misc/tests/StringsPoolTest0.cpp index 047d99fd5..cc710652e 100644 --- a/lima_common/src/common/misc/tests/StringsPoolTest0.cpp +++ b/lima_common/src/common/misc/tests/StringsPoolTest0.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/time/CMakeLists.txt b/lima_common/src/common/time/CMakeLists.txt index 7602d3893..0a74a6311 100644 --- a/lima_common/src/common/time/CMakeLists.txt +++ b/lima_common/src/common/time/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_TIME_EXPORTING ) diff --git a/lima_common/src/common/time/PortableGetTimeOfDay.cpp b/lima_common/src/common/time/PortableGetTimeOfDay.cpp index eb9ef9315..c51f258f3 100644 --- a/lima_common/src/common/time/PortableGetTimeOfDay.cpp +++ b/lima_common/src/common/time/PortableGetTimeOfDay.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #if defined(__WIN32__) || defined(WIN32) #include "PortableGettimeofday.h" diff --git a/lima_common/src/common/time/PortableGetTimeOfDay.h b/lima_common/src/common/time/PortableGetTimeOfDay.h index 9c68eb323..30c6f8152 100644 --- a/lima_common/src/common/time/PortableGetTimeOfDay.h +++ b/lima_common/src/common/time/PortableGetTimeOfDay.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef PORTABLEGETTIMEOFDAY_DEFINED #define PORTABLEGETTIMEOFDAY_DEFINED 1 diff --git a/lima_common/src/common/time/tests/CMakeLists.txt b/lima_common/src/common/time/tests/CMakeLists.txt index e95839848..d79d5bb63 100644 --- a/lima_common/src/common/time/tests/CMakeLists.txt +++ b/lima_common/src/common/time/tests/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT ################### tests ######################## diff --git a/lima_common/src/common/time/tests/TimeUtilsTest0.cpp b/lima_common/src/common/time/tests/TimeUtilsTest0.cpp index 8ab982d2a..1b08b9a6b 100644 --- a/lima_common/src/common/time/tests/TimeUtilsTest0.cpp +++ b/lima_common/src/common/time/tests/TimeUtilsTest0.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_common/src/common/time/timeUtilsController.cpp b/lima_common/src/common/time/timeUtilsController.cpp index 784bde39f..cb7c52250 100644 --- a/lima_common/src/common/time/timeUtilsController.cpp +++ b/lima_common/src/common/time/timeUtilsController.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file timeUtilsController.cpp diff --git a/lima_common/src/common/time/timeUtilsController.h b/lima_common/src/common/time/timeUtilsController.h index a58e8ccb5..2a804e636 100644 --- a/lima_common/src/common/time/timeUtilsController.h +++ b/lima_common/src/common/time/timeUtilsController.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file timeUtilsController.h diff --git a/lima_common/src/common/time/traceUtils.cpp b/lima_common/src/common/time/traceUtils.cpp index 4249a03cf..c33c79dc8 100644 --- a/lima_common/src/common/time/traceUtils.cpp +++ b/lima_common/src/common/time/traceUtils.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file traceUtils.cpp diff --git a/lima_common/src/common/time/traceUtils.h b/lima_common/src/common/time/traceUtils.h index 641a87afb..df888f0d9 100644 --- a/lima_common/src/common/time/traceUtils.h +++ b/lima_common/src/common/time/traceUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file traceUtils.h diff --git a/lima_common/src/common/tools/CMakeLists.txt b/lima_common/src/common/tools/CMakeLists.txt index 4d74af86e..71ea6acfc 100644 --- a/lima_common/src/common/tools/CMakeLists.txt +++ b/lima_common/src/common/tools/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_COMMONTOOLS_EXPORTING ) diff --git a/lima_common/src/common/tools/FileUtils.cpp b/lima_common/src/common/tools/FileUtils.cpp index d88df52cd..d12856f77 100644 --- a/lima_common/src/common/tools/FileUtils.cpp +++ b/lima_common/src/common/tools/FileUtils.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2015 CEA LIST +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file FileUtils.h * @author Gael de Chalendar diff --git a/lima_common/src/common/tools/FileUtils.h b/lima_common/src/common/tools/FileUtils.h index 35b7174e7..3e0809445 100644 --- a/lima_common/src/common/tools/FileUtils.h +++ b/lima_common/src/common/tools/FileUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2015 CEA LIST +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file FileUtils.h * @author Gael de Chalendar diff --git a/lima_common/src/common/tools/LimaFileSystemWatcher.cpp b/lima_common/src/common/tools/LimaFileSystemWatcher.cpp index 96676acc7..418f7cc59 100644 --- a/lima_common/src/common/tools/LimaFileSystemWatcher.cpp +++ b/lima_common/src/common/tools/LimaFileSystemWatcher.cpp @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaFileSystemWatcher.h" #include "LimaFileSystemWatcher_p.h" diff --git a/lima_common/src/common/tools/LimaFileSystemWatcher.h b/lima_common/src/common/tools/LimaFileSystemWatcher.h index cc6b18128..26ddf5350 100644 --- a/lima_common/src/common/tools/LimaFileSystemWatcher.h +++ b/lima_common/src/common/tools/LimaFileSystemWatcher.h @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMAFILESYSTEMWATCHER_H #define LIMAFILESYSTEMWATCHER_H diff --git a/lima_common/src/common/tools/LimaFileSystemWatcher_p.h b/lima_common/src/common/tools/LimaFileSystemWatcher_p.h index 367941e15..c32d474dd 100644 --- a/lima_common/src/common/tools/LimaFileSystemWatcher_p.h +++ b/lima_common/src/common/tools/LimaFileSystemWatcher_p.h @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMAFILESYSTEMWATCHER_PRIVATE_H #define LIMAFILESYSTEMWATCHER_PRIVATE_H diff --git a/lima_common/src/common/tools/LimaMainTaskRunner.cpp b/lima_common/src/common/tools/LimaMainTaskRunner.cpp index 8f9f29491..12feca524 100644 --- a/lima_common/src/common/tools/LimaMainTaskRunner.cpp +++ b/lima_common/src/common/tools/LimaMainTaskRunner.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2014 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaMainTaskRunner.h" diff --git a/lima_common/src/common/tools/LimaMainTaskRunner.h b/lima_common/src/common/tools/LimaMainTaskRunner.h index a526d5a38..f220b76ea 100644 --- a/lima_common/src/common/tools/LimaMainTaskRunner.h +++ b/lima_common/src/common/tools/LimaMainTaskRunner.h @@ -1,21 +1,8 @@ -/* - Copyright 2014 CEA LIST +// Copyright 2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LIMAMAINTASKRUNNER_H #define LIMA_LIMAMAINTASKRUNNER_H diff --git a/lima_common/src/common/tools/tests/CMakeLists.txt b/lima_common/src/common/tools/tests/CMakeLists.txt index c3939b8b4..ed43c466d 100644 --- a/lima_common/src/common/tools/tests/CMakeLists.txt +++ b/lima_common/src/common/tools/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ################### tests ######################## ########### next test ############### diff --git a/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.cpp b/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.cpp index 697be33c2..d93958f4b 100644 --- a/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.cpp +++ b/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.cpp @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaFileSystemWatcherTest.h" #include "common/tools/LimaFileSystemWatcher.h" diff --git a/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.h b/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.h index 66423c079..3e822f276 100644 --- a/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.h +++ b/lima_common/src/common/tools/tests/LimaFileSystemWatcherTest.h @@ -1,21 +1,7 @@ -/* - * Copyright 2015 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMAFILESYSTEMWATCHERTEST_H #define LIMAFILESYSTEMWATCHERTEST_H diff --git a/lima_common/src/common/tools/tests/StringsPoolTest0.cpp b/lima_common/src/common/tools/tests/StringsPoolTest0.cpp index 19f3f772d..8c4316e5b 100644 --- a/lima_common/src/common/tools/tests/StringsPoolTest0.cpp +++ b/lima_common/src/common/tools/tests/StringsPoolTest0.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE StringsPoolTest diff --git a/lima_common/test/CMakeLists.txt b/lima_common/test/CMakeLists.txt index 8987f5f97..e301c5731 100644 --- a/lima_common/test/CMakeLists.txt +++ b/lima_common/test/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/. ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/common ) ########### next target ############### diff --git a/lima_common/test/dummyInitializableObject.h b/lima_common/test/dummyInitializableObject.h index 9c3177e61..8150c6770 100644 --- a/lima_common/test/dummyInitializableObject.h +++ b/lima_common/test/dummyInitializableObject.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_common/test/dummyProcessUnits.h b/lima_common/test/dummyProcessUnits.h index 655d63787..44dd3e115 100644 --- a/lima_common/test/dummyProcessUnits.h +++ b/lima_common/test/dummyProcessUnits.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_common/test/parseXMLFile.cpp b/lima_common/test/parseXMLFile.cpp index af77cad5c..fbca9f610 100644 --- a/lima_common/test/parseXMLFile.cpp +++ b/lima_common/test/parseXMLFile.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_common/test/showinttypessizes.cpp b/lima_common/test/showinttypessizes.cpp index 6a47332ba..3db6c6f62 100644 --- a/lima_common/test/showinttypessizes.cpp +++ b/lima_common/test/showinttypessizes.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // test.cpp : main project file. #include diff --git a/lima_common/test/testAbstractFactoryPattern.cpp b/lima_common/test/testAbstractFactoryPattern.cpp index baa6598e6..dffcf94bf 100644 --- a/lima_common/test/testAbstractFactoryPattern.cpp +++ b/lima_common/test/testAbstractFactoryPattern.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_common/test/testAccessMethod.cpp b/lima_common/test/testAccessMethod.cpp index b1ca3b133..e5ae2b1cd 100644 --- a/lima_common/test/testAccessMethod.cpp +++ b/lima_common/test/testAccessMethod.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_common/test/testFsaDict16.cpp b/lima_common/test/testFsaDict16.cpp index aedab47c0..329c9b9db 100644 --- a/lima_common/test/testFsaDict16.cpp +++ b/lima_common/test/testFsaDict16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** testFsaDict16.cpp - description ------------------- diff --git a/lima_common/test/testLexicon.cpp b/lima_common/test/testLexicon.cpp index ec2cffdb6..ebfb00d3e 100644 --- a/lima_common/test/testLexicon.cpp +++ b/lima_common/test/testLexicon.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * testLexicon.cpp * * begin : mon nov 7 2005 * diff --git a/lima_common/test/testProcessUnitFramework.cpp b/lima_common/test/testProcessUnitFramework.cpp index 7ad690cf8..5d8998477 100644 --- a/lima_common/test/testProcessUnitFramework.cpp +++ b/lima_common/test/testProcessUnitFramework.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_common/tools/CMakeLists.txt b/lima_common/tools/CMakeLists.txt index 97af4e8fb..20df5b631 100644 --- a/lima_common/tools/CMakeLists.txt +++ b/lima_common/tools/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/common ) diff --git a/lima_common/tools/convertToUtf8.cpp b/lima_common/tools/convertToUtf8.cpp index 8192170d5..77be44672 100644 --- a/lima_common/tools/convertToUtf8.cpp +++ b/lima_common/tools/convertToUtf8.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "common/Data/strwstrtools.h" #include diff --git a/lima_gui/CMakeLists.txt b/lima_gui/CMakeLists.txt index f0f1d0c12..e03fd33a9 100644 --- a/lima_gui/CMakeLists.txt +++ b/lima_gui/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2017 CEA LIST +# Copyright 2017 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(src) add_subdirectory(test) diff --git a/lima_gui/COPYING b/lima_gui/COPYING deleted file mode 100644 index 4bcf9b5b5..000000000 --- a/lima_gui/COPYING +++ /dev/null @@ -1,26 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== - -Loading icon licensed CC0 Creative Commons CC0 1.0 Universal by https://loading.io/ - -Some Icons made by Silviu Runceanu from Flaticon licensed under CC 3.0 BY -https://www.flaticon.com/authors/silviu-runceanu -http://creativecommons.org/licenses/by/3.0/ diff --git a/lima_gui/LICENSE b/lima_gui/LICENSE deleted file mode 100644 index dba13ed2d..000000000 --- a/lima_gui/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_gui/conf/CMakeLists.txt b/lima_gui/conf/CMakeLists.txt index 4d3a2e9c0..9ca39771b 100644 --- a/lima_gui/conf/CMakeLists.txt +++ b/lima_gui/conf/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2017 CEA LIST -# -# This file is part of LIMA. +# Copyright 2017 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### diff --git a/lima_gui/src/CMakeLists.txt b/lima_gui/src/CMakeLists.txt index b70619db1..252d6dd15 100644 --- a/lima_gui/src/CMakeLists.txt +++ b/lima_gui/src/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2019 CEA LIST +# Copyright 2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(treeview) diff --git a/lima_gui/src/ConllListModel.cpp b/lima_gui/src/ConllListModel.cpp index f8683e168..7b7efd54f 100644 --- a/lima_gui/src/ConllListModel.cpp +++ b/lima_gui/src/ConllListModel.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConllListModel.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/ConllListModel.h b/lima_gui/src/ConllListModel.h index e324e00d2..2ef82e9b0 100644 --- a/lima_gui/src/ConllListModel.h +++ b/lima_gui/src/ConllListModel.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConllListModel.h * \author Jocelyn Vernay diff --git a/lima_gui/src/ConllParser.cpp b/lima_gui/src/ConllParser.cpp index a8894cfbe..e169f033f 100644 --- a/lima_gui/src/ConllParser.cpp +++ b/lima_gui/src/ConllParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConllParser.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/ConllParser.h b/lima_gui/src/ConllParser.h index bcebb84a9..316ee08b6 100644 --- a/lima_gui/src/ConllParser.h +++ b/lima_gui/src/ConllParser.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConllParser.h * \author Jocelyn Vernay diff --git a/lima_gui/src/DeployQt.cmake b/lima_gui/src/DeployQt.cmake index b484ccd76..b6813e9ba 100644 --- a/lima_gui/src/DeployQt.cmake +++ b/lima_gui/src/DeployQt.cmake @@ -1,24 +1,7 @@ -# The MIT License (MIT) -# # Copyright (c) 2017 Nathan Osman +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. +# SPDX-License-Identifier: MIT find_package(Qt5Core REQUIRED) diff --git a/lima_gui/src/LimaGuiApplication.cpp b/lima_gui/src/LimaGuiApplication.cpp index 286ff5802..20890e172 100644 --- a/lima_gui/src/LimaGuiApplication.cpp +++ b/lima_gui/src/LimaGuiApplication.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaGuiApplication.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/LimaGuiApplication.h b/lima_gui/src/LimaGuiApplication.h index 9884ad0b1..339e501d9 100644 --- a/lima_gui/src/LimaGuiApplication.h +++ b/lima_gui/src/LimaGuiApplication.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaGuiApplication.h * \author Jocelyn Vernay diff --git a/lima_gui/src/LimaGuiCommon.h b/lima_gui/src/LimaGuiCommon.h index 51c9b2bc1..32e3c7673 100644 --- a/lima_gui/src/LimaGuiCommon.h +++ b/lima_gui/src/LimaGuiCommon.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaGuiCommon.h * \author Gael de Chalendar diff --git a/lima_gui/src/LimaGuiExport.h b/lima_gui/src/LimaGuiExport.h index 9cc3d60ff..a2e42f394 100644 --- a/lima_gui/src/LimaGuiExport.h +++ b/lima_gui/src/LimaGuiExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaGuiExport.h * \author Jocelyn Vernay diff --git a/lima_gui/src/NamedEntitiesParser.cpp b/lima_gui/src/NamedEntitiesParser.cpp index 1830df60a..52725b6af 100644 --- a/lima_gui/src/NamedEntitiesParser.cpp +++ b/lima_gui/src/NamedEntitiesParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file NamedEntitiesParser.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/NamedEntitiesParser.h b/lima_gui/src/NamedEntitiesParser.h index 7a13c957b..d9af57f13 100644 --- a/lima_gui/src/NamedEntitiesParser.h +++ b/lima_gui/src/NamedEntitiesParser.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file NamedEntitiesParser.h * \author Jocelyn Vernay diff --git a/lima_gui/src/Threads.cpp b/lima_gui/src/Threads.cpp index 8a0d518f9..9a03b1be7 100644 --- a/lima_gui/src/Threads.cpp +++ b/lima_gui/src/Threads.cpp @@ -1,26 +1,13 @@ -/* - Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2017 CEA LIST /** * \file Threads.cpp * \author Jocelyn Vernay * \date Wed, Sep 06 2017 - * + * */ #include "Threads.h" @@ -31,12 +18,12 @@ #include "common/LimaCommon.h" -namespace Lima +namespace Lima { -namespace Gui +namespace Gui { -LimaGuiThread::LimaGuiThread(LimaGuiApplication* app) : QThread() +LimaGuiThread::LimaGuiThread(LimaGuiApplication* app) : QThread() { m_application = app; connect(this, SIGNAL(finished()), this, SLOT(deleteLater())); @@ -48,19 +35,19 @@ LimaGuiThread::LimaGuiThread(LimaGuiApplication* app) : QThread() /// /// -AnalysisThread::AnalysisThread(LimaGuiApplication* app) : LimaGuiThread(app) +AnalysisThread::AnalysisThread(LimaGuiApplication* app) : LimaGuiThread(app) { } -AnalysisThread::AnalysisThread(LimaGuiApplication *app, const QString& s) : LimaGuiThread(app) +AnalysisThread::AnalysisThread(LimaGuiApplication *app, const QString& s) : LimaGuiThread(app) { m_text = s; } -void AnalysisThread::run() +void AnalysisThread::run() { - if (m_application->available()) + if (m_application->available()) { std::stringstream buffer; // std::streambuf* old_cout = std::cout.rdbuf(buffer.rdbuf()); @@ -77,7 +64,7 @@ void AnalysisThread::run() notifyView(); } - else + else { ANALYSISTHREADLOGINIT; LINFO << ("Can't analyze : Analyzer is not available."); @@ -94,67 +81,67 @@ void AnalysisThread::notifyView() { view = m_resultView; } - else + else { view = m_application->getQmlObject("resultView"); // specific name } - if (view) + if (view) { // related: https://stackoverflow.com/questions/27092756/call-qml-function-from-c-with-another-qml-object-as-parameter QString qstr(out.str().c_str()); - LDEBUG << "AnalysisThread::notifyView invoke displayResults with" + LDEBUG << "AnalysisThread::notifyView invoke displayResults with" << m_text << "and" << qstr; - QMetaObject::invokeMethod(view, - "displayResults", - Q_ARG(QVariant, QVariant::fromValue(m_text)), + QMetaObject::invokeMethod(view, + "displayResults", + Q_ARG(QVariant, QVariant::fromValue(m_text)), Q_ARG(QVariant, QVariant::fromValue(qstr))); // QMetaObject::invokeMethod(view, "tableUp", Q_ARG(QVariant, QVariant::fromValue(clmodel))); } - else + else { ANALYSISTHREADLOGINIT; LERROR << "Error : No result view specified."; } } -void AnalysisThread::setText(const QString& s) +void AnalysisThread::setText(const QString& s) { m_text = s; } -void AnalysisThread::setName(const std::string& name) +void AnalysisThread::setName(const std::string& name) { m_name = name; } -void AnalysisThread::setResultView(QObject* o) +void AnalysisThread::setResultView(QObject* o) { m_resultView = o; } ////// -InitializeThread::InitializeThread(LimaGuiApplication* app) : LimaGuiThread(app) +InitializeThread::InitializeThread(LimaGuiApplication* app) : LimaGuiThread(app) { } -void InitializeThread::run() +void InitializeThread::run() { std::stringstream buffer; /// This won't work though // std::streambuf* old_cout = std::cout.rdbuf(buffer.rdbuf()); // std::streambuf* old_cerr = std::cerr.rdbuf(buffer.rdbuf()); - + // for (int i = 0; i < 200000000; i++) { // m_application->setTextBuffer("Hello patient n°" + std::to_string(i) + "!"); // } - + if (m_application->initializeLimaAnalyzer()) { - + // m_application->setTextBuffer(buffer.str()); - + m_application->setAnalyzerState(true); } // restore previous streams diff --git a/lima_gui/src/Threads.h b/lima_gui/src/Threads.h index cd3292e4c..b22c09610 100644 --- a/lima_gui/src/Threads.h +++ b/lima_gui/src/Threads.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file Threads.h * \author Jocelyn Vernay diff --git a/lima_gui/src/WinDeployQt.cmake b/lima_gui/src/WinDeployQt.cmake index 4afb6ea62..4d8bd71e6 100644 --- a/lima_gui/src/WinDeployQt.cmake +++ b/lima_gui/src/WinDeployQt.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # CMake wrapper to call windeployqt in Windows # diff --git a/lima_gui/src/config/ConfigurationTree.cpp b/lima_gui/src/config/ConfigurationTree.cpp index e10e9885e..614f865c6 100644 --- a/lima_gui/src/config/ConfigurationTree.cpp +++ b/lima_gui/src/config/ConfigurationTree.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConfigurationTree.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/config/ConfigurationTree.h b/lima_gui/src/config/ConfigurationTree.h index c1ba2fbc1..73067da7a 100644 --- a/lima_gui/src/config/ConfigurationTree.h +++ b/lima_gui/src/config/ConfigurationTree.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConfigurationTree.h * \author Jocelyn Vernay diff --git a/lima_gui/src/config/ConfigurationTreeModel.cpp b/lima_gui/src/config/ConfigurationTreeModel.cpp index edf2cfea4..44913fe32 100644 --- a/lima_gui/src/config/ConfigurationTreeModel.cpp +++ b/lima_gui/src/config/ConfigurationTreeModel.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConfigurationTreeModel.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/config/ConfigurationTreeModel.h b/lima_gui/src/config/ConfigurationTreeModel.h index 154037a53..30784f315 100644 --- a/lima_gui/src/config/ConfigurationTreeModel.h +++ b/lima_gui/src/config/ConfigurationTreeModel.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file ConfigurationTreeModel.h * \author Jocelyn Vernay diff --git a/lima_gui/src/config/LimaConfiguration.cpp b/lima_gui/src/config/LimaConfiguration.cpp index a02010921..e6f8eefef 100644 --- a/lima_gui/src/config/LimaConfiguration.cpp +++ b/lima_gui/src/config/LimaConfiguration.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaConfiguration.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/config/LimaConfiguration.h b/lima_gui/src/config/LimaConfiguration.h index eca0a3d4f..4f79615a8 100644 --- a/lima_gui/src/config/LimaConfiguration.h +++ b/lima_gui/src/config/LimaConfiguration.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file LimaConfiguration.h * \author Jocelyn Vernay diff --git a/lima_gui/src/main.cpp b/lima_gui/src/main.cpp index 6287dc0e4..7f47882b3 100644 --- a/lima_gui/src/main.cpp +++ b/lima_gui/src/main.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \author Jocelyn VERNAY * \file main.cpp diff --git a/lima_gui/src/qml-old/AboutDialog.qml b/lima_gui/src/qml-old/AboutDialog.qml index 12532b048..8c006c818 100644 --- a/lima_gui/src/qml-old/AboutDialog.qml +++ b/lima_gui/src/qml-old/AboutDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Fri, September 08 2017 diff --git a/lima_gui/src/qml-old/AnalyzeFileWidget.qml b/lima_gui/src/qml-old/AnalyzeFileWidget.qml index c4af164e2..b2e53f280 100644 --- a/lima_gui/src/qml-old/AnalyzeFileWidget.qml +++ b/lima_gui/src/qml-old/AnalyzeFileWidget.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/AnalyzeTextWidget.qml b/lima_gui/src/qml-old/AnalyzeTextWidget.qml index 0bfa7b208..d4b64ad47 100644 --- a/lima_gui/src/qml-old/AnalyzeTextWidget.qml +++ b/lima_gui/src/qml-old/AnalyzeTextWidget.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/ConllTableView.qml b/lima_gui/src/qml-old/ConllTableView.qml index e3d428892..3c3ed7407 100644 --- a/lima_gui/src/qml-old/ConllTableView.qml +++ b/lima_gui/src/qml-old/ConllTableView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/ErrorDialog.qml b/lima_gui/src/qml-old/ErrorDialog.qml index b57c8c67d..2721367d1 100644 --- a/lima_gui/src/qml-old/ErrorDialog.qml +++ b/lima_gui/src/qml-old/ErrorDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Tue, September 19 2017 diff --git a/lima_gui/src/qml-old/LimaConfigurationView.qml b/lima_gui/src/qml-old/LimaConfigurationView.qml index 05a65a93d..70ae1f4b3 100644 --- a/lima_gui/src/qml-old/LimaConfigurationView.qml +++ b/lima_gui/src/qml-old/LimaConfigurationView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/LimaGuiMenuBar.qml b/lima_gui/src/qml-old/LimaGuiMenuBar.qml index b6de482af..5acd463d5 100644 --- a/lima_gui/src/qml-old/LimaGuiMenuBar.qml +++ b/lima_gui/src/qml-old/LimaGuiMenuBar.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/LimaGuiToolBar.qml b/lima_gui/src/qml-old/LimaGuiToolBar.qml index e70f2804e..ff08dcd98 100644 --- a/lima_gui/src/qml-old/LimaGuiToolBar.qml +++ b/lima_gui/src/qml-old/LimaGuiToolBar.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/NamedEntitiesView.qml b/lima_gui/src/qml-old/NamedEntitiesView.qml index aefc44dfd..93ffb60e2 100644 --- a/lima_gui/src/qml-old/NamedEntitiesView.qml +++ b/lima_gui/src/qml-old/NamedEntitiesView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/Popup.qml b/lima_gui/src/qml-old/Popup.qml index 95e7f9592..5c3facc15 100644 --- a/lima_gui/src/qml-old/Popup.qml +++ b/lima_gui/src/qml-old/Popup.qml @@ -1,42 +1,7 @@ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the examples of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:BSD$ -** You may use this file under the terms of the BSD license as follows: -** -** "Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions are -** met: -** * Redistributions of source code must retain the above copyright -** notice, this list of conditions and the following disclaimer. -** * Redistributions in binary form must reproduce the above copyright -** notice, this list of conditions and the following disclaimer in -** the documentation and/or other materials provided with the -** distribution. -** * Neither the name of The Qt Company Ltd nor the names of its -** contributors may be used to endorse or promote products derived -** from this software without specific prior written permission. -** -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." -** -** $QT_END_LICENSE$ -** -****************************************************************************/ +// Copyright (C) 2015 The Qt Company Ltd. +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT import QtQuick 2.0 diff --git a/lima_gui/src/qml-old/ResultView.qml b/lima_gui/src/qml-old/ResultView.qml index 800e9100d..1cf9e0f54 100644 --- a/lima_gui/src/qml-old/ResultView.qml +++ b/lima_gui/src/qml-old/ResultView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/SettingsDialog.qml b/lima_gui/src/qml-old/SettingsDialog.qml index 7a1cb30b0..f9c813841 100644 --- a/lima_gui/src/qml-old/SettingsDialog.qml +++ b/lima_gui/src/qml-old/SettingsDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Fri, September 08 2017 diff --git a/lima_gui/src/qml-old/TabbedView.qml b/lima_gui/src/qml-old/TabbedView.qml index 0a18b420e..dec1c782a 100644 --- a/lima_gui/src/qml-old/TabbedView.qml +++ b/lima_gui/src/qml-old/TabbedView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/TabbedWorkspace.qml b/lima_gui/src/qml-old/TabbedWorkspace.qml index f39128ea0..f6dbc1681 100644 --- a/lima_gui/src/qml-old/TabbedWorkspace.qml +++ b/lima_gui/src/qml-old/TabbedWorkspace.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/WorkView.qml b/lima_gui/src/qml-old/WorkView.qml index 567ea77a6..077c501d6 100644 --- a/lima_gui/src/qml-old/WorkView.qml +++ b/lima_gui/src/qml-old/WorkView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/BasicRectangle.qml b/lima_gui/src/qml-old/basics/BasicRectangle.qml index b9c16d15e..b27faad16 100644 --- a/lima_gui/src/qml-old/basics/BasicRectangle.qml +++ b/lima_gui/src/qml-old/basics/BasicRectangle.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/LoadingView.qml b/lima_gui/src/qml-old/basics/LoadingView.qml index 47b2e53f1..d8140d232 100644 --- a/lima_gui/src/qml-old/basics/LoadingView.qml +++ b/lima_gui/src/qml-old/basics/LoadingView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/PdfView.qml b/lima_gui/src/qml-old/basics/PdfView.qml index ca430ddb7..b293a7d6d 100644 --- a/lima_gui/src/qml-old/basics/PdfView.qml +++ b/lima_gui/src/qml-old/basics/PdfView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/SelectOptionComboBox.qml b/lima_gui/src/qml-old/basics/SelectOptionComboBox.qml index 3a7a7a26f..62ca6cbf4 100644 --- a/lima_gui/src/qml-old/basics/SelectOptionComboBox.qml +++ b/lima_gui/src/qml-old/basics/SelectOptionComboBox.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/SwitchPanel.qml b/lima_gui/src/qml-old/basics/SwitchPanel.qml index 37470349e..b725a9648 100644 --- a/lima_gui/src/qml-old/basics/SwitchPanel.qml +++ b/lima_gui/src/qml-old/basics/SwitchPanel.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/Tab.qml b/lima_gui/src/qml-old/basics/Tab.qml index 3023c90e3..0112828db 100644 --- a/lima_gui/src/qml-old/basics/Tab.qml +++ b/lima_gui/src/qml-old/basics/Tab.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.0 import QtQuick.Controls 1.4 diff --git a/lima_gui/src/qml-old/basics/TextEditor.qml b/lima_gui/src/qml-old/basics/TextEditor.qml index f99f51d25..6b4e100c2 100644 --- a/lima_gui/src/qml-old/basics/TextEditor.qml +++ b/lima_gui/src/qml-old/basics/TextEditor.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/basics/TextView.qml b/lima_gui/src/qml-old/basics/TextView.qml index 285aac8e8..5a7da696f 100644 --- a/lima_gui/src/qml-old/basics/TextView.qml +++ b/lima_gui/src/qml-old/basics/TextView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/main.qml b/lima_gui/src/qml-old/main.qml index a4aae45b3..5cdc46fd3 100644 --- a/lima_gui/src/qml-old/main.qml +++ b/lima_gui/src/qml-old/main.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/old/NewElementPopup.qml b/lima_gui/src/qml-old/old/NewElementPopup.qml index b9ed5f67a..f09710c2a 100644 --- a/lima_gui/src/qml-old/old/NewElementPopup.qml +++ b/lima_gui/src/qml-old/old/NewElementPopup.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // this can be of use as an example of a popup diff --git a/lima_gui/src/qml-old/old/old_LimaConfigurationView.qml b/lima_gui/src/qml-old/old/old_LimaConfigurationView.qml index 66ad9b10f..61e66c55e 100644 --- a/lima_gui/src/qml-old/old/old_LimaConfigurationView.qml +++ b/lima_gui/src/qml-old/old/old_LimaConfigurationView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/scripts/DynamicObjectManager.js b/lima_gui/src/qml-old/scripts/DynamicObjectManager.js index 67d15134a..a5243543b 100644 --- a/lima_gui/src/qml-old/scripts/DynamicObjectManager.js +++ b/lima_gui/src/qml-old/scripts/DynamicObjectManager.js @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /* @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml-old/scripts/colors.js b/lima_gui/src/qml-old/scripts/colors.js index 401fd8f26..9e1042e88 100644 --- a/lima_gui/src/qml-old/scripts/colors.js +++ b/lima_gui/src/qml-old/scripts/colors.js @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /// Handy functions /// generates a bright random color diff --git a/lima_gui/src/qml-old/styles/TabbedViewStyle.qml b/lima_gui/src/qml-old/styles/TabbedViewStyle.qml index 2150df47b..b157fca11 100644 --- a/lima_gui/src/qml-old/styles/TabbedViewStyle.qml +++ b/lima_gui/src/qml-old/styles/TabbedViewStyle.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/AboutDialog.qml b/lima_gui/src/qml/AboutDialog.qml index 12532b048..8c006c818 100644 --- a/lima_gui/src/qml/AboutDialog.qml +++ b/lima_gui/src/qml/AboutDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Fri, September 08 2017 diff --git a/lima_gui/src/qml/AnalyzeFileWidget.qml b/lima_gui/src/qml/AnalyzeFileWidget.qml index c4af164e2..b2e53f280 100644 --- a/lima_gui/src/qml/AnalyzeFileWidget.qml +++ b/lima_gui/src/qml/AnalyzeFileWidget.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/AnalyzeTextWidget.qml b/lima_gui/src/qml/AnalyzeTextWidget.qml index bdb9249e7..96abbcc2a 100644 --- a/lima_gui/src/qml/AnalyzeTextWidget.qml +++ b/lima_gui/src/qml/AnalyzeTextWidget.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/ConllTableView.qml b/lima_gui/src/qml/ConllTableView.qml index e3d428892..3c3ed7407 100644 --- a/lima_gui/src/qml/ConllTableView.qml +++ b/lima_gui/src/qml/ConllTableView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/ErrorDialog.qml b/lima_gui/src/qml/ErrorDialog.qml index b57c8c67d..2721367d1 100644 --- a/lima_gui/src/qml/ErrorDialog.qml +++ b/lima_gui/src/qml/ErrorDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Tue, September 19 2017 diff --git a/lima_gui/src/qml/LimaConfigurationView.qml b/lima_gui/src/qml/LimaConfigurationView.qml index bf5d01ebe..d3cc9b7cd 100644 --- a/lima_gui/src/qml/LimaConfigurationView.qml +++ b/lima_gui/src/qml/LimaConfigurationView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/LimaGuiMenuBar.qml b/lima_gui/src/qml/LimaGuiMenuBar.qml index c360df735..6b0e5104b 100644 --- a/lima_gui/src/qml/LimaGuiMenuBar.qml +++ b/lima_gui/src/qml/LimaGuiMenuBar.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/LimaGuiToolBar.qml b/lima_gui/src/qml/LimaGuiToolBar.qml index bb6d8a096..ddeba4748 100644 --- a/lima_gui/src/qml/LimaGuiToolBar.qml +++ b/lima_gui/src/qml/LimaGuiToolBar.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/NamedEntitiesView.qml b/lima_gui/src/qml/NamedEntitiesView.qml index 48043f70e..402f60654 100644 --- a/lima_gui/src/qml/NamedEntitiesView.qml +++ b/lima_gui/src/qml/NamedEntitiesView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/ResultView.qml b/lima_gui/src/qml/ResultView.qml index 4cd5a6c19..7a0787480 100644 --- a/lima_gui/src/qml/ResultView.qml +++ b/lima_gui/src/qml/ResultView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/SettingsDialog.qml b/lima_gui/src/qml/SettingsDialog.qml index 9dd80fab7..6a412d838 100644 --- a/lima_gui/src/qml/SettingsDialog.qml +++ b/lima_gui/src/qml/SettingsDialog.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Gael de Chalendar @date Fri, September 08 2017 diff --git a/lima_gui/src/qml/TabbedView.qml b/lima_gui/src/qml/TabbedView.qml index 0a18b420e..dec1c782a 100644 --- a/lima_gui/src/qml/TabbedView.qml +++ b/lima_gui/src/qml/TabbedView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/TabbedWorkspace.qml b/lima_gui/src/qml/TabbedWorkspace.qml index 847a14dbb..540bf20a0 100644 --- a/lima_gui/src/qml/TabbedWorkspace.qml +++ b/lima_gui/src/qml/TabbedWorkspace.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/WorkView.qml b/lima_gui/src/qml/WorkView.qml index d14431b12..e145e9c35 100644 --- a/lima_gui/src/qml/WorkView.qml +++ b/lima_gui/src/qml/WorkView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/BasicRectangle.qml b/lima_gui/src/qml/basics/BasicRectangle.qml index b9c16d15e..b27faad16 100644 --- a/lima_gui/src/qml/basics/BasicRectangle.qml +++ b/lima_gui/src/qml/basics/BasicRectangle.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/LoadingView.qml b/lima_gui/src/qml/basics/LoadingView.qml index 848514a8b..e3d2488fc 100644 --- a/lima_gui/src/qml/basics/LoadingView.qml +++ b/lima_gui/src/qml/basics/LoadingView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/PdfView.qml b/lima_gui/src/qml/basics/PdfView.qml index ca430ddb7..b293a7d6d 100644 --- a/lima_gui/src/qml/basics/PdfView.qml +++ b/lima_gui/src/qml/basics/PdfView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/SelectOptionComboBox.qml b/lima_gui/src/qml/basics/SelectOptionComboBox.qml index 5617aa55b..8ffc5c493 100644 --- a/lima_gui/src/qml/basics/SelectOptionComboBox.qml +++ b/lima_gui/src/qml/basics/SelectOptionComboBox.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/SwitchPanel.qml b/lima_gui/src/qml/basics/SwitchPanel.qml index 0d3567d45..d7237cb96 100644 --- a/lima_gui/src/qml/basics/SwitchPanel.qml +++ b/lima_gui/src/qml/basics/SwitchPanel.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/Tab.qml b/lima_gui/src/qml/basics/Tab.qml index 3023c90e3..0112828db 100644 --- a/lima_gui/src/qml/basics/Tab.qml +++ b/lima_gui/src/qml/basics/Tab.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.0 import QtQuick.Controls 1.4 diff --git a/lima_gui/src/qml/basics/TextEditor.qml b/lima_gui/src/qml/basics/TextEditor.qml index 6701186b7..72820de6a 100644 --- a/lima_gui/src/qml/basics/TextEditor.qml +++ b/lima_gui/src/qml/basics/TextEditor.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/basics/TextView.qml b/lima_gui/src/qml/basics/TextView.qml index 3de844ff3..3dd6bf571 100644 --- a/lima_gui/src/qml/basics/TextView.qml +++ b/lima_gui/src/qml/basics/TextView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/main.qml b/lima_gui/src/qml/main.qml index 044825e5b..8f5c3fe21 100644 --- a/lima_gui/src/qml/main.qml +++ b/lima_gui/src/qml/main.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/old/NewElementPopup.qml b/lima_gui/src/qml/old/NewElementPopup.qml index 64b7e2ce4..9382cb8cd 100644 --- a/lima_gui/src/qml/old/NewElementPopup.qml +++ b/lima_gui/src/qml/old/NewElementPopup.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // this can be of use as an example of a popup diff --git a/lima_gui/src/qml/old/old_LimaConfigurationView.qml b/lima_gui/src/qml/old/old_LimaConfigurationView.qml index 0341eb137..9464044a7 100644 --- a/lima_gui/src/qml/old/old_LimaConfigurationView.qml +++ b/lima_gui/src/qml/old/old_LimaConfigurationView.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/scripts/DynamicObjectManager.js b/lima_gui/src/qml/scripts/DynamicObjectManager.js index 67d15134a..a5243543b 100644 --- a/lima_gui/src/qml/scripts/DynamicObjectManager.js +++ b/lima_gui/src/qml/scripts/DynamicObjectManager.js @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /* @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/qml/scripts/colors.js b/lima_gui/src/qml/scripts/colors.js index 401fd8f26..9e1042e88 100644 --- a/lima_gui/src/qml/scripts/colors.js +++ b/lima_gui/src/qml/scripts/colors.js @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /// Handy functions /// generates a bright random color diff --git a/lima_gui/src/qml/styles/TabbedViewStyle.qml b/lima_gui/src/qml/styles/TabbedViewStyle.qml index f1d7dee24..c88f74c3e 100644 --- a/lima_gui/src/qml/styles/TabbedViewStyle.qml +++ b/lima_gui/src/qml/styles/TabbedViewStyle.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*! @author Jocelyn Vernay @date Wed, September 06 2017 diff --git a/lima_gui/src/resources-old.qrc b/lima_gui/src/resources-old.qrc index 169519b28..6826b6036 100644 --- a/lima_gui/src/resources-old.qrc +++ b/lima_gui/src/resources-old.qrc @@ -1,21 +1,10 @@ + diff --git a/lima_gui/src/resources.qrc b/lima_gui/src/resources.qrc index 920ecfa93..e1cd8ec64 100644 --- a/lima_gui/src/resources.qrc +++ b/lima_gui/src/resources.qrc @@ -1,21 +1,10 @@ + diff --git a/lima_gui/src/tools/extract/FileTextExtractor.cpp b/lima_gui/src/tools/extract/FileTextExtractor.cpp index 2b1cbf39d..38cf07651 100644 --- a/lima_gui/src/tools/extract/FileTextExtractor.cpp +++ b/lima_gui/src/tools/extract/FileTextExtractor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file FileTextExtractor.cpp * \author Jocelyn Vernay diff --git a/lima_gui/src/tools/extract/FileTextExtractor.h b/lima_gui/src/tools/extract/FileTextExtractor.h index 39749fa4f..9891ac902 100644 --- a/lima_gui/src/tools/extract/FileTextExtractor.h +++ b/lima_gui/src/tools/extract/FileTextExtractor.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * \file FileTextExtractor.h * \author Jocelyn Vernay diff --git a/lima_gui/src/treeview/CMakeLists.txt b/lima_gui/src/treeview/CMakeLists.txt index e0ad670c7..cfeb03741 100644 --- a/lima_gui/src/treeview/CMakeLists.txt +++ b/lima_gui/src/treeview/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2017 CEA LIST -# -# This file is part of LIMA. +# Copyright 2017 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(test_treeview) diff --git a/lima_gui/src/treeview/test_treeview/CMakeLists.txt b/lima_gui/src/treeview/test_treeview/CMakeLists.txt index 46c1dd2d1..dec24e8a3 100644 --- a/lima_gui/src/treeview/test_treeview/CMakeLists.txt +++ b/lima_gui/src/treeview/test_treeview/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2017 CEA LIST -# -# This file is part of LIMA. +# Copyright 2017 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - +# SPDX-License-Identifier: MIT ########### next target ############### set (test_treeview_SRCS diff --git a/lima_gui/src/treeview/test_treeview/Page1.qml b/lima_gui/src/treeview/test_treeview/Page1.qml index 7320c8b73..ff682460e 100644 --- a/lima_gui/src/treeview/test_treeview/Page1.qml +++ b/lima_gui/src/treeview/test_treeview/Page1.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.5 Page1Form { diff --git a/lima_gui/src/treeview/test_treeview/Page1Form.ui.qml b/lima_gui/src/treeview/test_treeview/Page1Form.ui.qml index 2d140bf84..6d6f35b6a 100644 --- a/lima_gui/src/treeview/test_treeview/Page1Form.ui.qml +++ b/lima_gui/src/treeview/test_treeview/Page1Form.ui.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.5 import QtQuick.Controls 2.0 import QtQuick.Layouts 1.3 diff --git a/lima_gui/src/treeview/test_treeview/main.cpp b/lima_gui/src/treeview/test_treeview/main.cpp index 386edf026..39c66a4bc 100644 --- a/lima_gui/src/treeview/test_treeview/main.cpp +++ b/lima_gui/src/treeview/test_treeview/main.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include #include #include diff --git a/lima_gui/src/treeview/test_treeview/main.qml b/lima_gui/src/treeview/test_treeview/main.qml index 8501af036..57cb60920 100644 --- a/lima_gui/src/treeview/test_treeview/main.qml +++ b/lima_gui/src/treeview/test_treeview/main.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.4 import QtQuick.Controls 1.4 import QtQuick.Controls.Styles 1.4 diff --git a/lima_gui/src/treeview/test_treeview/qml.qrc b/lima_gui/src/treeview/test_treeview/qml.qrc index 4c2e5446e..f11fdc9ab 100644 --- a/lima_gui/src/treeview/test_treeview/qml.qrc +++ b/lima_gui/src/treeview/test_treeview/qml.qrc @@ -1,21 +1,10 @@ + main.qml diff --git a/lima_gui/src/treeview/test_treeview/qtquickcontrols2.conf b/lima_gui/src/treeview/test_treeview/qtquickcontrols2.conf index f9d1f3940..916680416 100644 --- a/lima_gui/src/treeview/test_treeview/qtquickcontrols2.conf +++ b/lima_gui/src/treeview/test_treeview/qtquickcontrols2.conf @@ -1,24 +1,6 @@ +; SPDX-FileCopyrightText: 2022 CEA LIST ; -; Copyright 2017 CEA LIST -; -; This file is part of LIMA. -; -; LIMA is free software: you can redistribute it and/or modify -; it under the terms of the GNU Affero General Public License as published by -; the Free Software Foundation, either version 3 of the License, or -; (at your option) any later version. -; -; LIMA 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 Affero General Public License for more details. -; -; You should have received a copy of the GNU Affero General Public License -; along with LIMA. If not, see - -; This file can be edited to change the style of the application -; See Styling Qt Quick Controls 2 in the documentation for details: -; http://doc.qt.io/qt-5/qtquickcontrols2-styles.html +;SPDX-License-Identifier: MIT [Controls] Style=Default diff --git a/lima_gui/src/treeview/test_treeview/treeitem.cpp b/lima_gui/src/treeview/test_treeview/treeitem.cpp index 8792d398d..8755518e9 100644 --- a/lima_gui/src/treeview/test_treeview/treeitem.cpp +++ b/lima_gui/src/treeview/test_treeview/treeitem.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include #include "treeitem.h" diff --git a/lima_gui/src/treeview/test_treeview/treeitem.h b/lima_gui/src/treeview/test_treeview/treeitem.h index f246a6ea6..baff2ac86 100644 --- a/lima_gui/src/treeview/test_treeview/treeitem.h +++ b/lima_gui/src/treeview/test_treeview/treeitem.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef TREEITEM_H #define TREEITEM_H diff --git a/lima_gui/src/treeview/test_treeview/treemodel.cpp b/lima_gui/src/treeview/test_treeview/treemodel.cpp index 23e596389..bfd725bfc 100644 --- a/lima_gui/src/treeview/test_treeview/treemodel.cpp +++ b/lima_gui/src/treeview/test_treeview/treemodel.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "treeitem.h" #include "treemodel.h" diff --git a/lima_gui/src/treeview/test_treeview/treemodel.h b/lima_gui/src/treeview/test_treeview/treemodel.h index 73b7d124d..bddc54006 100644 --- a/lima_gui/src/treeview/test_treeview/treemodel.h +++ b/lima_gui/src/treeview/test_treeview/treemodel.h @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef TREEMODEL_H #define TREEMODEL_H diff --git a/lima_gui/test/CMakeLists.txt b/lima_gui/test/CMakeLists.txt index a29d302d6..2d5015a8b 100644 --- a/lima_gui/test/CMakeLists.txt +++ b/lima_gui/test/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2017 CEA LIST -# -# This file is part of LIMA. +# Copyright 2017 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### next target ############### diff --git a/lima_gui/test/main.cpp b/lima_gui/test/main.cpp index 84ba333ba..a1787d84e 100644 --- a/lima_gui/test/main.cpp +++ b/lima_gui/test/main.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include QUICK_TEST_MAIN(lima_gui) diff --git a/lima_gui/test/tst_main.qml b/lima_gui/test/tst_main.qml index ded796f82..bd2d30312 100644 --- a/lima_gui/test/tst_main.qml +++ b/lima_gui/test/tst_main.qml @@ -1,21 +1,8 @@ -/* - Copyright 2017 CEA LIST +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ import QtQuick 2.6 import QtTest 1.1 import QtQuick.Controls 1.4 diff --git a/lima_linguisticdata/CMakeLists.txt b/lima_linguisticdata/CMakeLists.txt index bb0647e7f..4a8750132 100644 --- a/lima_linguisticdata/CMakeLists.txt +++ b/lima_linguisticdata/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + project(LimaLinguisticData) if (ENVPATH) diff --git a/lima_linguisticdata/COPYING b/lima_linguisticdata/COPYING deleted file mode 100644 index c01b9c3cb..000000000 --- a/lima_linguisticdata/COPYING +++ /dev/null @@ -1,20 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== diff --git a/lima_linguisticdata/LICENSE b/lima_linguisticdata/LICENSE deleted file mode 100644 index dba13ed2d..000000000 --- a/lima_linguisticdata/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_linguisticdata/LIMALDATAConfig-src.cmake b/lima_linguisticdata/LIMALDATAConfig-src.cmake index bedc344f0..845ef8777 100644 --- a/lima_linguisticdata/LIMALDATAConfig-src.cmake +++ b/lima_linguisticdata/LIMALDATAConfig-src.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # - Find LimaLinguisticdata set(LIMA_VERSION_MAJOR "3") diff --git a/lima_linguisticdata/Languages.cmake b/lima_linguisticdata/Languages.cmake index 628f39926..49e88b140 100644 --- a/lima_linguisticdata/Languages.cmake +++ b/lima_linguisticdata/Languages.cmake @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # All languages are: eng fre por set(LIMA_LANGUAGES eng fre por ud ud-eng) diff --git a/lima_linguisticdata/SRLIntegration/CMakeLists.txt b/lima_linguisticdata/SRLIntegration/CMakeLists.txt index 2d7a792e1..44731aae8 100644 --- a/lima_linguisticdata/SRLIntegration/CMakeLists.txt +++ b/lima_linguisticdata/SRLIntegration/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT if(NOT WIN32) set(LIMA_PATH_SEPARATOR ":") diff --git a/lima_linguisticdata/SRLIntegration/FrameNet-modex.xml b/lima_linguisticdata/SRLIntegration/FrameNet-modex.xml index ff20dacb4..aa5af594d 100644 --- a/lima_linguisticdata/SRLIntegration/FrameNet-modex.xml +++ b/lima_linguisticdata/SRLIntegration/FrameNet-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SRLIntegration/VerbNet-modex.xml b/lima_linguisticdata/SRLIntegration/VerbNet-modex.xml index 6926b27ef..fcf842ff0 100644 --- a/lima_linguisticdata/SRLIntegration/VerbNet-modex.xml +++ b/lima_linguisticdata/SRLIntegration/VerbNet-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SRLIntegration/lima_conll_dependency_tag_mapping/CMakeLists.txt b/lima_linguisticdata/SRLIntegration/lima_conll_dependency_tag_mapping/CMakeLists.txt index e3ef41cb5..16fac4648 100644 --- a/lima_linguisticdata/SRLIntegration/lima_conll_dependency_tag_mapping/CMakeLists.txt +++ b/lima_linguisticdata/SRLIntegration/lima_conll_dependency_tag_mapping/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(FILES mapping_conll_Lima.txt COMPONENT common DESTINATION share/apps/lima/resources/SRLIntegration/lima_conll_dependency_tag_mapping) diff --git a/lima_linguisticdata/SpecificEntities/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/CMakeLists.txt index 0db7a1cee..6a446a33a 100644 --- a/lima_linguisticdata/SpecificEntities/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(conf) add_subdirectory(Patterns) add_subdirectory(Modeles) diff --git a/lima_linguisticdata/SpecificEntities/Modeles/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/Modeles/CMakeLists.txt index 532db0562..54511b28b 100644 --- a/lima_linguisticdata/SpecificEntities/Modeles/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/Modeles/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### file (GLOB MODELES *.mod) diff --git a/lima_linguisticdata/SpecificEntities/Patterns/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/Patterns/CMakeLists.txt index 96f9cffb7..934b84498 100644 --- a/lima_linguisticdata/SpecificEntities/Patterns/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/Patterns/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### file (GLOB PATTERNS *.txt) diff --git a/lima_linguisticdata/SpecificEntities/conf/AuthorPosition-modex.xml b/lima_linguisticdata/SpecificEntities/conf/AuthorPosition-modex.xml index b823f5541..3499cd1be 100644 --- a/lima_linguisticdata/SpecificEntities/conf/AuthorPosition-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/AuthorPosition-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/conf/CMakeLists.txt index 0cfd8f3aa..9ae3ce833 100644 --- a/lima_linguisticdata/SpecificEntities/conf/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/conf/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file (GLOB MODEXES *.xml) install(FILES ${MODEXES} COMPONENT common DESTINATION share/config/lima) diff --git a/lima_linguisticdata/SpecificEntities/conf/DateTime-modex.xml b/lima_linguisticdata/SpecificEntities/conf/DateTime-modex.xml index 8ac284d9b..88de5044c 100644 --- a/lima_linguisticdata/SpecificEntities/conf/DateTime-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/DateTime-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Event-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Event-modex.xml index 28f349550..6945f1a82 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Event-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Event-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Location-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Location-modex.xml index b3de0b2ff..030edb989 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Location-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Location-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Miscellaneous-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Miscellaneous-modex.xml index 691801ee9..c3016d4fb 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Miscellaneous-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Miscellaneous-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Numex-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Numex-modex.xml index 70b95ef7e..97cd9d393 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Numex-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Numex-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Organization-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Organization-modex.xml index 46b1bbd31..946e1e809 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Organization-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Organization-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Person-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Person-modex.xml index 57e3af203..68f781545 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Person-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Person-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/Product-modex.xml b/lima_linguisticdata/SpecificEntities/conf/Product-modex.xml index 9c95a6885..16598d681 100644 --- a/lima_linguisticdata/SpecificEntities/conf/Product-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/Product-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/conf/SpecificEntities-modex.xml b/lima_linguisticdata/SpecificEntities/conf/SpecificEntities-modex.xml index 4adb9046e..c4226ce02 100644 --- a/lima_linguisticdata/SpecificEntities/conf/SpecificEntities-modex.xml +++ b/lima_linguisticdata/SpecificEntities/conf/SpecificEntities-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/SpecificEntities/eng/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/CMakeLists.txt index e29391d99..086919875 100644 --- a/lima_linguisticdata/SpecificEntities/eng/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# SPECIFICENTITIESEXECENV(eng) +# SPDX-License-Identifier: MIT add_subdirectory(resources) add_subdirectory(Numex) diff --git a/lima_linguisticdata/SpecificEntities/eng/DateTime/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/DateTime/CMakeLists.txt index f9d9e57d5..67decdded 100644 --- a/lima_linguisticdata/SpecificEntities/eng/DateTime/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/DateTime/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES days.lst monthAbbrev.lst months.lst timekey.lst timezone.lst) SPECIFICENTITIES(main eng DateTime diff --git a/lima_linguisticdata/SpecificEntities/eng/Event/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Event/CMakeLists.txt index e2c6d4575..4a3122d70 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Event/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Event/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main eng Event EVENT-eng.rules) diff --git a/lima_linguisticdata/SpecificEntities/eng/Location/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Location/CMakeLists.txt index e2627830e..0bdaf07a2 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Location/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Location/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES airports.lst cities.lst greeklocations.lst countries.lst location.rules locationKey.lst locationPre.lst miscLocations.lst stateAbbrev.lst states.lst streetKey.lst) SPECIFICENTITIES(main eng Location diff --git a/lima_linguisticdata/SpecificEntities/eng/Numex/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Numex/CMakeLists.txt index 6108d68eb..71bbe70d9 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Numex/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Numex/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main eng Numex NUMBER-eng.rules UNIT-eng.rules diff --git a/lima_linguisticdata/SpecificEntities/eng/Organization/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Organization/CMakeLists.txt index e71d80c4d..1aa5b6cfa 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Organization/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Organization/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES ../../common/companies.rules ../../common/organizationCommon.lst diff --git a/lima_linguisticdata/SpecificEntities/eng/Person/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Person/CMakeLists.txt index 73482a09a..a1f370193 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Person/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Person/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2018 CEA LIST +# Copyright 2002-2018 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES firstname.lst function_title.lst person.lst person_ending.lst title.lst speech_verb.lst wd_firstname.lst) SPECIFICENTITIES(main eng Person diff --git a/lima_linguisticdata/SpecificEntities/eng/Product/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/Product/CMakeLists.txt index 30a6f70cd..d686f9335 100644 --- a/lima_linguisticdata/SpecificEntities/eng/Product/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/Product/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main eng Product PRODUCT-eng.rules) diff --git a/lima_linguisticdata/SpecificEntities/eng/resources/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/eng/resources/CMakeLists.txt index fd2dd70c5..a81e08acd 100644 --- a/lima_linguisticdata/SpecificEntities/eng/resources/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/eng/resources/CMakeLists.txt @@ -1,18 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB DAT_FILES *.dat) install(FILES ${DAT_FILES} COMPONENT eng DESTINATION share/apps/lima/resources/SpecificEntities) diff --git a/lima_linguisticdata/SpecificEntities/fre/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/CMakeLists.txt index e23022ade..086919875 100644 --- a/lima_linguisticdata/SpecificEntities/fre/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# SPECIFICENTITIESEXECENV(fre) +# SPDX-License-Identifier: MIT add_subdirectory(resources) add_subdirectory(Numex) diff --git a/lima_linguisticdata/SpecificEntities/fre/DateTime/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/DateTime/CMakeLists.txt index ea63de811..7be8aa104 100644 --- a/lima_linguisticdata/SpecificEntities/fre/DateTime/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/DateTime/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES hours.lst timezone.lst) SPECIFICENTITIES(main fre DateTime DATE-fre.rules diff --git a/lima_linguisticdata/SpecificEntities/fre/Event/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Event/CMakeLists.txt index 1bce06231..e1e60e292 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Event/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Event/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main fre Event EVENT-fre.rules) diff --git a/lima_linguisticdata/SpecificEntities/fre/Location/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Location/CMakeLists.txt index eb27dbcfa..f297e86c5 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Location/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Location/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES annonceurLieu.lst cities.lst greeklocations.lst highways.lst miscLocations.lst regionsAndCountries.lst riversAndSeas.lst) SPECIFICENTITIES(main fre Location diff --git a/lima_linguisticdata/SpecificEntities/fre/Numex/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Numex/CMakeLists.txt index 7afee747b..aaa22a5f8 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Numex/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Numex/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main fre Numex NUMBER-fre.rules UNIT-fre.rules diff --git a/lima_linguisticdata/SpecificEntities/fre/Organization/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Organization/CMakeLists.txt index a96301d08..4c0116cd1 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Organization/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Organization/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES annonceurOrg.lst carMakers.lst computers.lst organization.lst ../../common/organizationCommon.lst carMakers.rules journaux_fr.rules newspapersAndMedia.rules organizations.rules partis_politiques.rules) SPECIFICENTITIES(main fre Organization diff --git a/lima_linguisticdata/SpecificEntities/fre/Person/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Person/CMakeLists.txt index 011048b79..a45c2caff 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Person/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Person/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES firstname.lst function_title.lst person.lst persons.rules prefirstname.lst title.lst) SPECIFICENTITIES(main fre Person diff --git a/lima_linguisticdata/SpecificEntities/fre/Product/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/Product/CMakeLists.txt index c10762870..7dacafc93 100644 --- a/lima_linguisticdata/SpecificEntities/fre/Product/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/Product/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES carBrands.rules product.lst) SPECIFICENTITIES(main fre Product PRODUCT-fre.rules) diff --git a/lima_linguisticdata/SpecificEntities/fre/resources/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/fre/resources/CMakeLists.txt index 59f27bd38..438790ca7 100644 --- a/lima_linguisticdata/SpecificEntities/fre/resources/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/fre/resources/CMakeLists.txt @@ -1,18 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB DAT_FILES *.dat) install(FILES ${DAT_FILES} COMPONENT fre DESTINATION share/apps/lima/resources/SpecificEntities) diff --git a/lima_linguisticdata/SpecificEntities/por/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/CMakeLists.txt index 52eff47a6..086919875 100644 --- a/lima_linguisticdata/SpecificEntities/por/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# SPECIFICENTITIESEXECENV(por) +# SPDX-License-Identifier: MIT add_subdirectory(resources) add_subdirectory(Numex) diff --git a/lima_linguisticdata/SpecificEntities/por/DateTime/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/DateTime/CMakeLists.txt index 494807366..d653096de 100644 --- a/lima_linguisticdata/SpecificEntities/por/DateTime/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/DateTime/CMakeLists.txt @@ -1,19 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#set (DEPENDENCIES days.lst monthAbbrev.lst months.lst timekey.lst timezone.lst) +# SPDX-License-Identifier: MIT #SPECIFICENTITIES(main por DateTime DATE-por.rules TIME-por.rules) diff --git a/lima_linguisticdata/SpecificEntities/por/Event/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Event/CMakeLists.txt index e11f09956..e37ba3dfe 100644 --- a/lima_linguisticdata/SpecificEntities/por/Event/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Event/CMakeLists.txt @@ -1,18 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #SPECIFICENTITIES(main por Event EVENT-por.rules) diff --git a/lima_linguisticdata/SpecificEntities/por/Location/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Location/CMakeLists.txt index e7033b8aa..eea6fcb2d 100644 --- a/lima_linguisticdata/SpecificEntities/por/Location/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Location/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#set (DEPENDENCIES airports.lst cities.lst greeklocations.lst countriesAndRegions.lst location.rules locationKey.lst locationPre.lst miscLocations.lst stateAbbrev.lst states.lst streetKey.lst) +# SPDX-License-Identifier: MIT #SPECIFICENTITIES(main por Location LOCATION-por.rules LOCATION_RATP-por.rules) diff --git a/lima_linguisticdata/SpecificEntities/por/Numex/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Numex/CMakeLists.txt index 2aea698c2..26d658fd2 100644 --- a/lima_linguisticdata/SpecificEntities/por/Numex/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Numex/CMakeLists.txt @@ -1,18 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB DAT_FILES *.dat) #install(FILES ${DAT_FILES} COMPONENT por DESTINATION share/apps/lima/resources/SpecificEntities) diff --git a/lima_linguisticdata/SpecificEntities/por/Organization/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Organization/CMakeLists.txt index ea23062fe..96fd670be 100644 --- a/lima_linguisticdata/SpecificEntities/por/Organization/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Organization/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #set (DEPENDENCIES ../../common/organizationCommon.lst newspaperKey.lst newspapersAndMedia.rules organization.lst organizationkey.lst organization.rules AutomobileManu.lst companies.lst) diff --git a/lima_linguisticdata/SpecificEntities/por/Person/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Person/CMakeLists.txt index bdfda1e6a..7900fce34 100644 --- a/lima_linguisticdata/SpecificEntities/por/Person/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Person/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #set (DEPENDENCIES firstname.lst function_title.lst person.lst person_ending.lst title.lst) diff --git a/lima_linguisticdata/SpecificEntities/por/Product/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/Product/CMakeLists.txt index 330d60057..5d08a0508 100644 --- a/lima_linguisticdata/SpecificEntities/por/Product/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/Product/CMakeLists.txt @@ -1,18 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #SPECIFICENTITIES(main por Product PRODUCT-por.rules) diff --git a/lima_linguisticdata/SpecificEntities/por/resources/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/por/resources/CMakeLists.txt index e687275a7..278f63a71 100644 --- a/lima_linguisticdata/SpecificEntities/por/resources/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/por/resources/CMakeLists.txt @@ -1,18 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB DAT_FILES *.dat) #install(FILES ${DAT_FILES} COMPONENT por DESTINATION share/apps/lima/resources/SpecificEntities) \ No newline at end of file diff --git a/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.py b/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.py index 03f8ac55a..e5ec38579 100755 --- a/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.py +++ b/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: UTF-8 -*- import argparse diff --git a/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.sh b/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.sh index b121e66f9..aa2fd3a36 100755 --- a/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.sh +++ b/lima_linguisticdata/SpecificEntities/scripts/ask_wikidata.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + python3 ask_wikidata.py -f $1 \ | jq '.results.bindings[].item.value' \ | grep -Eo 'Q[0-9]+' \ diff --git a/lima_linguisticdata/SpecificEntities/scripts/filter_instances.py b/lima_linguisticdata/SpecificEntities/scripts/filter_instances.py index 69d58c27a..1b19eb192 100755 --- a/lima_linguisticdata/SpecificEntities/scripts/filter_instances.py +++ b/lima_linguisticdata/SpecificEntities/scripts/filter_instances.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: UTF-8 -*- import argparse diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/CMakeLists.txt index 8d1c4792a..8c40e5b1b 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# SPECIFICENTITIESEXECENV(eng) +# SPDX-License-Identifier: MIT # SPECIFICENTITIESCONFIGENV(ud-eng) diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/DateTime/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/DateTime/CMakeLists.txt index 54928bf9d..1d3c95f64 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/DateTime/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/DateTime/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES days.lst monthAbbrev.lst months.lst timekey.lst timezone.lst) SPECIFICENTITIES(main ud-eng DateTime diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Event/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Event/CMakeLists.txt index a7ae2e2b8..909249025 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Event/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Event/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud-eng Event EVENT-ud-eng.rules) diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Location/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Location/CMakeLists.txt index 65b2956f5..2ac3f3b14 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Location/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Location/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES airports.lst cities.lst greeklocations.lst countriesAndRegions.lst location.rules locationKey.lst locationPre.lst miscLocations.lst stateAbbrev.lst states.lst streetKey.lst) SPECIFICENTITIES(main ud-eng Location diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Numex/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Numex/CMakeLists.txt index 2dd110a60..363fc3011 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Numex/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Numex/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud-eng Numex NUMBER-ud-eng.rules UNIT-ud-eng.rules diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Organization/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Organization/CMakeLists.txt index b67c6650c..c3a702399 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Organization/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Organization/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES ../../common/organizationCommon.lst newspaperKey.lst newspapersAndMedia.rules organization.lst organizationkey.lst organization.rules AutomobileManu.lst companies.lst wd_organization.lst organizationType.lst) SPECIFICENTITIES(main ud-eng Organization diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Person/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Person/CMakeLists.txt index 8d24a4d1b..dd4fcf1e0 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Person/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Person/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES firstname.lst wd_firstname.lst function_title.lst person.lst person_ending.lst title.lst tussenvoegsel.lst speech_verb.lst wd_lastname.lst) SPECIFICENTITIES(main ud-eng Person diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/Product/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/Product/CMakeLists.txt index ef07d03c4..2ca3d63d3 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/Product/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/Product/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud-eng Product PRODUCT-ud-eng.rules) diff --git a/lima_linguisticdata/SpecificEntities/ud-eng/resources/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud-eng/resources/CMakeLists.txt index 84186d324..d0b2d3740 100644 --- a/lima_linguisticdata/SpecificEntities/ud-eng/resources/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud-eng/resources/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT file(GLOB DAT_FILES *.dat) diff --git a/lima_linguisticdata/SpecificEntities/ud/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/CMakeLists.txt index 1d8c9823f..4c4ad65a6 100644 --- a/lima_linguisticdata/SpecificEntities/ud/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# SPECIFICENTITIESEXECENV(ud) +# SPDX-License-Identifier: MIT # SPECIFICENTITIESCONFIGENV(ud) diff --git a/lima_linguisticdata/SpecificEntities/ud/DateTime/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/DateTime/CMakeLists.txt index 654407503..b483092fc 100644 --- a/lima_linguisticdata/SpecificEntities/ud/DateTime/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/DateTime/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES days.lst monthAbbrev.lst months.lst timekey.lst timezone.lst) SPECIFICENTITIES(main ud DateTime diff --git a/lima_linguisticdata/SpecificEntities/ud/Event/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Event/CMakeLists.txt index 585c13d6f..fc171722a 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Event/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Event/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud Event EVENT-ud.rules) diff --git a/lima_linguisticdata/SpecificEntities/ud/Location/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Location/CMakeLists.txt index 687c063b9..5be1994b6 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Location/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Location/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES airports.lst cities.lst greeklocations.lst countriesAndRegions.lst location.rules locationKey.lst locationPre.lst miscLocations.lst stateAbbrev.lst states.lst streetKey.lst) SPECIFICENTITIES(main ud Location diff --git a/lima_linguisticdata/SpecificEntities/ud/Numex/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Numex/CMakeLists.txt index 3e0149f51..e74c66000 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Numex/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Numex/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud Numex NUMBER-ud.rules UNIT-ud.rules diff --git a/lima_linguisticdata/SpecificEntities/ud/Organization/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Organization/CMakeLists.txt index f79e10c93..e0ccb3882 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Organization/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Organization/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES ../../common/organizationCommon.lst newspaperKey.lst newspapersAndMedia.rules organization.lst organizationkey.lst organization.rules AutomobileManu.lst companies.lst wd_organization.lst organizationType.lst) SPECIFICENTITIES(main ud Organization diff --git a/lima_linguisticdata/SpecificEntities/ud/Person/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Person/CMakeLists.txt index 45bb11dab..0b55c0a34 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Person/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Person/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set (DEPENDENCIES firstname.lst wd_firstname.lst function_title.lst person.lst person_ending.lst title.lst tussenvoegsel.lst speech_verb.lst wd_lastname.lst) SPECIFICENTITIES(main ud Person diff --git a/lima_linguisticdata/SpecificEntities/ud/Product/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/Product/CMakeLists.txt index 26f5801b8..9ab3bd2eb 100644 --- a/lima_linguisticdata/SpecificEntities/ud/Product/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/Product/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + SPECIFICENTITIES(main ud Product PRODUCT-ud.rules) diff --git a/lima_linguisticdata/SpecificEntities/ud/resources/CMakeLists.txt b/lima_linguisticdata/SpecificEntities/ud/resources/CMakeLists.txt index 407477921..7e8c82523 100644 --- a/lima_linguisticdata/SpecificEntities/ud/resources/CMakeLists.txt +++ b/lima_linguisticdata/SpecificEntities/ud/resources/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT file(GLOB DAT_FILES *.dat) diff --git a/lima_linguisticdata/analysisDictionary/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/CMakeLists.txt index d07ca0127..7392781cf 100644 --- a/lima_linguisticdata/analysisDictionary/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT foreach(LANG ${LIMA_LANGUAGES}) if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LANG}) diff --git a/lima_linguisticdata/analysisDictionary/eng/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/eng/CMakeLists.txt index 988253bbb..6737332dd 100644 --- a/lima_linguisticdata/analysisDictionary/eng/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/eng/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(code) add_subdirectory(convert) add_subdirectory(compile) diff --git a/lima_linguisticdata/analysisDictionary/eng/code/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/eng/code/CMakeLists.txt index c8eef953e..76115c8cf 100644 --- a/lima_linguisticdata/analysisDictionary/eng/code/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/eng/code/CMakeLists.txt @@ -1,18 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB CODES_FILES_LIST "${CMAKE_CURRENT_SOURCE_DIR}/symbolicCode*.xml") CODES(eng ${CODES_FILES_LIST}) diff --git a/lima_linguisticdata/analysisDictionary/eng/code/code-eng.xml b/lima_linguisticdata/analysisDictionary/eng/code/code-eng.xml index 587d21a0b..9ebc88837 100644 --- a/lima_linguisticdata/analysisDictionary/eng/code/code-eng.xml +++ b/lima_linguisticdata/analysisDictionary/eng/code/code-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/eng/code/symbolicCode-eng.xml b/lima_linguisticdata/analysisDictionary/eng/code/symbolicCode-eng.xml index 1b298ac8a..70aad434e 100644 --- a/lima_linguisticdata/analysisDictionary/eng/code/symbolicCode-eng.xml +++ b/lima_linguisticdata/analysisDictionary/eng/code/symbolicCode-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/eng/compile/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/eng/compile/CMakeLists.txt index b1a485235..c56f5b50e 100644 --- a/lima_linguisticdata/analysisDictionary/eng/compile/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/eng/compile/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + COMPILEXMLDIC(eng ${CMAKE_CURRENT_BINARY_DIR}/../convert/dico.xml "") diff --git a/lima_linguisticdata/analysisDictionary/eng/convert/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/eng/convert/CMakeLists.txt index 6c0366e35..653ef928b 100644 --- a/lima_linguisticdata/analysisDictionary/eng/convert/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/eng/convert/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2020 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT set(ENV{LC_ALL} "C") diff --git a/lima_linguisticdata/analysisDictionary/eng/wordnet/flex.sh b/lima_linguisticdata/analysisDictionary/eng/wordnet/flex.sh index 10b42f2f9..615738006 100755 --- a/lima_linguisticdata/analysisDictionary/eng/wordnet/flex.sh +++ b/lima_linguisticdata/analysisDictionary/eng/wordnet/flex.sh @@ -1,4 +1,9 @@ #!/bin/bash + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # Shell script created by Romaric Besançon on Mon Apr 11 2016 # Version : $Id$ diff --git a/lima_linguisticdata/analysisDictionary/eng/wordnet/to_ud.sh b/lima_linguisticdata/analysisDictionary/eng/wordnet/to_ud.sh index b1dc22f8e..acd7fecdb 100755 --- a/lima_linguisticdata/analysisDictionary/eng/wordnet/to_ud.sh +++ b/lima_linguisticdata/analysisDictionary/eng/wordnet/to_ud.sh @@ -1,4 +1,9 @@ #!/bin/bash + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # Shell script created by Romaric Besancon on Wed Nov 22 2017 # Version : $Id$ diff --git a/lima_linguisticdata/analysisDictionary/fre/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/CMakeLists.txt index 60fd34e07..fb2fc81de 100644 --- a/lima_linguisticdata/analysisDictionary/fre/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(code) # add_subdirectory(lefff) add_subdirectory(convert) diff --git a/lima_linguisticdata/analysisDictionary/fre/code/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/code/CMakeLists.txt index 181477cfd..347379d2c 100644 --- a/lima_linguisticdata/analysisDictionary/fre/code/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/code/CMakeLists.txt @@ -1,18 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# file(GLOB CODES_FILES_LIST "${CMAKE_CURRENT_SOURCE_DIR}/symbolicCode-fre.xml") +# SPDX-License-Identifier: MIT + CODES(fre ${CMAKE_CURRENT_SOURCE_DIR}/symbolicCode-fre.xml ${CMAKE_CURRENT_SOURCE_DIR}/symbolicCodeAjout-fre.xml) diff --git a/lima_linguisticdata/analysisDictionary/fre/code/code-fre.xml b/lima_linguisticdata/analysisDictionary/fre/code/code-fre.xml index e5338f618..bd8f2bdc9 100644 --- a/lima_linguisticdata/analysisDictionary/fre/code/code-fre.xml +++ b/lima_linguisticdata/analysisDictionary/fre/code/code-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/fre/code/extract-lima-code.py b/lima_linguisticdata/analysisDictionary/fre/code/extract-lima-code.py index a7a814372..7893b50db 100755 --- a/lima_linguisticdata/analysisDictionary/fre/code/extract-lima-code.py +++ b/lima_linguisticdata/analysisDictionary/fre/code/extract-lima-code.py @@ -1,21 +1,9 @@ #!/usr/bin/env python3 -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# -*- coding: utf-8 -*- +# SPDX-License-Identifier: MIT # Converts wolf-0.1.4 from its xml format with WordNet 2.0 IDs # to the DebVisDic format with WordNet 3.0 IDs diff --git a/lima_linguisticdata/analysisDictionary/fre/code/legacy/symbolicCode-fre-old-lima.xml b/lima_linguisticdata/analysisDictionary/fre/code/legacy/symbolicCode-fre-old-lima.xml index ca841b6f6..784797b7d 100644 --- a/lima_linguisticdata/analysisDictionary/fre/code/legacy/symbolicCode-fre-old-lima.xml +++ b/lima_linguisticdata/analysisDictionary/fre/code/legacy/symbolicCode-fre-old-lima.xml @@ -1,3 +1,9 @@ + + diff --git a/lima_linguisticdata/analysisDictionary/fre/code/symbolicCode-fre.xml b/lima_linguisticdata/analysisDictionary/fre/code/symbolicCode-fre.xml index fe9103bf1..5f8e4b2e1 100644 --- a/lima_linguisticdata/analysisDictionary/fre/code/symbolicCode-fre.xml +++ b/lima_linguisticdata/analysisDictionary/fre/code/symbolicCode-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/fre/code/symbolicCodeAjout-fre.xml b/lima_linguisticdata/analysisDictionary/fre/code/symbolicCodeAjout-fre.xml index 4505fa5b0..92531683b 100644 --- a/lima_linguisticdata/analysisDictionary/fre/code/symbolicCodeAjout-fre.xml +++ b/lima_linguisticdata/analysisDictionary/fre/code/symbolicCodeAjout-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/fre/compile/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/compile/CMakeLists.txt index 1b7e2d3cf..25c03f1ec 100644 --- a/lima_linguisticdata/analysisDictionary/fre/compile/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/compile/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + COMPILEXMLDIC(fre ${CMAKE_CURRENT_BINARY_DIR}/../convert/dico.xml "") diff --git a/lima_linguisticdata/analysisDictionary/fre/convert/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/convert/CMakeLists.txt index b9d1d2a06..a9b161bf7 100644 --- a/lima_linguisticdata/analysisDictionary/fre/convert/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/convert/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set(ENV{LC_ALL} "C") # [1] Use a dictionary already in LIMA format to avoid the long conversion of diff --git a/lima_linguisticdata/analysisDictionary/fre/convert/lefff2lima-std.pl b/lima_linguisticdata/analysisDictionary/fre/convert/lefff2lima-std.pl index fbe3f8c81..a569ebf82 100755 --- a/lima_linguisticdata/analysisDictionary/fre/convert/lefff2lima-std.pl +++ b/lima_linguisticdata/analysisDictionary/fre/convert/lefff2lima-std.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -w -## Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT # Helper script to speed up the creation of the dictionary mapping Lefff # simplified tags to Lima std tags diff --git a/lima_linguisticdata/analysisDictionary/fre/fake/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/fake/CMakeLists.txt index d27a12e30..bfaba30ba 100644 --- a/lima_linguisticdata/analysisDictionary/fre/fake/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/fake/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + COMPILEXMLDIC(fre ${CMAKE_CURRENT_SOURCE_DIR}/corporate.xml "fake") COMPILEXMLDIC(fre ${CMAKE_CURRENT_SOURCE_DIR}/user.xml "fake") diff --git a/lima_linguisticdata/analysisDictionary/fre/fake/compileAndDeploy.sh b/lima_linguisticdata/analysisDictionary/fre/fake/compileAndDeploy.sh index c2cb89d55..48704be86 100755 --- a/lima_linguisticdata/analysisDictionary/fre/fake/compileAndDeploy.sh +++ b/lima_linguisticdata/analysisDictionary/fre/fake/compileAndDeploy.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT export LC_ALL="C" diff --git a/lima_linguisticdata/analysisDictionary/fre/fake/corporate.xml b/lima_linguisticdata/analysisDictionary/fre/fake/corporate.xml index 4631fa0f2..9214d3a17 100644 --- a/lima_linguisticdata/analysisDictionary/fre/fake/corporate.xml +++ b/lima_linguisticdata/analysisDictionary/fre/fake/corporate.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/fre/fake/user.xml b/lima_linguisticdata/analysisDictionary/fre/fake/user.xml index b061bf824..3f7a25e13 100644 --- a/lima_linguisticdata/analysisDictionary/fre/fake/user.xml +++ b/lima_linguisticdata/analysisDictionary/fre/fake/user.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/fre/lefff/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/fre/lefff/CMakeLists.txt index 523495556..dcd9e8e50 100644 --- a/lima_linguisticdata/analysisDictionary/fre/lefff/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/fre/lefff/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + set(ENV{LC_ALL} "C") file(GLOB lefffFiles ${CMAKE_CURRENT_SOURCE_DIR}/lefff-ext-?.txt) diff --git a/lima_linguisticdata/analysisDictionary/por/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/por/CMakeLists.txt index 40c2d15f5..59dc53546 100644 --- a/lima_linguisticdata/analysisDictionary/por/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/por/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(code) add_subdirectory(convert) diff --git a/lima_linguisticdata/analysisDictionary/por/code/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/por/code/CMakeLists.txt index f3ca604f3..0ca7743fc 100644 --- a/lima_linguisticdata/analysisDictionary/por/code/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/por/code/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file(GLOB CODES_FILES_LIST "${CMAKE_CURRENT_SOURCE_DIR}/symbolicCode*.xml") CODES(por ${CODES_FILES_LIST}) diff --git a/lima_linguisticdata/analysisDictionary/por/code/code-por.xml b/lima_linguisticdata/analysisDictionary/por/code/code-por.xml index cc55449a3..918bb470d 100644 --- a/lima_linguisticdata/analysisDictionary/por/code/code-por.xml +++ b/lima_linguisticdata/analysisDictionary/por/code/code-por.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/por/code/symbolicCode-por.xml b/lima_linguisticdata/analysisDictionary/por/code/symbolicCode-por.xml index fdceb6e87..faf73b98f 100644 --- a/lima_linguisticdata/analysisDictionary/por/code/symbolicCode-por.xml +++ b/lima_linguisticdata/analysisDictionary/por/code/symbolicCode-por.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/por/compile/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/por/compile/CMakeLists.txt index 3abb41b12..cd6574481 100644 --- a/lima_linguisticdata/analysisDictionary/por/compile/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/por/compile/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + COMPILEXMLDIC(por ${CMAKE_CURRENT_BINARY_DIR}/../convert/dico.xml "") diff --git a/lima_linguisticdata/analysisDictionary/por/convert/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/por/convert/CMakeLists.txt index ab1b45e7c..a02f2487d 100644 --- a/lima_linguisticdata/analysisDictionary/por/convert/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/por/convert/CMakeLists.txt @@ -1,25 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -# set(ADDED_LIST_FILES -# listesfermees.txt -# listesfermees_prenoms_en.txt -# ) -# -# CONVERT(por ${CMAKE_CURRENT_SOURCE_DIR}/entrees_composees.txt)+ +# SPDX-License-Identifier: MIT set(ENV{LC_ALL} "C") diff --git a/lima_linguisticdata/analysisDictionary/tests/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/tests/CMakeLists.txt index e7f5d9034..359710025 100644 --- a/lima_linguisticdata/analysisDictionary/tests/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### next test ############### +# SPDX-License-Identifier: MIT set(EnhancedAnalysisDictionaryTest0_SRCS EnhancedAnalysisDictionaryTest0.cpp diff --git a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1-src.cpp b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1-src.cpp index 7ad4b30a9..0e5690f92 100644 --- a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1-src.cpp +++ b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1-src.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.cpp b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.cpp index bc2ecad9a..df02b16b0 100644 --- a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.cpp +++ b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.h b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.h index eeb9b2fd4..e0a48062f 100644 --- a/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.h +++ b/lima_linguisticdata/analysisDictionary/tests/DictionaryDataTest1.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef DICTIONARYDATATEST1_H #define DICTIONARYDATATEST1_H diff --git a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.cpp b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.cpp index df9c42f55..14090536a 100644 --- a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.cpp +++ b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #include "EnhancedAnalysisDictionaryTest0.h" diff --git a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.h b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.h index f4bd215c7..f43f30a62 100644 --- a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.h +++ b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest0.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef ENHANCEDANALYSISDICTIONARYTEST0_H #define ENHANCEDANALYSISDICTIONARYTEST0_H diff --git a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1-src.cpp b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1-src.cpp index 28265f2a8..ee62806a4 100644 --- a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1-src.cpp +++ b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1-src.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.cpp b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.cpp index caa238d07..e5d2fd621 100644 --- a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.cpp +++ b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #include "EnhancedAnalysisDictionaryTest1.h" diff --git a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.h b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.h index 26c484a41..d6a4d27e4 100644 --- a/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.h +++ b/lima_linguisticdata/analysisDictionary/tests/EnhancedAnalysisDictionaryTest1.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef ENHANCEDANALYSISDICTIONARYTEST1_H #define ENHANCEDANALYSISDICTIONARYTEST1_H diff --git a/lima_linguisticdata/analysisDictionary/tests/lima-lp-res-Enhanced.xml b/lima_linguisticdata/analysisDictionary/tests/lima-lp-res-Enhanced.xml index 345fb1a66..9b2727a38 100644 --- a/lima_linguisticdata/analysisDictionary/tests/lima-lp-res-Enhanced.xml +++ b/lima_linguisticdata/analysisDictionary/tests/lima-lp-res-Enhanced.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/ud-eng/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/ud-eng/CMakeLists.txt index 4120ee5dc..b4ad0c51d 100644 --- a/lima_linguisticdata/analysisDictionary/ud-eng/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/ud-eng/CMakeLists.txt @@ -1,18 +1,6 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(code) diff --git a/lima_linguisticdata/analysisDictionary/ud-eng/code/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/ud-eng/code/CMakeLists.txt index 27cc11f5f..5b750917f 100644 --- a/lima_linguisticdata/analysisDictionary/ud-eng/code/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/ud-eng/code/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT install( FILES code-ud-eng.xml diff --git a/lima_linguisticdata/analysisDictionary/ud-eng/code/code-ud-eng.xml b/lima_linguisticdata/analysisDictionary/ud-eng/code/code-ud-eng.xml index 092cd4aac..b26799f9c 100644 --- a/lima_linguisticdata/analysisDictionary/ud-eng/code/code-ud-eng.xml +++ b/lima_linguisticdata/analysisDictionary/ud-eng/code/code-ud-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/analysisDictionary/ud/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/ud/CMakeLists.txt index 4120ee5dc..b4ad0c51d 100644 --- a/lima_linguisticdata/analysisDictionary/ud/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/ud/CMakeLists.txt @@ -1,18 +1,6 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(code) diff --git a/lima_linguisticdata/analysisDictionary/ud/code/CMakeLists.txt b/lima_linguisticdata/analysisDictionary/ud/code/CMakeLists.txt index b5d85ab10..39dc4d498 100644 --- a/lima_linguisticdata/analysisDictionary/ud/code/CMakeLists.txt +++ b/lima_linguisticdata/analysisDictionary/ud/code/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT install( FILES code-ud.xml diff --git a/lima_linguisticdata/analysisDictionary/ud/code/code-ud.xml b/lima_linguisticdata/analysisDictionary/ud/code/code-ud.xml index 092cd4aac..b26799f9c 100644 --- a/lima_linguisticdata/analysisDictionary/ud/code/code-ud.xml +++ b/lima_linguisticdata/analysisDictionary/ud/code/code-ud.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticdata/cbuild.sh b/lima_linguisticdata/cbuild.sh index b53abf177..ace10ab15 100755 --- a/lima_linguisticdata/cbuild.sh +++ b/lima_linguisticdata/cbuild.sh @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT + install -d build pushd build cmake -DCMAKE_INSTALL_PREFIX=$AMOSE_DIST -DCMAKE_BUILD_TYPE=Debug .. diff --git a/lima_linguisticdata/cmake/CMakeLists.txt b/lima_linguisticdata/cmake/CMakeLists.txt index 3d61b27d9..1210786c7 100644 --- a/lima_linguisticdata/cmake/CMakeLists.txt +++ b/lima_linguisticdata/cmake/CMakeLists.txt @@ -1,17 +1,4 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - +# SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/lima_linguisticdata/cmake/LinguisticData.cmake b/lima_linguisticdata/cmake/LinguisticData.cmake index e4e5022d7..9414f702a 100644 --- a/lima_linguisticdata/cmake/LinguisticData.cmake +++ b/lima_linguisticdata/cmake/LinguisticData.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + if(NOT WIN32) string(ASCII 27 Esc) set(C_Norm "${Esc}[m") diff --git a/lima_linguisticdata/cpack.sh b/lima_linguisticdata/cpack.sh index bb939394e..4fa94416c 100755 --- a/lima_linguisticdata/cpack.sh +++ b/lima_linguisticdata/cpack.sh @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT + install -d pack pushd pack cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$AMOSE_DIST .. diff --git a/lima_linguisticdata/disambiguisationMatrices/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/CMakeLists.txt index 5ff62f4c0..4b7f5e2f1 100644 --- a/lima_linguisticdata/disambiguisationMatrices/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + option(BUILD_SVMTOOL_MODELS "Set to true to build and install the SVMTool PoS tagging models." ON) diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/eng/CMakeLists.txt index 8f2d89988..03c1f0c4a 100644 --- a/lima_linguisticdata/disambiguisationMatrices/eng/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/eng/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(corpus) # file(GLOB DP_FILES $ENV{NLTK_PTB_DP_DIR}/*.dp) diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/CMakeLists.txt index fb1f63257..0db68252e 100644 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + if (BUILD_SVMTOOL_MODELS) add_subdirectory(SVMToolModel) endif() diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/SVMToolModel/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/SVMToolModel/CMakeLists.txt index c0f788a07..7a1741a15 100644 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/SVMToolModel/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/SVMToolModel/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - +# SPDX-License-Identifier: MIT find_program (SVMT_LEARN SVMTlearn) find_program (SVM_LIGHT_PROGRAM svm_learn) diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead-ptb.pl b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead-ptb.pl index 3e4908f86..419c413d0 100755 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead-ptb.pl +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead-ptb.pl @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -w +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.pl b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.pl index dd2476603..5530adad2 100755 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.pl +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.pl @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -w +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.sh b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.sh index 471d94b11..c267e529d 100755 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.sh +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/aligner-lookahead.sh @@ -1,19 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT ./aligner-lookahead-ptb.pl ptb.pos.all ptb.pos.lima ptb.pos.aligned diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat-all.sh b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat-all.sh index 52c9c76e2..fd46b1b84 100755 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat-all.sh +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat-all.sh @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + for d in {1..3} ; do ./reformat.sh $LIMA_ROOT/lima/lima_pelf/evalPosTagging/results.eng.viterbi/$d/10pc.brut.out ; done > oanc.pos.lima diff --git a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat.sh b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat.sh index d407d6ed5..f70e47ff6 100755 --- a/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat.sh +++ b/lima_linguisticdata/disambiguisationMatrices/eng/corpus/reformat.sh @@ -1,19 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT awk -F "|" '{ print $2"#"$3 }' $1 | ../../../scripts/niemesTokens.pl -osep=" " "#" 1,3 | sed -r -e 's/ * / /g' -e 's/^ *//' diff --git a/lima_linguisticdata/disambiguisationMatrices/find_bigram_in_corpus.pl b/lima_linguisticdata/disambiguisationMatrices/find_bigram_in_corpus.pl index 2c1525fa1..265e9735b 100755 --- a/lima_linguisticdata/disambiguisationMatrices/find_bigram_in_corpus.pl +++ b/lima_linguisticdata/disambiguisationMatrices/find_bigram_in_corpus.pl @@ -1,23 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -s -# -# Perl Program created by besancon on Thu Oct 28 2004 -# Version : $Id: find_trigram_in_corpus.pl 5080 2005-02-03 16:25:16Z romaric $ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticdata/disambiguisationMatrices/find_trigram_in_corpus.pl b/lima_linguisticdata/disambiguisationMatrices/find_trigram_in_corpus.pl index 1f5854da8..265e9735b 100755 --- a/lima_linguisticdata/disambiguisationMatrices/find_trigram_in_corpus.pl +++ b/lima_linguisticdata/disambiguisationMatrices/find_trigram_in_corpus.pl @@ -1,23 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -s -# -# Perl Program created by besancon on Thu Oct 28 2004 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticdata/disambiguisationMatrices/fre/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/fre/CMakeLists.txt index 0da8cd270..fad504c5f 100644 --- a/lima_linguisticdata/disambiguisationMatrices/fre/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/fre/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(corpus) add_custom_command( diff --git a/lima_linguisticdata/disambiguisationMatrices/fre/corpus/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/fre/corpus/CMakeLists.txt index fb1f63257..0db68252e 100644 --- a/lima_linguisticdata/disambiguisationMatrices/fre/corpus/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/fre/corpus/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + if (BUILD_SVMTOOL_MODELS) add_subdirectory(SVMToolModel) endif() diff --git a/lima_linguisticdata/disambiguisationMatrices/fre/corpus/SVMToolModel/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/fre/corpus/SVMToolModel/CMakeLists.txt index 5bae42422..0da7fc6a7 100644 --- a/lima_linguisticdata/disambiguisationMatrices/fre/corpus/SVMToolModel/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/fre/corpus/SVMToolModel/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + find_program (SVMT_LEARN SVMTlearn) find_program (SVM_LIGHT_PROGRAM svm_learn) diff --git a/lima_linguisticdata/disambiguisationMatrices/por/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/por/CMakeLists.txt index 99c152acd..32cf977e2 100644 --- a/lima_linguisticdata/disambiguisationMatrices/por/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/por/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(corpus) diff --git a/lima_linguisticdata/disambiguisationMatrices/por/corpus/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/por/corpus/CMakeLists.txt index fb1f63257..0db68252e 100644 --- a/lima_linguisticdata/disambiguisationMatrices/por/corpus/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/por/corpus/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + if (BUILD_SVMTOOL_MODELS) add_subdirectory(SVMToolModel) endif() diff --git a/lima_linguisticdata/disambiguisationMatrices/por/corpus/SVMToolModel/CMakeLists.txt b/lima_linguisticdata/disambiguisationMatrices/por/corpus/SVMToolModel/CMakeLists.txt index 5bc049f5f..69acf9f9c 100644 --- a/lima_linguisticdata/disambiguisationMatrices/por/corpus/SVMToolModel/CMakeLists.txt +++ b/lima_linguisticdata/disambiguisationMatrices/por/corpus/SVMToolModel/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT find_program (SVMT_LEARN SVMTlearn) find_program (SVM_LIGHT_PROGRAM svm_learn) diff --git a/lima_linguisticdata/disambiguisationMatrices/surgeneration.pl b/lima_linguisticdata/disambiguisationMatrices/surgeneration.pl index 15cb6b416..e381214bb 100755 --- a/lima_linguisticdata/disambiguisationMatrices/surgeneration.pl +++ b/lima_linguisticdata/disambiguisationMatrices/surgeneration.pl @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -W +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/rules-idiom/CMakeLists.txt b/lima_linguisticdata/rules-idiom/CMakeLists.txt index 8722930fb..9fa779167 100644 --- a/lima_linguisticdata/rules-idiom/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT foreach(LANG ${LIMA_LANGUAGES}) if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LANG}) diff --git a/lima_linguisticdata/rules-idiom/add_heads.sh b/lima_linguisticdata/rules-idiom/add_heads.sh index 5b9793c61..2269195b1 100755 --- a/lima_linguisticdata/rules-idiom/add_heads.sh +++ b/lima_linguisticdata/rules-idiom/add_heads.sh @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# Shell script created by besancon on Fri Sep 10 2004 -# Version : $Id$ +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT # add head to a file containing idiomatic expressions (format with ;) # create a new file named [file_name].new diff --git a/lima_linguisticdata/rules-idiom/compile-user-idiom.sh b/lima_linguisticdata/rules-idiom/compile-user-idiom.sh index 247612985..5e2c5960e 100755 --- a/lima_linguisticdata/rules-idiom/compile-user-idiom.sh +++ b/lima_linguisticdata/rules-idiom/compile-user-idiom.sh @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# Shell script created by besancon on Tue Jul 5 2005 -# Version : $Id$ +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT if (( $# < 2 )); then echo must specify language and filename diff --git a/lima_linguisticdata/rules-idiom/eng/CMakeLists.txt b/lima_linguisticdata/rules-idiom/eng/CMakeLists.txt index a81294d3b..d13107017 100644 --- a/lima_linguisticdata/rules-idiom/eng/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/eng/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(src) diff --git a/lima_linguisticdata/rules-idiom/eng/src/CMakeLists.txt b/lima_linguisticdata/rules-idiom/eng/src/CMakeLists.txt index 7937782d3..8b9925b7d 100644 --- a/lima_linguisticdata/rules-idiom/eng/src/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/eng/src/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file (GLOB SYMBOLICCODESENG ${PROJECT_SOURCE_DIR}/analysisDictionary/eng/code/symbolicCode*-eng.xml) add_custom_command( diff --git a/lima_linguisticdata/rules-idiom/fre/CMakeLists.txt b/lima_linguisticdata/rules-idiom/fre/CMakeLists.txt index a81294d3b..d13107017 100644 --- a/lima_linguisticdata/rules-idiom/fre/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/fre/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(src) diff --git a/lima_linguisticdata/rules-idiom/fre/examples/idiom-example-fre-test.xml b/lima_linguisticdata/rules-idiom/fre/examples/idiom-example-fre-test.xml index 2ae040d84..b0b1d75c0 100644 --- a/lima_linguisticdata/rules-idiom/fre/examples/idiom-example-fre-test.xml +++ b/lima_linguisticdata/rules-idiom/fre/examples/idiom-example-fre-test.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticdata/rules-idiom/fre/examples/test-example.sh b/lima_linguisticdata/rules-idiom/fre/examples/test-example.sh index 0fcdb1ea3..f4db98f33 100755 --- a/lima_linguisticdata/rules-idiom/fre/examples/test-example.sh +++ b/lima_linguisticdata/rules-idiom/fre/examples/test-example.sh @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# Shell script created by besancon on Wed Jul 6 2005 -# Version : $Id$ +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT export exampleBaseName="idiom-example-"; diff --git a/lima_linguisticdata/rules-idiom/fre/src/CMakeLists.txt b/lima_linguisticdata/rules-idiom/fre/src/CMakeLists.txt index 29fe11d88..465a1baa8 100644 --- a/lima_linguisticdata/rules-idiom/fre/src/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/fre/src/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + file (GLOB SYMBOLICCODESFRE ${PROJECT_SOURCE_DIR}/analysisDictionary/fre/code/symbolicCode*-fre.xml) add_custom_command( diff --git a/lima_linguisticdata/rules-idiom/fre/src/buildSeparableVerbList.pl b/lima_linguisticdata/rules-idiom/fre/src/buildSeparableVerbList.pl index 4d76b5917..834a2b21c 100755 --- a/lima_linguisticdata/rules-idiom/fre/src/buildSeparableVerbList.pl +++ b/lima_linguisticdata/rules-idiom/fre/src/buildSeparableVerbList.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Program created by besancon on Fri Jun 24 2005 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { @@ -126,8 +112,8 @@ sub addReflexiveVerbRule { $trigger.='$V'; # cannot determine if possible pronouns,auxiliaries and adverbs - # are before or after $pre (s'en aller => je m'en suis all�, - # s'entre-d�chirer => je me suis entre-d�chir�) + # are before or after $pre (s'en aller => je m'en suis allé, + # s'entre-déchirer => je me suis entre-déchiré) # => set both possibilities print FRULES "$trigger". diff --git a/lima_linguisticdata/rules-idiom/fre/src/postprocessing.sh b/lima_linguisticdata/rules-idiom/fre/src/postprocessing.sh index 88a5a7a11..d294dd1ea 100755 --- a/lima_linguisticdata/rules-idiom/fre/src/postprocessing.sh +++ b/lima_linguisticdata/rules-idiom/fre/src/postprocessing.sh @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# Shell script created by besancon on Fri Jun 24 2005 -# Version : $Id$ +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT # (reverse move idioms-fre.txt.orig to idioms-fre.txt.orig /bin/mv idioms-fre.txt.orig idioms-fre.txt; diff --git a/lima_linguisticdata/rules-idiom/fre/src/preprocessing.sh b/lima_linguisticdata/rules-idiom/fre/src/preprocessing.sh index e6d88f595..9e87b81e2 100755 --- a/lima_linguisticdata/rules-idiom/fre/src/preprocessing.sh +++ b/lima_linguisticdata/rules-idiom/fre/src/preprocessing.sh @@ -1,25 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# Shell script created by besancon on Fri Jun 24 2005 -# Version : $Id$ -# - +# SPDX-License-Identifier: MIT # gather reflexive verbs (to use only one rule) diff --git a/lima_linguisticdata/rules-idiom/por/CMakeLists.txt b/lima_linguisticdata/rules-idiom/por/CMakeLists.txt index a81294d3b..d13107017 100644 --- a/lima_linguisticdata/rules-idiom/por/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/por/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(src) diff --git a/lima_linguisticdata/rules-idiom/por/src/CMakeLists.txt b/lima_linguisticdata/rules-idiom/por/src/CMakeLists.txt index 47ee9f321..3cba4cc6e 100644 --- a/lima_linguisticdata/rules-idiom/por/src/CMakeLists.txt +++ b/lima_linguisticdata/rules-idiom/por/src/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT file (GLOB SYMBOLICCODESPOR ${PROJECT_SOURCE_DIR}/analysisDictionary/por/code/symbolicCode*-por.xml) diff --git a/lima_linguisticdata/scratch/CMakeLists.txt b/lima_linguisticdata/scratch/CMakeLists.txt index a30d17288..0edb15e27 100644 --- a/lima_linguisticdata/scratch/CMakeLists.txt +++ b/lima_linguisticdata/scratch/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(LinguisticProcessings) add_subdirectory(Outputs) diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/CMakeLists.txt b/lima_linguisticdata/scratch/LinguisticProcessings/CMakeLists.txt index 753d01d4e..6d1b13186 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/CMakeLists.txt +++ b/lima_linguisticdata/scratch/LinguisticProcessings/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(eng) add_subdirectory(fre) add_subdirectory(por) diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/StopLists/CMakeLists.txt b/lima_linguisticdata/scratch/LinguisticProcessings/StopLists/CMakeLists.txt index f78226bcd..1f84bb1f4 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/StopLists/CMakeLists.txt +++ b/lima_linguisticdata/scratch/LinguisticProcessings/StopLists/CMakeLists.txt @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### install files ############### +# SPDX-License-Identifier: MIT + add_custom_command( OUTPUT stoplistsdepends COMMAND touch stoplistsdepends diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/eng/CMakeLists.txt b/lima_linguisticdata/scratch/LinguisticProcessings/eng/CMakeLists.txt index 1a08ddcd9..1da174104 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/eng/CMakeLists.txt +++ b/lima_linguisticdata/scratch/LinguisticProcessings/eng/CMakeLists.txt @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### install files ############### +# SPDX-License-Identifier: MIT + install(FILES tokenizerAutomaton-eng.chars.tok tokenizerAutomaton-eng.tok diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/fre/CMakeLists.txt b/lima_linguisticdata/scratch/LinguisticProcessings/fre/CMakeLists.txt index eddcf1e2d..d69e50e05 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/fre/CMakeLists.txt +++ b/lima_linguisticdata/scratch/LinguisticProcessings/fre/CMakeLists.txt @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### install files ############### +# SPDX-License-Identifier: MIT + install(FILES tokenizerAutomaton-fre.tok tokenizerAutomaton-fre.chars.tok diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/fre/charChart-fre.xml b/lima_linguisticdata/scratch/LinguisticProcessings/fre/charChart-fre.xml index febb03694..d2c3f30ab 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/fre/charChart-fre.xml +++ b/lima_linguisticdata/scratch/LinguisticProcessings/fre/charChart-fre.xml @@ -1,5 +1,12 @@ + + + + diff --git a/lima_linguisticdata/scratch/LinguisticProcessings/por/CMakeLists.txt b/lima_linguisticdata/scratch/LinguisticProcessings/por/CMakeLists.txt index 5e3eda181..008551768 100644 --- a/lima_linguisticdata/scratch/LinguisticProcessings/por/CMakeLists.txt +++ b/lima_linguisticdata/scratch/LinguisticProcessings/por/CMakeLists.txt @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### install files ############### +# SPDX-License-Identifier: MIT + install(FILES tokenizerAutomaton-por.tok tokenizerAutomaton-por.chars.tok diff --git a/lima_linguisticdata/scratch/Outputs/CMakeLists.txt b/lima_linguisticdata/scratch/Outputs/CMakeLists.txt index 6c261c99b..253a24efa 100644 --- a/lima_linguisticdata/scratch/Outputs/CMakeLists.txt +++ b/lima_linguisticdata/scratch/Outputs/CMakeLists.txt @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### install files ############### +# SPDX-License-Identifier: MIT + install(FILES easy-xml-dumper-compound-forms.txt lima-xml-output.dtd diff --git a/lima_linguisticdata/scripts/addnormfield.pl b/lima_linguisticdata/scripts/addnormfield.pl index cf7a442ce..f90241a34 100755 --- a/lima_linguisticdata/scripts/addnormfield.pl +++ b/lima_linguisticdata/scripts/addnormfield.pl @@ -1,21 +1,10 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + my @data; while (<>) { diff --git a/lima_linguisticdata/scripts/ajoutetabs.pl b/lima_linguisticdata/scripts/ajoutetabs.pl index 1e3b92294..4ff59f23a 100755 --- a/lima_linguisticdata/scripts/ajoutetabs.pl +++ b/lima_linguisticdata/scripts/ajoutetabs.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open(SOURCE,"$ARGV[0]"); open(CIBLE,">$ARGV[1]"); diff --git a/lima_linguisticdata/scripts/analysis2disambmatrix.pl b/lima_linguisticdata/scripts/analysis2disambmatrix.pl index 4bd49ad57..92a5bb4e9 100755 --- a/lima_linguisticdata/scripts/analysis2disambmatrix.pl +++ b/lima_linguisticdata/scripts/analysis2disambmatrix.pl @@ -1,21 +1,10 @@ #!/usr/bin/perl -s -W -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use strict; use utf8; binmode STDOUT,":utf8"; diff --git a/lima_linguisticdata/scripts/build_dico_xml_from_txt.pl b/lima_linguisticdata/scripts/build_dico_xml_from_txt.pl index a6cac7c5c..771067c6c 100755 --- a/lima_linguisticdata/scripts/build_dico_xml_from_txt.pl +++ b/lima_linguisticdata/scripts/build_dico_xml_from_txt.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open(SOURCE,"$ARGV[0]") || die ("impossible d ouvrir le fichier $ARGV[0]"); open(CIBLE,">$ARGV[1]") || die ("impossible d ouvrir le fichier $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/check-idiomatic-triggers.pl b/lima_linguisticdata/scripts/check-idiomatic-triggers.pl index 941123d04..159ec3e66 100755 --- a/lima_linguisticdata/scripts/check-idiomatic-triggers.pl +++ b/lima_linguisticdata/scripts/check-idiomatic-triggers.pl @@ -1,25 +1,13 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### -# Programme de v�rification de la pr�sence des -# d�clencheurs d'expression idiomatiques dans le +# Programme de vérification de la présence des +# déclencheurs d'expression idiomatiques dans le # dictionnaire ############################################### @@ -27,7 +15,7 @@ open(IDIOMS,"$ARGV[0]") || die("Impossible d'ouvrir le fichier $ARGV[0]\n"); open (DICOFUSION,"$ARGV[1]") || die ("Impossible d'ouvrir le fichier $ARGV[1]\n"); -#chargement dans une table des cat�gories et de leurs correspondances +#chargement dans une table des catégories et de leurs correspondances print ("INFO : Chargement des triggers\n"); $lineidiom = ; chop($lineidiom); @@ -39,12 +27,12 @@ $trig=~ s/\&(.*)/\1/g; print "read trigger $trig in $donneestags[4]\n"; $triggers{$trig} = $donneestags[4]; - + $lineidiom = ; } -print ("INFO : V�rification des triggers\n"); -#fin du chargement des cat�gories et de leurs correspondances +print ("INFO : Vérification des triggers\n"); +#fin du chargement des catégories et de leurs correspondances $motstraites = 0; @@ -53,18 +41,18 @@ $motstraites++; if (($motstraites % 10000)==0) { - print ("INFO : Lignes trait�es : $motstraites\n"); + print ("INFO : Lignes traitées : $motstraites\n"); } - @donnees = split(/ /,$ligne); + @donnees = split(/\t/,$ligne); - $entree = $donnees[0]; + $entree = $donnees[0]; if ($triggers{$entree} ne "") { #print ("found trigger $entree !\n"); $triggers{$entree}=""; } - $ligne = ; + $ligne = ; } foreach my $key (keys %triggers) { @@ -73,4 +61,4 @@ } } -print STDERR ("INFO : v�rification termin�e\n"); +print STDERR ("INFO : vérification terminée\n"); diff --git a/lima_linguisticdata/scripts/cmakeconvertdefautjys.pl b/lima_linguisticdata/scripts/cmakeconvertdefautjys.pl index 77307443a..f01811896 100755 --- a/lima_linguisticdata/scripts/cmakeconvertdefautjys.pl +++ b/lima_linguisticdata/scripts/cmakeconvertdefautjys.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2020 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # Categories conversion program : diff --git a/lima_linguisticdata/scripts/cmakeconvertstd.pl b/lima_linguisticdata/scripts/cmakeconvertstd.pl index 6f134da3b..564f13ff3 100755 --- a/lima_linguisticdata/scripts/cmakeconvertstd.pl +++ b/lima_linguisticdata/scripts/cmakeconvertstd.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # Programme de conversion de categories : diff --git a/lima_linguisticdata/scripts/compute-and-expand-desaccentuation-automaton.sh b/lima_linguisticdata/scripts/compute-and-expand-desaccentuation-automaton.sh index 69f47c78f..55467ab5a 100755 --- a/lima_linguisticdata/scripts/compute-and-expand-desaccentuation-automaton.sh +++ b/lima_linguisticdata/scripts/compute-and-expand-desaccentuation-automaton.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT export LC_ALL="C" export PATH=$PATH:$LINGUISTIC_DATA_ROOT/scripts diff --git a/lima_linguisticdata/scripts/convert-lefff-tags-to-lima-std.pl b/lima_linguisticdata/scripts/convert-lefff-tags-to-lima-std.pl index e6f54ea39..fcf7b1741 100755 --- a/lima_linguisticdata/scripts/convert-lefff-tags-to-lima-std.pl +++ b/lima_linguisticdata/scripts/convert-lefff-tags-to-lima-std.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -w -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/scripts/convert-ud-to-dic.py b/lima_linguisticdata/scripts/convert-ud-to-dic.py index 2582cccd4..1166ff72a 100755 --- a/lima_linguisticdata/scripts/convert-ud-to-dic.py +++ b/lima_linguisticdata/scripts/convert-ud-to-dic.py @@ -2,22 +2,10 @@ # -*- coding: utf-8 -*- # kate: encoding utf-8; -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT import argparse import re diff --git a/lima_linguisticdata/scripts/convert-ud-to-success-categ-retag.py b/lima_linguisticdata/scripts/convert-ud-to-success-categ-retag.py index 5528123bb..9c3daf9f9 100755 --- a/lima_linguisticdata/scripts/convert-ud-to-success-categ-retag.py +++ b/lima_linguisticdata/scripts/convert-ud-to-success-categ-retag.py @@ -2,22 +2,10 @@ # -*- coding: utf-8 -*- # kate: encoding utf-8; -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT import argparse import re diff --git a/lima_linguisticdata/scripts/convertCodeToSymbolicCode.py b/lima_linguisticdata/scripts/convertCodeToSymbolicCode.py index 0ecdaa296..f7aa748a1 100755 --- a/lima_linguisticdata/scripts/convertCodeToSymbolicCode.py +++ b/lima_linguisticdata/scripts/convertCodeToSymbolicCode.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # kate: encoding utf-8; diff --git a/lima_linguisticdata/scripts/convertCodesComposesJys.pl b/lima_linguisticdata/scripts/convertCodesComposesJys.pl index c5581c2bf..197e07db9 100755 --- a/lima_linguisticdata/scripts/convertCodesComposesJys.pl +++ b/lima_linguisticdata/scripts/convertCodesComposesJys.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # Programme de conversion de categories : diff --git a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLima.py b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLima.py index 7bacc7162..6a36926f1 100755 --- a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLima.py +++ b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLima.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # kate: encoding utf-8; diff --git a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDefaults.py b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDefaults.py index b65da1790..698a282ca 100755 --- a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDefaults.py +++ b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDefaults.py @@ -1,4 +1,9 @@ #!/usr/bin/python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # kate: encoding utf-8; diff --git a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDict.py b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDict.py index 159344153..0d23ebe06 100755 --- a/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDict.py +++ b/lima_linguisticdata/scripts/convertSymbolicCodesFromLefffToLimaDict.py @@ -1,4 +1,9 @@ #!/usr/bin/python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # kate: encoding utf-8; diff --git a/lima_linguisticdata/scripts/convert_sym2code_in_dico.pl b/lima_linguisticdata/scripts/convert_sym2code_in_dico.pl index 56157d7d1..98a89ddac 100755 --- a/lima_linguisticdata/scripts/convert_sym2code_in_dico.pl +++ b/lima_linguisticdata/scripts/convert_sym2code_in_dico.pl @@ -1,27 +1,16 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### -# Programme de conversion de cat�gories : -#convertit dicostd en dicojys (codage multiplicatif des donn�es) +# Programme de conversion de catégories : +#convertit dicostd en dicojys (codage multiplicatif des données) ############################################### -print STDERR ("INFO : D�but du traitement convertjys\n"); +print STDERR ("INFO : Début du traitement convertjys\n"); open(SOURCE,"$ARGV[0]") || die("Impossible d'ouvrir le fichier $ARGV[0]\n"); print STDERR ("INFO : Fichier dicostd.txt ouvert\n"); @@ -38,10 +27,10 @@ # Initialisation du fichier d'erreur print ERROR ("----------------------------------\n"); -print ERROR ("Lignes non trait�es par convertjys\n\n"); +print ERROR ("Lignes non traitées par convertjys\n\n"); # Fin d'initialisation du fichier d'erreur -#chargement dans une table des cat�gories et de leurs correspondances +#chargement dans une table des catégories et de leurs correspondances $infotags = ; chop($infotags); chomp($infotags); @@ -56,8 +45,8 @@ print ("$holder;$record\n"); } -print STDERR ("INFO : Fin du chargement des cat�gories\n"); -#fin du chargement des cat�gories et de leurs correspondances +print STDERR ("INFO : Fin du chargement des catégories\n"); +#fin du chargement des catégories et de leurs correspondances $motstraites = 0; $motsnontraites = 0; @@ -67,7 +56,7 @@ $motstraites++; - print STDERR ("INFO : Lignes trait�es : $motstraites\n"); + print STDERR ("INFO : Lignes traitées : $motstraites\n"); @donnees = split(/ /,$ligne); @@ -79,9 +68,9 @@ chomp($normalisation); - # Codage des cat�gories + # Codage des catégories - #Fin du codage des cat�gories + #Fin du codage des catégories if ($tags{$info} ne "") { #$codestags = $tags{$info}; @@ -98,5 +87,5 @@ $ligne = ; } -print STDERR ("\nINFO : Entr�es non prises en compte : $motsnontraites\n"); -print STDERR ("INFO : Traitement convertjys termin�\n"); +print STDERR ("\nINFO : Entrées non prises en compte : $motsnontraites\n"); +print STDERR ("INFO : Traitement convertjys terminé\n"); diff --git a/lima_linguisticdata/scripts/convertdefautjys.pl b/lima_linguisticdata/scripts/convertdefautjys.pl index 8aa3570ed..40fb07689 100755 --- a/lima_linguisticdata/scripts/convertdefautjys.pl +++ b/lima_linguisticdata/scripts/convertdefautjys.pl @@ -1,27 +1,16 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### -# Programme de conversion de cat�ories : -#convertit dicostd en dicojys (codage multiplicatif des donn�s) +# Programme de conversion de catï¿œories : +#convertit dicostd en dicojys (codage multiplicatif des donnï¿œs) ############################################### -print STDERR ("INFO : Debut du traitement conversion des categories par d�faut\n"); +print STDERR ("INFO : Debut du traitement conversion des categories par défaut\n"); open(SOURCE,"$ARGV[0]") || die("Impossible d'ouvrir le fichier $ARGV[0]\n"); open(CIBLE,">$ARGV[1]") || die("Impossible d'ouvrir le fichier $ARGV[1]\n"); @@ -32,7 +21,7 @@ # Initialisation du fichier d'erreur # Fin d'initialisation du fichier d'erreur -#chargement dans une table des cat�ories et de leurs correspondances +#chargement dans une table des catï¿œories et de leurs correspondances %tags; while () { @donneestags = split(/;/); @@ -52,7 +41,7 @@ # Codage des categories - #Fin du codage des cat�ories + #Fin du codage des catï¿œories if ($tags{$info} ne "") { print CIBLE ("$type $tags{$info}\n"); diff --git a/lima_linguisticdata/scripts/convertjys.pl b/lima_linguisticdata/scripts/convertjys.pl index 4b4b18f44..61a42df86 100755 --- a/lima_linguisticdata/scripts/convertjys.pl +++ b/lima_linguisticdata/scripts/convertjys.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # Programme de conversion de catégories : diff --git a/lima_linguisticdata/scripts/convertstd.pl b/lima_linguisticdata/scripts/convertstd.pl index b7cd62034..b421ef96b 100755 --- a/lima_linguisticdata/scripts/convertstd.pl +++ b/lima_linguisticdata/scripts/convertstd.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # Programme de conversion de categories : @@ -35,7 +24,7 @@ print STDERR ("INFO : Fichier dicostd.txt ouvert\n"); -#chargement dans une table des cat�ories et de leurs correspondances +#chargement dans une table des catï¿œories et de leurs correspondances my %tags; while () { diff --git a/lima_linguisticdata/scripts/convertxml.pl b/lima_linguisticdata/scripts/convertxml.pl index 92165537a..39439c995 100644 --- a/lima_linguisticdata/scripts/convertxml.pl +++ b/lima_linguisticdata/scripts/convertxml.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open(SOURCE,"$ARGV[0]") || die ("impossible d ouvrir le fichier $ARGV[0]"); open(CIBLE,">$ARGV[1]") || die ("impossible d ouvrir le fichier $ARGV[1]"); @@ -59,14 +48,14 @@ #chop($ligne); chomp($ligne); $nbreLignesTraitees++; - @info = split(/ /,$ligne); # r�up�er les infos dans la ligne + @info = split(/ /,$ligne); # rï¿œupï¿œer les infos dans la ligne $key = $info[0]; $type = $info[1]; $lemme = $info[2]; $categ = $info[4]; $norm = $info[3]; $accentue = $info[5]; - if ($key eq $oldkey) { # si la clef courante est �ale �la clef pr��ente + if ($key eq $oldkey) { # si la clef courante est ï¿œale ï¿œla clef prᅵᅵente if ($type eq $oldtype) {&trMemeType;} else {&trTypeDiff;} } - else { # si la clef courante est diff�ente de la clef pr��ente + else { # si la clef courante est diffï¿œente de la clef prᅵᅵente &Fermer($oldtype); print CIBLE "$key\n"; $oldtype = 0; $oldlemme = ""; @@ -79,9 +68,9 @@ print CIBLE "\n"; -#---------------- Fonctions qui traite chaque cas pour les entr�s diff�entes -----------------# +#---------------- Fonctions qui traite chaque cas pour les entrï¿œs diffï¿œentes -----------------# -# fonction qui traite le cas o 2 entr�s ont le m�e type +# fonction qui traite le cas o 2 entrï¿œs ont le mï¿œe type sub trMemeType { if ($type == $lingInfos) { &trLingInfos($key, $lemme, $categ, $norm, $oldlemme, $oldnorm); @@ -102,7 +91,7 @@ sub trMemeType { } } -# fonction qui traite le cas o 2 entr�s ont deux types diff�ents +# fonction qui traite le cas o 2 entrï¿œs ont deux types diffï¿œents sub trTypeDiff { if (($oldtype == $lingInfos) || ($oldtype == $motsATirets) || ($oldtype == $concatenation)) { &Fermer($oldtype); @@ -127,7 +116,7 @@ sub trTypeDiff { } } -# fonction qui traite les ouvertures de balises pour chaque ��ent du fichier xml +# fonction qui traite les ouvertures de balises pour chaque ᅵᅵent du fichier xml sub Ouvrir { my($subType,$tabulations) = @_; &PrintTabulations($tabulations); @@ -142,7 +131,7 @@ sub Ouvrir { } } -# fonction qui traite les fermetures de balises pour chaque ��ent du fichier xml +# fonction qui traite les fermetures de balises pour chaque ᅵᅵent du fichier xml sub Fermer { my($subType,$tabulations) = @_; &PrintTabulations($tabulations); @@ -166,17 +155,17 @@ sub PrintTabulations { } } -# fonction qui imprime les ��ents "mots accentu�" dans le fichier source +# fonction qui imprime les ᅵᅵents "mots accentuï¿œ" dans le fichier source sub trMotsAccentues { print CIBLE "$accentue\n"; } -# fonction qui imprime les ��ents "cat�ories par d�aut" dans le fichier source +# fonction qui imprime les ᅵᅵents "catï¿œories par dï¿œaut" dans le fichier source sub trCatParDef { print CIBLE "

$categ

\n"; } -# fonction qui secharge du traitement des informations linguistiques relatives �chaque entr� +# fonction qui secharge du traitement des informations linguistiques relatives ï¿œchaque entrï¿œ sub trLingInfos { my($subKey, $subLemme, $subCateg, $subNorm, $subOldLemme, $subOldNorm,$tabulations) = @_; @@ -225,7 +214,7 @@ sub trLingInfos { } } -# fonction qui traite les ��ents "Mots concat��" +# fonction qui traite les ᅵᅵents "Mots concatᅵᅵ" sub trMotsConcatenes { my($subLigne) = @_; @donnees = split(/ /,$subLigne); diff --git a/lima_linguisticdata/scripts/convstd-jpn.pl b/lima_linguisticdata/scripts/convstd-jpn.pl index 69cbf883b..e4c333d36 100755 --- a/lima_linguisticdata/scripts/convstd-jpn.pl +++ b/lima_linguisticdata/scripts/convstd-jpn.pl @@ -1,20 +1,10 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use strict; use utf8; binmode STDOUT, ":utf8"; diff --git a/lima_linguisticdata/scripts/create_matrices_from_corpus.sh b/lima_linguisticdata/scripts/create_matrices_from_corpus.sh index d664b6995..0444e9710 100755 --- a/lima_linguisticdata/scripts/create_matrices_from_corpus.sh +++ b/lima_linguisticdata/scripts/create_matrices_from_corpus.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#! /bin/bash +# SPDX-License-Identifier: MIT # # Script de cr�ation de matrices de trigrammes et bigrammes � partir d'un corpus sous forme diff --git a/lima_linguisticdata/scripts/create_unigram_matrix.sh b/lima_linguisticdata/scripts/create_unigram_matrix.sh index e2d67931e..1343b4c28 100755 --- a/lima_linguisticdata/scripts/create_unigram_matrix.sh +++ b/lima_linguisticdata/scripts/create_unigram_matrix.sh @@ -1,19 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#! /bin/sh +# SPDX-License-Identifier: MIT cat $1 | sort | uniq -c | awk -F" " '{print $2" "$1}' > $2 diff --git a/lima_linguisticdata/scripts/desaccentu.pl b/lima_linguisticdata/scripts/desaccentu.pl index ac4c21a21..88e6a2416 100755 --- a/lima_linguisticdata/scripts/desaccentu.pl +++ b/lima_linguisticdata/scripts/desaccentu.pl @@ -1,31 +1,21 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use utf8; ############# -# Desaccentue les entrées du dictionnaire trié# et sort une table cvs contenant les entrées désaccentuées suivies des entrées accentuées +# Desaccentue les entrées du dictionnaire trié# et sort une table cvs contenant les entrées désaccentuées suivies des entrées accentuées ############# open (SOURCE,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); open (CIBLE,">:utf8","$ARGV[1]") || die ("Impossible d'ouvrir $ARGV[1]"); open (CONVERT,"<:utf8","$ARGV[2]") || die ("Impossible d'ouvrir le fichier $ARGV[2] (convaccents.txt)"); -#chargement des exclustion de désaccentuation si nécessaire. +#chargement des exclustion de désaccentuation si nécessaire. my $exclude; if (scalar(@ARGV)>2) { open (EXCLUDE,"<:utf8","$ARGV[2]") || die ("Impossible d'ouvrir $ARGV[2]"); @@ -37,7 +27,7 @@ } -#chargement dans une table des caractères accentuée et de leurs correspondants désaccentuée +#chargement dans une table des caractÚres accentuée et de leurs correspondants désaccentuée $infoconvert = ; $infoconvert=~ s/\s+$//; while ($infoconvert ne "") { @@ -51,14 +41,14 @@ #fin du chargement ############ -# Programme de désaccentuation +# Programme de désaccentuation ############ $ligne = ; $nbrelignes = 1; while ($ligne ne "") { - # print STDERR ("INFO : Nombre de lignes traitées : $nbrelignes\n"); + # print STDERR ("INFO : Nombre de lignes traitées : $nbrelignes\n"); @data = split(/ /,$ligne); $entree = $data[0]; @lettres = split(//,$entree); @@ -80,4 +70,4 @@ ++$nbrelignes; } -print STDERR ("\nINFO : Désaccentuation terminée\n"); +print STDERR ("\nINFO : Désaccentuation terminée\n"); diff --git a/lima_linguisticdata/scripts/desaccentue_ara.pl b/lima_linguisticdata/scripts/desaccentue_ara.pl index ba4871005..e781f8a4b 100755 --- a/lima_linguisticdata/scripts/desaccentue_ara.pl +++ b/lima_linguisticdata/scripts/desaccentue_ara.pl @@ -1,24 +1,9 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -############# -# Desaccentue les entr�s du dictionnaire tri� -# et sort une table cvs contenant les entr�s d�accentu�s suivies des entr�s accentu�s -############# +# SPDX-License-Identifier: MIT open (SOURCE,"$ARGV[0]") || die ("Impossible d ouvrir $ARGV[0]"); open (CIBLE,">$ARGV[1]") || die ("Impossible d ouvrir $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/dicoIdiom.xml b/lima_linguisticdata/scripts/dicoIdiom.xml index 02f5188be..23fd975c2 100644 --- a/lima_linguisticdata/scripts/dicoIdiom.xml +++ b/lima_linguisticdata/scripts/dicoIdiom.xml @@ -1,2 +1,8 @@ + + diff --git a/lima_linguisticdata/scripts/dictionarycode.pl b/lima_linguisticdata/scripts/dictionarycode.pl index ccab1859b..3639f13b4 100755 --- a/lima_linguisticdata/scripts/dictionarycode.pl +++ b/lima_linguisticdata/scripts/dictionarycode.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Library created by Besancon Romaric on Thu Feb 13 2003 -# Version : $Id$ +# SPDX-License-Identifier: MIT # global variables # not optimal : keep all possible conversions diff --git a/lima_linguisticdata/scripts/disamb_matrices_extract.pl b/lima_linguisticdata/scripts/disamb_matrices_extract.pl index c233e362c..2255084bc 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_extract.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_extract.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -## Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########## # Création des bigrammes et des trigrammes diff --git a/lima_linguisticdata/scripts/disamb_matrices_modif_ngrams.pl b/lima_linguisticdata/scripts/disamb_matrices_modif_ngrams.pl index 164df11c2..33bc56451 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_modif_ngrams.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_modif_ngrams.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -W -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/scripts/disamb_matrices_normalize.pl b/lima_linguisticdata/scripts/disamb_matrices_normalize.pl index 918a4c22f..7d25fe168 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_normalize.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_normalize.pl @@ -1,21 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT open (SOURCE,"$ARGV[0]") || die ("Impossible d ouvrir le fichier source\n"); open (CIBLE,">$ARGV[1]") || die ("Impossible d ouvrir le fichier cible\n"); diff --git a/lima_linguisticdata/scripts/disamb_matrices_prior-convert.pl b/lima_linguisticdata/scripts/disamb_matrices_prior-convert.pl index 8c497d911..c7b3de202 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_prior-convert.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_prior-convert.pl @@ -1,21 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT # usage example : ../../scripts/disamb_matrices_prior.pl corpus/corpus_fr_merge.txt matrices/priorUnigramMatrix-fre.dat code_symbolic2lic2m.txt DIVERS_*,NP*,PONCTU_*,CONJ*,NC_MESURE,NC_NUM_CARD @@ -42,7 +30,7 @@ } close(TABLECONVERT); ### -# programme de comptage des lemmes et leurs catégories +# programme de comptage des lemmes et leurs catégories ### print "Loading and sorting corpus prior data (excluding $excludes)from $ARGV[0]\n"; diff --git a/lima_linguisticdata/scripts/disamb_matrices_prior.pl b/lima_linguisticdata/scripts/disamb_matrices_prior.pl index ffc3df959..5260ef944 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_prior.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_prior.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT # usage example : ../../scripts/disamb_matrices_prior.pl corpus/corpus_fr_merge.txt matrices/priorUnigramMatrix-eng.dat DIVERS_*,NOM_PROPRE*,CONJ_*,NOMBRE* diff --git a/lima_linguisticdata/scripts/disamb_matrices_retag.pl b/lima_linguisticdata/scripts/disamb_matrices_retag.pl index 3f864ff78..3a42609e7 100755 --- a/lima_linguisticdata/scripts/disamb_matrices_retag.pl +++ b/lima_linguisticdata/scripts/disamb_matrices_retag.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (SOURCE,"$ARGV[0]"); open (CIBLE,">$ARGV[1]"); @@ -36,7 +25,7 @@ } ### -# programme en lui-m�e +# programme en lui-mï¿œe ### $ligne = ; diff --git a/lima_linguisticdata/scripts/disambcorp2text.pl b/lima_linguisticdata/scripts/disambcorp2text.pl index c6bc26fa6..0b8b99696 100755 --- a/lima_linguisticdata/scripts/disambcorp2text.pl +++ b/lima_linguisticdata/scripts/disambcorp2text.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -w -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; use warnings; diff --git a/lima_linguisticdata/scripts/expand-rules-for-desaccentuation.pl b/lima_linguisticdata/scripts/expand-rules-for-desaccentuation.pl index 584c00238..4231af1c4 100755 --- a/lima_linguisticdata/scripts/expand-rules-for-desaccentuation.pl +++ b/lima_linguisticdata/scripts/expand-rules-for-desaccentuation.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (CONV,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); open (RULES,"<:utf8","$ARGV[1]") || die ("Impossible d'ouvrir $ARGV[0]"); @@ -52,7 +41,7 @@ next; } # to jump multi-lines class definitions - #elsif ('@AuxiliaireEtre=(être$V-VERBE_AUXILIAIRE_INDICATIF,' =~ /^\@[A-Za-z0-9]+=\([^)]*/) { + #elsif ('@AuxiliaireEtre=(être$V-VERBE_AUXILIAIRE_INDICATIF,' =~ /^\@[A-Za-z0-9]+=\([^)]*/) { elsif (/^\@[A-Za-z0-9]+=\([^\)]*,$/) { #print STDERR "inclass becomes true with $_"; $inClass = 1; diff --git a/lima_linguisticdata/scripts/extract-automaton-words.pl b/lima_linguisticdata/scripts/extract-automaton-words.pl index aeaf429a8..bd12c6bd0 100755 --- a/lima_linguisticdata/scripts/extract-automaton-words.pl +++ b/lima_linguisticdata/scripts/extract-automaton-words.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (IN,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); open (OUT,">:utf8","$ARGV[1]") || die ("Impossible d'ouvrir $ARGV[0]"); diff --git a/lima_linguisticdata/scripts/extract-lefff-forms.sh b/lima_linguisticdata/scripts/extract-lefff-forms.sh index 0549ed2ee..be20aba6d 100755 --- a/lima_linguisticdata/scripts/extract-lefff-forms.sh +++ b/lima_linguisticdata/scripts/extract-lefff-forms.sh @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + awk -F ' ' '{ print $1" "$5" "$3$4; }' $1 | \ sed \ -e 's/^#.*//' \ diff --git a/lima_linguisticdata/scripts/extract-lefff-tags.sh b/lima_linguisticdata/scripts/extract-lefff-tags.sh index 92d705637..c97ae7498 100755 --- a/lima_linguisticdata/scripts/extract-lefff-tags.sh +++ b/lima_linguisticdata/scripts/extract-lefff-tags.sh @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + awk -F ' ' '{ print $3$4; }' lefff-ext-3.2.txt | \ sed \ -e 's/^\(adv\|coo\|csu\|ponctw\|prep\).*/\1/' \ diff --git a/lima_linguisticdata/scripts/extract-multiple-normalization.pl b/lima_linguisticdata/scripts/extract-multiple-normalization.pl index 80ffd50d4..8dfc1f28e 100755 --- a/lima_linguisticdata/scripts/extract-multiple-normalization.pl +++ b/lima_linguisticdata/scripts/extract-multiple-normalization.pl @@ -1,23 +1,12 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT -# Ce script prend en entr�e un dictionnaire au format XML et affiche la liste des entr�e pour lesquelles il -# existe 2 lemmes diff�rents ou 2 formes normalis�es diff�rentes. +# Ce script prend en entrée un dictionnaire au format XML et affiche la liste des entrée pour lesquelles il +# existe 2 lemmes différents ou 2 formes normalisées différentes. my $current,$lemma,$lemmaFlag,$norm,$normalFlag; diff --git a/lima_linguisticdata/scripts/extractCodesLists.pl b/lima_linguisticdata/scripts/extractCodesLists.pl index 2c95ab237..227d9f57d 100755 --- a/lima_linguisticdata/scripts/extractCodesLists.pl +++ b/lima_linguisticdata/scripts/extractCodesLists.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -W -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; diff --git a/lima_linguisticdata/scripts/filter-names.py b/lima_linguisticdata/scripts/filter-names.py index 023116291..8d0a5b75a 100755 --- a/lima_linguisticdata/scripts/filter-names.py +++ b/lima_linguisticdata/scripts/filter-names.py @@ -1,10 +1,9 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# -# author Romaric Besancon (romaric.besancon@cea.fr) -# date Wed Feb 5 2020 -# copyright Copyright (C) 2020 by CEA - LIST + +# Copyright (C) 2020 by CEA - LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT import argparse import codecs diff --git a/lima_linguisticdata/scripts/filter-redondant-trigger.pl b/lima_linguisticdata/scripts/filter-redondant-trigger.pl index 45411df72..45b05011e 100755 --- a/lima_linguisticdata/scripts/filter-redondant-trigger.pl +++ b/lima_linguisticdata/scripts/filter-redondant-trigger.pl @@ -1,24 +1,14 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use utf8; ############################################### -# Programme de v�rification de la pr�sence des -# d�clencheurs d'expression idiomatiques dans le +# Programme de vérification de la présence des +# déclencheurs d'expression idiomatiques dans le # dictionnaire ############################################### @@ -27,7 +17,7 @@ open(OUTPUT,">:utf8",$ARGV[1]) || die("Impossible d'ouvrir le fichier $ARGV[1]\n"); -#chargement dans une table des cat�gories et de leurs correspondances +#chargement dans une table des catégories et de leurs correspondances print ("INFO : Filtrage des triggers\n"); %written; while () { diff --git a/lima_linguisticdata/scripts/filter_empty.pl b/lima_linguisticdata/scripts/filter_empty.pl index b4476bf75..7c4c55da9 100755 --- a/lima_linguisticdata/scripts/filter_empty.pl +++ b/lima_linguisticdata/scripts/filter_empty.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (IN1,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); open (IN2,"<:utf8","$ARGV[1]") || die ("Impossible d'ouvrir $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/flex-ger.pl b/lima_linguisticdata/scripts/flex-ger.pl index eecd145d1..76722a441 100755 --- a/lima_linguisticdata/scripts/flex-ger.pl +++ b/lima_linguisticdata/scripts/flex-ger.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -W -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# my OUT files: AH -#use utf8; +# SPDX-License-Identifier: MIT my $pwd = shift @ARGV; @@ -183,8 +169,8 @@ sub traitementFichier # print FILEOUT (length($vdir[$i]),";",$vdir[$i],";",$j,";",$vinv[$i],";",substr($vdir[$i],$j,1),";\n"); $leminv=$leminv . substr($lem,$j,1); } - # transcoder la vg pour macrocat�gorie et prendre les autres informations - # traitement des noms � ne pas fl�chir + # transcoder la vg pour macrocatégorie et prendre les autres informations + # traitement des noms à ne pas fléchir #if ($lem=~/-/) {print FILEOUT ($lem,";",$vg,";;;",$lem,";",$norm,";\n");} #elsif ($lem=~/[A-Z].*[A-Z]/) {print FILEOUT ($lem,";",$vg,";;;",$lem,";",$norm,";\n");} #if ($lem=~/[A-Z]\.*[A-Z]/) {print FILEOUT ($lem,";",$vg,";;;",$lem,";",$norm,";\n");} @@ -193,18 +179,18 @@ sub traitementFichier # traitement des verbes # ===================== - # pr�voir les verbes pronom : $vg eq "verbe pronominal" || $vg eq "verbe-pronom" || $vg eq "verbe pronominal-pronom" + # prévoir les verbes pronom : $vg eq "verbe pronominal" || $vg eq "verbe-pronom" || $vg eq "verbe pronominal-pronom" - # !!! v�rifier bonne cat�gorie en entr�e + # !!! vérifier bonne catégorie en entrée if ($vg eq "verbe transitif" || $vg eq "verbe intransitif" || - $vg =~/^verbe auxiliaire|^verbe de copule|^verbe modal|^verbe de pr�dication/ || - $vg eq 'verbe d\'�tat' || + $vg =~/^verbe auxiliaire|^verbe de copule|^verbe modal|^verbe de prédication/ || + $vg eq 'verbe d\'état' || $vg eq "verbe impersonnel" || $vg eq "verbe transitif indirect" || $vg eq "verbe") { - # recherche s�quentielle dans fin; on compare fin au d�but du mot miroir du malongueur de fin penser au $ + # recherche séquentielle dans fin; on compare fin au début du mot miroir du malongueur de fin penser au $ #print FILEOUT ("*",$lem,";",$leminv,";",$nbmodel,"\n"); # +AH: garder les formes avec '+' pour former un infinitif avec "zu" interne: eg. weiter+kommen, inf. weiterzukommen @@ -217,7 +203,7 @@ sub traitementFichier print FILEOUT ("$infzu;$vg;infinitif avec zu;;$lemverbe;$norm;$domaine;\n"); } - # + AH: ajouter les formes "verbe dans composition": � partir de l'infinitif des verbes PLEINS + # + AH: ajouter les formes "verbe dans composition": à partir de l'infinitif des verbes PLEINS if ($vg eq "verbe") { @@ -240,7 +226,7 @@ sub traitementFichier print FILETRACE "Unable to handle $filein line $fileInLineNum : $fileInLine\n"; next; } - # d�termination de la partie du lem � conserver + # détermination de la partie du lem à conserver $llem=length($lem)-1; $lverbe=length($verbe)-1; while (substr($lem,$llem) eq substr($verbe,$lverbe) && $llem >= 0 && $lverbe >=0) @@ -269,19 +255,19 @@ sub traitementFichier # if (length($forme[$j]) > 0) { - #on cherche la partie � conserver du lemme en comparant la longueur mot mod�le � celui de fin - #la diff�rence est la longueur � garder. - #pour chaque ligne ou le mot mod�le est pr�sent on construit la forme en prenant la partie fixe et en ajoutant la forme mod�le amput�e de sa + #on cherche la partie à conserver du lemme en comparant la longueur mot modèle à celui de fin + #la différence est la longueur à garder. + #pour chaque ligne ou le mot modèle est présent on construit la forme en prenant la partie fixe et en ajoutant la forme modèle amputée de sa #forme fixe - #�crire dans le fichier de sortie la forme, la vg , les propri�t�s, le lemme + #écrire dans le fichier de sortie la forme, la vg , les propriétés, le lemme $forme1=$forme[$j]; - # traitement des variantes s�par�es par "/" ( attention une seule variante possible) + # traitement des variantes séparées par "/" ( attention une seule variante possible) if ($forme[$j]=~/\//) { @table=split("\/",$forme[$j]); - if ($temps[$j] eq "participe pass�" && $forme1=~/^ge/ ) + if ($temps[$j] eq "participe passé" && $forme1=~/^ge/ ) { if ( $partnonsep == 1) {$forme_sortie=$particule . $racine . substr($forme1,$lverbe+3);} else {$forme_sortie=$particule . "ge" . $racine . substr($table[0],$lverbe+3);} @@ -292,7 +278,7 @@ sub traitementFichier $forme1=$table[1]; } - if ($temps[$j] eq "participe pass�" && $forme1=~/^ge/) + if ($temps[$j] eq "participe passé" && $forme1=~/^ge/) { if ( $partnonsep == 1) {$forme_sortie=$particule . $racine . substr($forme1,$lverbe+3);} else { $forme_sortie=$particule . "ge" . $racine . substr($forme1,$lverbe+3);} @@ -312,11 +298,11 @@ sub traitementFichier # traitement des adjectifs # ===================== elsif ($vg eq "adjectif qualificatif" || - $vg eq "adjectif num�ral ordinal" || - $vg eq "adjectif participe pr�sent" || - $vg eq "adjectif participe pass�") + $vg eq "adjectif numéral ordinal" || + $vg eq "adjectif participe présent" || + $vg eq "adjectif participe passé") { - # recherche s�quentielle dans fin; on compare fin au d�but du mot miroir du malongueur de fin penser au $ + # recherche séquentielle dans fin; on compare fin au début du mot miroir du malongueur de fin penser au $ #print FILEOUT ("*",$lem,";",$vg,";",$leminv,";",$nbmodel,"\n"); for ($j=0; $j<$nbmodeladj; $j++) { @@ -343,13 +329,13 @@ sub traitementFichier #print FILETRACE ($lfin,";",$racine,";",$lracine_modele,"\n"); if (length($formea[$j]) > 0) { - #on cherche la partie � conserver du lemme en comparant la longueur mot mod�le � celui de fin - #la diff�rence est la longueur � garder. - #pour chaque ligne ou le mot mod�le est pr�sent on construit la forme en prenant la partie fixe et en ajoutant la forme mod�le amput�e de sa + #on cherche la partie à conserver du lemme en comparant la longueur mot modèle à celui de fin + #la différence est la longueur à garder. + #pour chaque ligne ou le mot modèle est présent on construit la forme en prenant la partie fixe et en ajoutant la forme modèle amputée de sa #forme fixe - #�crire dans le fichier de sortie la forme, la vg , les propri�t�s, le lemme + #écrire dans le fichier de sortie la forme, la vg , les propriétés, le lemme $forme1=$formea[$j]; - # traitement des variantes s�par�es par "/" ( attention une seule variante possible) + # traitement des variantes séparées par "/" ( attention une seule variante possible) if ($formea[$j]=~/\//) { @table=split("\/",$formea[$j]); @@ -370,16 +356,16 @@ sub traitementFichier # ====================================== elsif ($vg =~/^nom masculin/ || $vg =~/^nom neutre|^nom commun.*unite de mesure/ || - $vg =~/^nom f[�e]minin/ || + $vg =~/^nom f[ée]minin/ || $vg eq "annp masculin" || - $vg eq "annp f�minin" || - $vg eq "unit� de mesure masculin" || - $vg eq "unit� de mesure f�minin" || + $vg eq "annp féminin" || + $vg eq "unité de mesure masculin" || + $vg eq "unité de mesure féminin" || $vg eq "nom" || $vg eq "nom adjectif") { #print FILETRACE "<$lem;$vg>\n"; - # recherche s�quentielle dans fin; on compare fin au d�but du mot miroir du malongueur de fin penser au $ + # recherche séquentielle dans fin; on compare fin au début du mot miroir du malongueur de fin penser au $ #print FILEOUT ("*",$lem,";",$leminv,";",$nbmodel,"\n"); # traitement des mots irreguliers @@ -394,7 +380,7 @@ sub traitementFichier } #print FILEOUT ($j,";",$vmodeln[$j],"\n"); } - # remplacer l'�toile par un vrai mot. + # remplacer l'étoile par un vrai mot. elsif ($code eq "adj") { $code="Abgebrannt"; $j=0; @@ -428,7 +414,7 @@ sub traitementFichier $j=$directn{$vn[$j]}; #print FILETRACE ($commun,";",$adjectif,";",$j,";\n"); } - #d�termination de la partie commune + #détermination de la partie commune $llem=length($lem); $lmod=length($commun); while ($llem >0 && $lmod > 0 && substr($lem,$llem-1,1) eq substr($commun,$lmod-1,1)) { @@ -452,14 +438,14 @@ sub traitementFichier { $forme=substr($forme, 0,length($forme)-1); $kk=length($lem)-1; - # premi�re voyelle + # première voyelle while (substr($forme,$kk,1) ne "a" && substr($forme,$kk,1) ne "e" && substr($forme,$kk,1) ne "i" && substr($forme,$kk,1) ne "o" && substr($forme,$kk,1) ne "u" && $kk >= 0) { $kk--;} #est-ce une diphtongue - if (substr($forme,$kk-1,1)=~/[aouAOU]/) { substr($forme,$kk-1,1)=~tr/aouAOU/������/;} + if (substr($forme,$kk-1,1)=~/[aouAOU]/) { substr($forme,$kk-1,1)=~tr/aouAOU/äöüÄÖÜ/;} # cas standard - elsif ( substr($forme,$kk,1) ne "e" ) { substr($forme,$kk,1)=~tr/aouAOU/������/;} + elsif ( substr($forme,$kk,1) ne "e" ) { substr($forme,$kk,1)=~tr/aouAOU/äöüÄÖÜ/;} else { $kk--; @@ -470,8 +456,8 @@ sub traitementFichier if ( $kk >= 0) { #diphtonque - if ($kk>0 && substr($forme,$kk-1,1)=~/[aouAOU]/) { substr($forme,$kk-1,1)=~tr/aouAOU/������/;} - else {substr($forme,$kk,1)=~tr/aouAOU/������/;} + if ($kk>0 && substr($forme,$kk-1,1)=~/[aouAOU]/) { substr($forme,$kk-1,1)=~tr/aouAOU/äöüÄÖÜ/;} + else {substr($forme,$kk,1)=~tr/aouAOU/äöüÄÖÜ/;} } } } @@ -479,13 +465,13 @@ sub traitementFichier #print FILETRACE ($lfin,";",$racine,";",$lracine_modele,"\n"); #if (length($formen[$j]) > 0){ - #on cherche la partie � conserver du lemme en comparant la longueur mot mod�le � celui de fin - #la diff�rence est la longueur � garder. - #pour chaque ligne ou le mot mod�le est pr�sent on construit la forme en prenant la partie fixe et en ajoutant la forme mod�le amput�e de sa + #on cherche la partie à conserver du lemme en comparant la longueur mot modèle à celui de fin + #la différence est la longueur à garder. + #pour chaque ligne ou le mot modèle est présent on construit la forme en prenant la partie fixe et en ajoutant la forme modèle amputée de sa #forme fixe - #�crire dans le fichier de sortie la forme, la vg , les propri�t�s, le lemme + #écrire dans le fichier de sortie la forme, la vg , les propriétés, le lemme #$forme1=$formen[$j]; - # traitement des variantes s�par�es par "/" ( attention une seule variante possible) + # traitement des variantes séparées par "/" ( attention une seule variante possible) #if ($formen[$j]=~/\//) { #@table=split("\/",$formen[$j]); @@ -521,14 +507,14 @@ sub traitementFichier # old: # if ($fug eq "O") {print FILEOUT ($forme,";","fug",";;","",";",$lem,";",$norm,";",$domaine,";\n");} - elsif (($vg=~/f�minin/ || $vg=~/nom$/) && + elsif (($vg=~/féminin/ || $vg=~/nom$/) && ($lem=~/heit$/ || $lem=~/keit$/ || $lem=~/sal$/ || $lem=~/schaft$/ || $lem=~/ung$/ || $lem=~/ion$/ || - $lem=~/it�t$/ || + $lem=~/ität$/ || $lem=~/at$/ || $lem=~/ut$/ || $lem=~/fahrt$/ || @@ -546,12 +532,12 @@ sub traitementFichier # old: # $forme=$lem . "s"; $vg="fug";$gnn=""; print FILEOUT ($forme,";",$vg,";;",$gnn[$j],";",$lem,";",$norm,";",$domaine,";\n");} } - #mots non fl�chissibles + #mots non fléchissibles else { print FILEOUT ($lem,";",$vg,";;;",$lem,";",$norm,";\n"); - print FILETRACE "Mot non fl�chi dans $filein, ligne $fileInLineNum : $fileInLine\n"; - #print FILETRACE " mot non fl�chi: <$lem;$vg>\n"; + print FILETRACE "Mot non fléchi dans $filein, ligne $fileInLineNum : $fileInLine\n"; + #print FILETRACE " mot non fléchi: <$lem;$vg>\n"; } } diff --git a/lima_linguisticdata/scripts/flex.pl b/lima_linguisticdata/scripts/flex.pl index d1b8be602..a542180bb 100755 --- a/lima_linguisticdata/scripts/flex.pl +++ b/lima_linguisticdata/scripts/flex.pl @@ -1,20 +1,10 @@ #!/usr/bin/perl -W -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use strict; use utf8; diff --git a/lima_linguisticdata/scripts/gendiff-refpos-gotpos.sh b/lima_linguisticdata/scripts/gendiff-refpos-gotpos.sh index a7ee348b4..5d3543e0a 100755 --- a/lima_linguisticdata/scripts/gendiff-refpos-gotpos.sh +++ b/lima_linguisticdata/scripts/gendiff-refpos-gotpos.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT cut -f 1 $1 > $1.words $LINGUISTIC_DATA_ROOT/scripts/disambcorp2text.pl $1.words > $1.line diff --git a/lima_linguisticdata/scripts/generateDiffsForPoSCorpus.sh b/lima_linguisticdata/scripts/generateDiffsForPoSCorpus.sh index a7ee348b4..5d3543e0a 100755 --- a/lima_linguisticdata/scripts/generateDiffsForPoSCorpus.sh +++ b/lima_linguisticdata/scripts/generateDiffsForPoSCorpus.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT cut -f 1 $1 > $1.words $LINGUISTIC_DATA_ROOT/scripts/disambcorp2text.pl $1.words > $1.line diff --git a/lima_linguisticdata/scripts/getBiTri.pl b/lima_linguisticdata/scripts/getBiTri.pl index 659050283..97be4d0f0 100755 --- a/lima_linguisticdata/scripts/getBiTri.pl +++ b/lima_linguisticdata/scripts/getBiTri.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################### # extraire des trigrammes et des bigrammes a diff --git a/lima_linguisticdata/scripts/getFreq.pl b/lima_linguisticdata/scripts/getFreq.pl index 19c6c103f..628644c51 100755 --- a/lima_linguisticdata/scripts/getFreq.pl +++ b/lima_linguisticdata/scripts/getFreq.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ############################################################## # In order to calculate frequences for bigrams and trigrams diff --git a/lima_linguisticdata/scripts/idiomtrigsgen.sh b/lima_linguisticdata/scripts/idiomtrigsgen.sh index d1379a2ee..02f0971f8 100755 --- a/lima_linguisticdata/scripts/idiomtrigsgen.sh +++ b/lima_linguisticdata/scripts/idiomtrigsgen.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT if [ -f idiomaticExpressionsTriggers-$1.xml ]; then diff --git a/lima_linguisticdata/scripts/initModex.pl b/lima_linguisticdata/scripts/initModex.pl index fb0884e35..859965d0f 100755 --- a/lima_linguisticdata/scripts/initModex.pl +++ b/lima_linguisticdata/scripts/initModex.pl @@ -1,37 +1,23 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Program created by on Tue Oct 23 2007 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { print < # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use strict; use utf8; binmode STDOUT, ":utf8"; diff --git a/lima_linguisticdata/scripts/key2Fsa.sh b/lima_linguisticdata/scripts/key2Fsa.sh index a4323fdc8..d16e7ba7d 100755 --- a/lima_linguisticdata/scripts/key2Fsa.sh +++ b/lima_linguisticdata/scripts/key2Fsa.sh @@ -1,21 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -#transformation de la liste des cles en automate +# SPDX-License-Identifier: MIT echo "CALLING: testDict16 --charSize=2 --listOfWords=$1 --output=$2 > output" time testDict16 --charSize=2 --listOfWords=$1 --output=$2 > output diff --git a/lima_linguisticdata/scripts/merge-dico-poscorpus.py b/lima_linguisticdata/scripts/merge-dico-poscorpus.py index 5166ce9d2..c2bfc6b8f 100755 --- a/lima_linguisticdata/scripts/merge-dico-poscorpus.py +++ b/lima_linguisticdata/scripts/merge-dico-poscorpus.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- import argparse diff --git a/lima_linguisticdata/scripts/merge_and_succession_categs.sh b/lima_linguisticdata/scripts/merge_and_succession_categs.sh index ce2b7da4a..e9db1ba3c 100755 --- a/lima_linguisticdata/scripts/merge_and_succession_categs.sh +++ b/lima_linguisticdata/scripts/merge_and_succession_categs.sh @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash -# -# /bin/cp ${CMAKE_CURRENT_SOURCE_DIR}/corpus/corpus_fr.txt corpus_fr_merge.txt -# /bin/cat ${CMAKE_CURRENT_SOURCE_DIR}/corpus/corpus_fr_ajout.txt >> corpus_fr_merge.txt -# /bin/awk -F" " '{print $$2}' corpus_fr_merge.txt > succession_categs.txt +# SPDX-License-Identifier: MIT cp $1 $3 cat $2 >> $3 diff --git a/lima_linguisticdata/scripts/modif_dico_std.pl b/lima_linguisticdata/scripts/modif_dico_std.pl index e9a60ec87..6e415a321 100755 --- a/lima_linguisticdata/scripts/modif_dico_std.pl +++ b/lima_linguisticdata/scripts/modif_dico_std.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ################# # modif_dico_std diff --git a/lima_linguisticdata/scripts/niemesTokens.pl b/lima_linguisticdata/scripts/niemesTokens.pl index 7da20581a..0562f5cb7 100755 --- a/lima_linguisticdata/scripts/niemesTokens.pl +++ b/lima_linguisticdata/scripts/niemesTokens.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl -s + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Extrait le second token de chaque ligne avec un blanc comme separateur use strict "refs"; diff --git a/lima_linguisticdata/scripts/pointvirgules2tabs.pl b/lima_linguisticdata/scripts/pointvirgules2tabs.pl index 7beb001bf..6fbcdf106 100755 --- a/lima_linguisticdata/scripts/pointvirgules2tabs.pl +++ b/lima_linguisticdata/scripts/pointvirgules2tabs.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open(SOURCE,"$ARGV[0]") || die ("Impossible d'ouvrir le fichier $ARGV[0]"); open(CIBLE,">$ARGV[1]") || die ("Impossible d'ouvrir le fichier $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/prepare-desaccentuate-conv.pl b/lima_linguisticdata/scripts/prepare-desaccentuate-conv.pl index fd80de5f3..b1275b6fd 100755 --- a/lima_linguisticdata/scripts/prepare-desaccentuate-conv.pl +++ b/lima_linguisticdata/scripts/prepare-desaccentuate-conv.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (ACC,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); open (DESACC,"<:utf8","$ARGV[1]") || die ("Impossible d'ouvrir $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/rearrange-norms.pl b/lima_linguisticdata/scripts/rearrange-norms.pl index 78a0736b9..6d0c88b29 100755 --- a/lima_linguisticdata/scripts/rearrange-norms.pl +++ b/lima_linguisticdata/scripts/rearrange-norms.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT while (<>) { chop(); diff --git a/lima_linguisticdata/scripts/reformat_idioms.pl b/lima_linguisticdata/scripts/reformat_idioms.pl index 18c47d533..750e7a5f4 100755 --- a/lima_linguisticdata/scripts/reformat_idioms.pl +++ b/lima_linguisticdata/scripts/reformat_idioms.pl @@ -14,23 +14,11 @@ exit; } -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT + use strict; my $charsep=':'; diff --git a/lima_linguisticdata/scripts/reverseEnc.pl b/lima_linguisticdata/scripts/reverseEnc.pl index a09e72b5e..ef964f299 100755 --- a/lima_linguisticdata/scripts/reverseEnc.pl +++ b/lima_linguisticdata/scripts/reverseEnc.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT use strict; use warnings; diff --git a/lima_linguisticdata/scripts/reverseKey.pl b/lima_linguisticdata/scripts/reverseKey.pl index 3fa88fd8d..20b308209 100755 --- a/lima_linguisticdata/scripts/reverseKey.pl +++ b/lima_linguisticdata/scripts/reverseKey.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (IN,"<:utf8",$ARGV[0]) or die("can't open file $ARGV[0]"); open (OUT,">:utf8",$ARGV[1]) or die("can't open file $ARGV[1]"); diff --git a/lima_linguisticdata/scripts/succession_categs.sh b/lima_linguisticdata/scripts/succession_categs.sh index 449510e61..a590d0398 100755 --- a/lima_linguisticdata/scripts/succession_categs.sh +++ b/lima_linguisticdata/scripts/succession_categs.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT + gawk -F" " '{ print $3 }' $2 > succession_categs_retag.txt gawk -F" " '{ print $1" "$2 }' $2 > corpus_$1_merge.txt diff --git a/lima_linguisticdata/scripts/succession_categs_ara.sh b/lima_linguisticdata/scripts/succession_categs_ara.sh index 3eef2b688..546f974e6 100755 --- a/lima_linguisticdata/scripts/succession_categs_ara.sh +++ b/lima_linguisticdata/scripts/succession_categs_ara.sh @@ -1,19 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT + gawk -F" " '{ print $2 }' $1 > $2 diff --git a/lima_linguisticdata/scripts/succession_categs_ger.sh b/lima_linguisticdata/scripts/succession_categs_ger.sh index 188d47d6c..8407ba0eb 100755 --- a/lima_linguisticdata/scripts/succession_categs_ger.sh +++ b/lima_linguisticdata/scripts/succession_categs_ger.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # +# SPDX-License-Identifier: MIT + gawk -F" " '{ print $3 }' $1 > succession_categs.txt gawk -F" " '{ print $2" "$3 }' $1 > corpus_ger_merge.txt diff --git a/lima_linguisticdata/scripts/transcode-jpn.pl b/lima_linguisticdata/scripts/transcode-jpn.pl index ba1da1a94..c2a5b6b62 100755 --- a/lima_linguisticdata/scripts/transcode-jpn.pl +++ b/lima_linguisticdata/scripts/transcode-jpn.pl @@ -1,20 +1,10 @@ #!/usr/bin/perl -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use strict; use utf8; binmode STDOUT,":utf8"; diff --git a/lima_linguisticdata/scripts/transcode.pl b/lima_linguisticdata/scripts/transcode.pl index dca0196f4..30039abee 100755 --- a/lima_linguisticdata/scripts/transcode.pl +++ b/lima_linguisticdata/scripts/transcode.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Program created by Besancon Romaric on Wed Mar 10 2004 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticdata/scripts/transcodeIdiomatic.pl b/lima_linguisticdata/scripts/transcodeIdiomatic.pl index 5c9343eab..7ad1b546d 100755 --- a/lima_linguisticdata/scripts/transcodeIdiomatic.pl +++ b/lima_linguisticdata/scripts/transcodeIdiomatic.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2019 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Program created by Besancon Romaric on Wed Mar 10 2004 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticdata/scripts/transcodeRules.pl b/lima_linguisticdata/scripts/transcodeRules.pl index ccab854ad..0fb19ee95 100755 --- a/lima_linguisticdata/scripts/transcodeRules.pl +++ b/lima_linguisticdata/scripts/transcodeRules.pl @@ -1,23 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# Perl Program created by Besancon Romaric on Wed Mar 10 2004 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticdata/scripts/validate_table.pl b/lima_linguisticdata/scripts/validate_table.pl index 1013e5c7f..415484d79 100755 --- a/lima_linguisticdata/scripts/validate_table.pl +++ b/lima_linguisticdata/scripts/validate_table.pl @@ -1,20 +1,9 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT open (MICROCODELIST,"$ARGV[0]"); open (MACROCODELIST,"$ARGV[1]"); diff --git a/lima_linguisticdata/scripts/wikiner2conll.pl b/lima_linguisticdata/scripts/wikiner2conll.pl index fa4698af2..02a4c3ed9 100644 --- a/lima_linguisticdata/scripts/wikiner2conll.pl +++ b/lima_linguisticdata/scripts/wikiner2conll.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -w +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + use strict; use utf8; diff --git a/lima_linguisticdata/scripts/wikiner2plain.pl b/lima_linguisticdata/scripts/wikiner2plain.pl index 3f9469fec..27fb0a2eb 100644 --- a/lima_linguisticdata/scripts/wikiner2plain.pl +++ b/lima_linguisticdata/scripts/wikiner2plain.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -w +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + use strict; use utf8; diff --git a/lima_linguisticdata/scripts/xmlconcats.pl b/lima_linguisticdata/scripts/xmlconcats.pl index 08b40c6ed..0aede9ac1 100755 --- a/lima_linguisticdata/scripts/xmlconcats.pl +++ b/lima_linguisticdata/scripts/xmlconcats.pl @@ -1,20 +1,10 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use utf8 open (SOURCE,"<:utf8","$ARGV[0]") || die ("Impossible d'ouvrir $ARGV[0]"); diff --git a/lima_linguisticdata/scripts/xmlforms.pl b/lima_linguisticdata/scripts/xmlforms.pl index 860b58a97..675024cd1 100755 --- a/lima_linguisticdata/scripts/xmlforms.pl +++ b/lima_linguisticdata/scripts/xmlforms.pl @@ -1,20 +1,10 @@ #!/usr/bin/perl -s -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. + +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + use utf8 binmode STDOUT, ":utf8"; diff --git a/lima_linguisticdata/syntacticAnalysis/CMakeLists.txt b/lima_linguisticdata/syntacticAnalysis/CMakeLists.txt index dd68f8d26..d99b1be46 100644 --- a/lima_linguisticdata/syntacticAnalysis/CMakeLists.txt +++ b/lima_linguisticdata/syntacticAnalysis/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT foreach(LANG ${LIMA_LANGUAGES}) if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LANG}) diff --git a/lima_linguisticdata/syntacticAnalysis/eng/CMakeLists.txt b/lima_linguisticdata/syntacticAnalysis/eng/CMakeLists.txt index 09ff46097..c668aa078 100644 --- a/lima_linguisticdata/syntacticAnalysis/eng/CMakeLists.txt +++ b/lima_linguisticdata/syntacticAnalysis/eng/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + ADD_SA_RULES_DEPENDS(eng chainsMatrix-eng.bin categoriesClassesDeclaration-eng.txt diff --git a/lima_linguisticdata/syntacticAnalysis/fre/CMakeLists.txt b/lima_linguisticdata/syntacticAnalysis/fre/CMakeLists.txt index 232cfcb3e..eb2d586a9 100644 --- a/lima_linguisticdata/syntacticAnalysis/fre/CMakeLists.txt +++ b/lima_linguisticdata/syntacticAnalysis/fre/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ADD_SA_RULES_DEPENDS(fre chainsMatrix-fre.bin diff --git a/lima_linguisticdata/syntacticAnalysis/por/CMakeLists.txt b/lima_linguisticdata/syntacticAnalysis/por/CMakeLists.txt index 4cae40b6b..4a5d27c0d 100644 --- a/lima_linguisticdata/syntacticAnalysis/por/CMakeLists.txt +++ b/lima_linguisticdata/syntacticAnalysis/por/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ADD_SA_RULES_DEPENDS(por # chainsMatrix-por.bin diff --git a/lima_linguisticprocessing/CMakeLists.txt b/lima_linguisticprocessing/CMakeLists.txt index f88cc4826..7936cda53 100644 --- a/lima_linguisticprocessing/CMakeLists.txt +++ b/lima_linguisticprocessing/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT configure_file(LIMALPConfig-src.cmake LIMALPConfig.cmake @ONLY) diff --git a/lima_linguisticprocessing/COPYING b/lima_linguisticprocessing/COPYING deleted file mode 100644 index c01b9c3cb..000000000 --- a/lima_linguisticprocessing/COPYING +++ /dev/null @@ -1,20 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== diff --git a/lima_linguisticprocessing/Doxyfile.in b/lima_linguisticprocessing/Doxyfile.in index eabc96e8a..f080cc6ea 100644 --- a/lima_linguisticprocessing/Doxyfile.in +++ b/lima_linguisticprocessing/Doxyfile.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Doxyfile 1.4.1-KDevelop #--------------------------------------------------------------------------- diff --git a/lima_linguisticprocessing/LICENSE b/lima_linguisticprocessing/LICENSE deleted file mode 100644 index dba13ed2d..000000000 --- a/lima_linguisticprocessing/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_linguisticprocessing/LIMALPConfig-src.cmake b/lima_linguisticprocessing/LIMALPConfig-src.cmake index dddf215be..cbcb177c1 100644 --- a/lima_linguisticprocessing/LIMALPConfig-src.cmake +++ b/lima_linguisticprocessing/LIMALPConfig-src.cmake @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # - Find LimaLP if ("x${LIB_INSTALL_DIR}" STREQUAL "x") diff --git a/lima_linguisticprocessing/cbuild.sh b/lima_linguisticprocessing/cbuild.sh index a83e4602b..7a8d632a8 100755 --- a/lima_linguisticprocessing/cbuild.sh +++ b/lima_linguisticprocessing/cbuild.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT if [[ $1 == "debug" ]]; then install -d debug diff --git a/lima_linguisticprocessing/cobuild.sh b/lima_linguisticprocessing/cobuild.sh index b6a9e1e39..4bd600742 100755 --- a/lima_linguisticprocessing/cobuild.sh +++ b/lima_linguisticprocessing/cobuild.sh @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT + install -d obuild pushd obuild cmake -DCMAKE_INSTALL_PREFIX=$LIMA_DIST -DCMAKE_BUILD_TYPE=Release .. diff --git a/lima_linguisticprocessing/conf/ApproxNames-modex.empty.xml b/lima_linguisticprocessing/conf/ApproxNames-modex.empty.xml index c93c19868..786dbb847 100644 --- a/lima_linguisticprocessing/conf/ApproxNames-modex.empty.xml +++ b/lima_linguisticprocessing/conf/ApproxNames-modex.empty.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/ApproxNames-modex.xml b/lima_linguisticprocessing/conf/ApproxNames-modex.xml index 89c832843..ea5832399 100644 --- a/lima_linguisticprocessing/conf/ApproxNames-modex.xml +++ b/lima_linguisticprocessing/conf/ApproxNames-modex.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/CMakeLists.txt b/lima_linguisticprocessing/conf/CMakeLists.txt index a5834f230..b02b874ce 100644 --- a/lima_linguisticprocessing/conf/CMakeLists.txt +++ b/lima_linguisticprocessing/conf/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### diff --git a/lima_linguisticprocessing/conf/lima-analysis-art.xml b/lima_linguisticprocessing/conf/lima-analysis-art.xml index 52bc84fbc..72e894cb5 100644 --- a/lima_linguisticprocessing/conf/lima-analysis-art.xml +++ b/lima_linguisticprocessing/conf/lima-analysis-art.xml @@ -1,4 +1,11 @@ + + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-eng.xml b/lima_linguisticprocessing/conf/lima-lp-eng.xml index 031f47557..d7b41776a 100644 --- a/lima_linguisticprocessing/conf/lima-lp-eng.xml +++ b/lima_linguisticprocessing/conf/lima-lp-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-fre.xml b/lima_linguisticprocessing/conf/lima-lp-fre.xml index b4429da92..216ed41c6 100644 --- a/lima_linguisticprocessing/conf/lima-lp-fre.xml +++ b/lima_linguisticprocessing/conf/lima-lp-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-por.xml b/lima_linguisticprocessing/conf/lima-lp-por.xml index b5fda0155..1630c7b38 100644 --- a/lima_linguisticprocessing/conf/lima-lp-por.xml +++ b/lima_linguisticprocessing/conf/lima-lp-por.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tva-eng.xml b/lima_linguisticprocessing/conf/lima-lp-tva-eng.xml index 39cb040f9..4eb0c4fd4 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tva-eng.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tva-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tva-fre.xml b/lima_linguisticprocessing/conf/lima-lp-tva-fre.xml index f3088f50e..9cb36e7ec 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tva-fre.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tva-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tva-por.xml b/lima_linguisticprocessing/conf/lima-lp-tva-por.xml index 2d0fe0d67..1f18cb326 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tva-por.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tva-por.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tva.xml b/lima_linguisticprocessing/conf/lima-lp-tva.xml index 556f43688..bf845f264 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tva.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tva.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tvx-fre.xml b/lima_linguisticprocessing/conf/lima-lp-tvx-fre.xml index b1af53ab0..b77cedf88 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tvx-fre.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tvx-fre.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-tvx.xml b/lima_linguisticprocessing/conf/lima-lp-tvx.xml index 6736da6e8..cd08d6a64 100644 --- a/lima_linguisticprocessing/conf/lima-lp-tvx.xml +++ b/lima_linguisticprocessing/conf/lima-lp-tvx.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-ud-eng.xml b/lima_linguisticprocessing/conf/lima-lp-ud-eng.xml index 2d8bb129f..42103283f 100644 --- a/lima_linguisticprocessing/conf/lima-lp-ud-eng.xml +++ b/lima_linguisticprocessing/conf/lima-lp-ud-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-lp-ud.xml b/lima_linguisticprocessing/conf/lima-lp-ud.xml index ef8a13a52..a2bedc2c2 100644 --- a/lima_linguisticprocessing/conf/lima-lp-ud.xml +++ b/lima_linguisticprocessing/conf/lima-lp-ud.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/conf/lima-server.xml b/lima_linguisticprocessing/conf/lima-server.xml index 0abe8d7a2..6b070d587 100644 --- a/lima_linguisticprocessing/conf/lima-server.xml +++ b/lima_linguisticprocessing/conf/lima-server.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/cpack.sh b/lima_linguisticprocessing/cpack.sh index 9c6b69efa..682cdc929 100755 --- a/lima_linguisticprocessing/cpack.sh +++ b/lima_linguisticprocessing/cpack.sh @@ -1,20 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT + install -d pack pushd pack cmake -DCMAKE_INSTALL_PREFIX=$LIMA_DIST -DCMAKE_BUILD_TYPE=Release .. diff --git a/lima_linguisticprocessing/data/CMakeLists.txt b/lima_linguisticprocessing/data/CMakeLists.txt index 55d441c4e..8fd329cba 100644 --- a/lima_linguisticprocessing/data/CMakeLists.txt +++ b/lima_linguisticprocessing/data/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### install files ############### diff --git a/lima_linguisticprocessing/data/build-text-from-all-tests.sh b/lima_linguisticprocessing/data/build-text-from-all-tests.sh index dcaa5f75c..fcf2e3ba6 100755 --- a/lima_linguisticprocessing/data/build-text-from-all-tests.sh +++ b/lima_linguisticprocessing/data/build-text-from-all-tests.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # récupère tous les textes des tests pour les extractions d'EN grep "key=\"text" test-fre.se-*.xml | cut --delim=$'"' -f 4 > test-fre-se.txt diff --git a/lima_linguisticprocessing/data/test-eng.abbrev.xml b/lima_linguisticprocessing/data/test-eng.abbrev.xml index 9d1ee9427..186de79bc 100644 --- a/lima_linguisticprocessing/data/test-eng.abbrev.xml +++ b/lima_linguisticprocessing/data/test-eng.abbrev.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.approx.xml b/lima_linguisticprocessing/data/test-eng.approx.xml index 7330e5a8d..f6c43e91e 100644 --- a/lima_linguisticprocessing/data/test-eng.approx.xml +++ b/lima_linguisticprocessing/data/test-eng.approx.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.default.xml b/lima_linguisticprocessing/data/test-eng.default.xml index b5977c638..000b78f96 100644 --- a/lima_linguisticprocessing/data/test-eng.default.xml +++ b/lima_linguisticprocessing/data/test-eng.default.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.disambiguated.xml b/lima_linguisticprocessing/data/test-eng.disambiguated.xml index 9e01afc3f..5640221c9 100644 --- a/lima_linguisticprocessing/data/test-eng.disambiguated.xml +++ b/lima_linguisticprocessing/data/test-eng.disambiguated.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.hyphen.xml b/lima_linguisticprocessing/data/test-eng.hyphen.xml index 7a6c7a51d..751bab894 100644 --- a/lima_linguisticprocessing/data/test-eng.hyphen.xml +++ b/lima_linguisticprocessing/data/test-eng.hyphen.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.idiom.xml b/lima_linguisticprocessing/data/test-eng.idiom.xml index f1f369ddf..c5b2a0f2d 100644 --- a/lima_linguisticprocessing/data/test-eng.idiom.xml +++ b/lima_linguisticprocessing/data/test-eng.idiom.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.sa.xml b/lima_linguisticprocessing/data/test-eng.sa.xml index 479673ba8..1e9056af7 100644 --- a/lima_linguisticprocessing/data/test-eng.sa.xml +++ b/lima_linguisticprocessing/data/test-eng.sa.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se-DATE.xml b/lima_linguisticprocessing/data/test-eng.se-DATE.xml index 30aaf5cb0..ef3292b93 100644 --- a/lima_linguisticprocessing/data/test-eng.se-DATE.xml +++ b/lima_linguisticprocessing/data/test-eng.se-DATE.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se-EMBEDED.xml b/lima_linguisticprocessing/data/test-eng.se-EMBEDED.xml index cf8a8f788..e658410b7 100644 --- a/lima_linguisticprocessing/data/test-eng.se-EMBEDED.xml +++ b/lima_linguisticprocessing/data/test-eng.se-EMBEDED.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se-LOCATION.xml b/lima_linguisticprocessing/data/test-eng.se-LOCATION.xml index 3b88d1c0e..cf24db63f 100644 --- a/lima_linguisticprocessing/data/test-eng.se-LOCATION.xml +++ b/lima_linguisticprocessing/data/test-eng.se-LOCATION.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se-ORGANISATION.xml b/lima_linguisticprocessing/data/test-eng.se-ORGANISATION.xml index 0f00dd0fb..338ec901a 100644 --- a/lima_linguisticprocessing/data/test-eng.se-ORGANISATION.xml +++ b/lima_linguisticprocessing/data/test-eng.se-ORGANISATION.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se-PERSON.xml b/lima_linguisticprocessing/data/test-eng.se-PERSON.xml index b24a8ea4e..2cb38cb1e 100644 --- a/lima_linguisticprocessing/data/test-eng.se-PERSON.xml +++ b/lima_linguisticprocessing/data/test-eng.se-PERSON.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.se.xml b/lima_linguisticprocessing/data/test-eng.se.xml index 0d7f76ff6..397d3f6e4 100644 --- a/lima_linguisticprocessing/data/test-eng.se.xml +++ b/lima_linguisticprocessing/data/test-eng.se.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.simpleword.xml b/lima_linguisticprocessing/data/test-eng.simpleword.xml index 4f88ba3f1..3bc7c08ba 100644 --- a/lima_linguisticprocessing/data/test-eng.simpleword.xml +++ b/lima_linguisticprocessing/data/test-eng.simpleword.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-eng.tokenizer.xml b/lima_linguisticprocessing/data/test-eng.tokenizer.xml index 7e26c5e9f..57cc4a8f4 100644 --- a/lima_linguisticprocessing/data/test-eng.tokenizer.xml +++ b/lima_linguisticprocessing/data/test-eng.tokenizer.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.default.xml b/lima_linguisticprocessing/data/test-fre.default.xml index 62e7f9ab6..ad2e05719 100644 --- a/lima_linguisticprocessing/data/test-fre.default.xml +++ b/lima_linguisticprocessing/data/test-fre.default.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.disambiguated.xml b/lima_linguisticprocessing/data/test-fre.disambiguated.xml index bc288e205..ec39dd185 100644 --- a/lima_linguisticprocessing/data/test-fre.disambiguated.xml +++ b/lima_linguisticprocessing/data/test-fre.disambiguated.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.hyphen.xml b/lima_linguisticprocessing/data/test-fre.hyphen.xml index ea42bb12b..c91521233 100644 --- a/lima_linguisticprocessing/data/test-fre.hyphen.xml +++ b/lima_linguisticprocessing/data/test-fre.hyphen.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.idiom.xml b/lima_linguisticprocessing/data/test-fre.idiom.xml index c8c806f13..54cb473a1 100644 --- a/lima_linguisticprocessing/data/test-fre.idiom.xml +++ b/lima_linguisticprocessing/data/test-fre.idiom.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.multilevel.xml b/lima_linguisticprocessing/data/test-fre.multilevel.xml index dbca0a7d4..b1d94e529 100644 --- a/lima_linguisticprocessing/data/test-fre.multilevel.xml +++ b/lima_linguisticprocessing/data/test-fre.multilevel.xml @@ -1,5 +1,12 @@ + + + + diff --git a/lima_linguisticprocessing/data/test-fre.se-DATE.xml b/lima_linguisticprocessing/data/test-fre.se-DATE.xml index e6cd69cd3..ed41561ed 100644 --- a/lima_linguisticprocessing/data/test-fre.se-DATE.xml +++ b/lima_linguisticprocessing/data/test-fre.se-DATE.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.se-EMBEDED.xml b/lima_linguisticprocessing/data/test-fre.se-EMBEDED.xml index 24a3a896b..a35c88a02 100644 --- a/lima_linguisticprocessing/data/test-fre.se-EMBEDED.xml +++ b/lima_linguisticprocessing/data/test-fre.se-EMBEDED.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.se-LOCATION.xml b/lima_linguisticprocessing/data/test-fre.se-LOCATION.xml index cab33fcd1..120d8ae2d 100644 --- a/lima_linguisticprocessing/data/test-fre.se-LOCATION.xml +++ b/lima_linguisticprocessing/data/test-fre.se-LOCATION.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.se-PERSON.xml b/lima_linguisticprocessing/data/test-fre.se-PERSON.xml index 2905f5a0a..29f2d8a8c 100644 --- a/lima_linguisticprocessing/data/test-fre.se-PERSON.xml +++ b/lima_linguisticprocessing/data/test-fre.se-PERSON.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.se.xml b/lima_linguisticprocessing/data/test-fre.se.xml index 5af1ac32c..4f5f9fedc 100644 --- a/lima_linguisticprocessing/data/test-fre.se.xml +++ b/lima_linguisticprocessing/data/test-fre.se.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.simpleword.xml b/lima_linguisticprocessing/data/test-fre.simpleword.xml index e2cd613f3..aae3e679a 100644 --- a/lima_linguisticprocessing/data/test-fre.simpleword.xml +++ b/lima_linguisticprocessing/data/test-fre.simpleword.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.testTVR.xml b/lima_linguisticprocessing/data/test-fre.testTVR.xml index bbaddebbd..e3d720988 100644 --- a/lima_linguisticprocessing/data/test-fre.testTVR.xml +++ b/lima_linguisticprocessing/data/test-fre.testTVR.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.tokenizer.xml b/lima_linguisticprocessing/data/test-fre.tokenizer.xml index 1e724d34e..9c72cb7f4 100644 --- a/lima_linguisticprocessing/data/test-fre.tokenizer.xml +++ b/lima_linguisticprocessing/data/test-fre.tokenizer.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/test-fre.xmlreader.xml b/lima_linguisticprocessing/data/test-fre.xmlreader.xml index 5bdbf30ab..d75702964 100644 --- a/lima_linguisticprocessing/data/test-fre.xmlreader.xml +++ b/lima_linguisticprocessing/data/test-fre.xmlreader.xml @@ -1,5 +1,12 @@ + + + diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.0.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.0.xml index 672e6a35d..8569a58c6 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.0.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.0.xml @@ -1,4 +1,11 @@ + + +
kat Le chat noir mange la souris diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.1.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.1.xml index 4efc288c2..4d3db017a 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.1.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.1.xml @@ -1,4 +1,11 @@ + + + d1.xml diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.2.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.2.xml index 2597480ad..a241c8477 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.2.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.2.xml @@ -1,4 +1,11 @@ + + + d1.xml diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.3.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.3.xml index 270db9b90..9b5534ca3 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.3.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.3.xml @@ -1,4 +1,11 @@ + + +
Questions des praticiens Pourquoi le nourrisson se déshydrate-t-il aussi vite ? diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.4.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.4.xml index 661e7755d..2434e0fad 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.4.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.4.xml @@ -1,4 +1,11 @@ + + +
Questions des praticiens Pourquoi le nourrisson se déshydrate-t-il aussi vite ? diff --git a/lima_linguisticprocessing/data/text-fre.xmlreader.5.xml b/lima_linguisticprocessing/data/text-fre.xmlreader.5.xml index 5dedbdad4..6e5631dd6 100644 --- a/lima_linguisticprocessing/data/text-fre.xmlreader.5.xml +++ b/lima_linguisticprocessing/data/text-fre.xmlreader.5.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/analyseXmlDocuments-userdoc.xml b/lima_linguisticprocessing/doc/analyseXmlDocuments-userdoc.xml index 20701981d..9353f1c86 100644 --- a/lima_linguisticprocessing/doc/analyseXmlDocuments-userdoc.xml +++ b/lima_linguisticprocessing/doc/analyseXmlDocuments-userdoc.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/compile-idiomatic.xml b/lima_linguisticprocessing/doc/compile-idiomatic.xml index 70f576783..5ecd781d1 100644 --- a/lima_linguisticprocessing/doc/compile-idiomatic.xml +++ b/lima_linguisticprocessing/doc/compile-idiomatic.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/doc/create-index-html.pl b/lima_linguisticprocessing/doc/create-index-html.pl index 08537f84a..ae01b7984 100755 --- a/lima_linguisticprocessing/doc/create-index-html.pl +++ b/lima_linguisticprocessing/doc/create-index-html.pl @@ -1,23 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -s -# -# Perl Program created by besancon on Tue Jun 28 2005 -# Version : $Id$ +# SPDX-License-Identifier: MIT # Help mode if ($main::h || $main::help) { diff --git a/lima_linguisticprocessing/doc/docTL.xml b/lima_linguisticprocessing/doc/docTL.xml index 99020c451..65796d35b 100644 --- a/lima_linguisticprocessing/doc/docTL.xml +++ b/lima_linguisticprocessing/doc/docTL.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/flat-tokenizer.xml b/lima_linguisticprocessing/doc/flat-tokenizer.xml index 822eae32e..b3b5c443d 100644 --- a/lima_linguisticprocessing/doc/flat-tokenizer.xml +++ b/lima_linguisticprocessing/doc/flat-tokenizer.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/lima-user-manual.xml b/lima_linguisticprocessing/doc/lima-user-manual.xml index db263fa89..a86caedde 100644 --- a/lima_linguisticprocessing/doc/lima-user-manual.xml +++ b/lima_linguisticprocessing/doc/lima-user-manual.xml @@ -1,4 +1,11 @@ + + +
LIMA User Manual diff --git a/lima_linguisticprocessing/doc/linguisticProcessing.xml b/lima_linguisticprocessing/doc/linguisticProcessing.xml index 9f4494dc1..204effe2d 100644 --- a/lima_linguisticprocessing/doc/linguisticProcessing.xml +++ b/lima_linguisticprocessing/doc/linguisticProcessing.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/spec-idiomatic.xml b/lima_linguisticprocessing/doc/spec-idiomatic.xml index 5649b0f38..9d2bff719 100644 --- a/lima_linguisticprocessing/doc/spec-idiomatic.xml +++ b/lima_linguisticprocessing/doc/spec-idiomatic.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/doc/spec-namedEntities.xml b/lima_linguisticprocessing/doc/spec-namedEntities.xml index 57867629c..607dc9d72 100644 --- a/lima_linguisticprocessing/doc/spec-namedEntities.xml +++ b/lima_linguisticprocessing/doc/spec-namedEntities.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/specif-techniques.xml b/lima_linguisticprocessing/doc/specif-techniques.xml index 474b992bf..8733b5e97 100644 --- a/lima_linguisticprocessing/doc/specif-techniques.xml +++ b/lima_linguisticprocessing/doc/specif-techniques.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/specifs-fonctionnelles-analyse-syntaxique-lima1.2.xml b/lima_linguisticprocessing/doc/specifs-fonctionnelles-analyse-syntaxique-lima1.2.xml index fc5b6ce7e..3c0ac42d9 100644 --- a/lima_linguisticprocessing/doc/specifs-fonctionnelles-analyse-syntaxique-lima1.2.xml +++ b/lima_linguisticprocessing/doc/specifs-fonctionnelles-analyse-syntaxique-lima1.2.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/squelette-composant.xml b/lima_linguisticprocessing/doc/squelette-composant.xml index be0d60805..0b1d90c1a 100644 --- a/lima_linguisticprocessing/doc/squelette-composant.xml +++ b/lima_linguisticprocessing/doc/squelette-composant.xml @@ -1,4 +1,11 @@ + + +
diff --git a/lima_linguisticprocessing/doc/xsltproc.sh b/lima_linguisticprocessing/doc/xsltproc.sh index 7e6148325..3a5f9f03e 100755 --- a/lima_linguisticprocessing/doc/xsltproc.sh +++ b/lima_linguisticprocessing/doc/xsltproc.sh @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/bin/bash +# SPDX-License-Identifier: MIT FILENAME=`basename $1 .xml` #xsltproc --stringparam paper.type A4 /usr/share/sgml/docbook/xsl-stylesheets-1.78.1/fo/docbook.xsl $FILENAME.xml > $FILENAME.fo diff --git a/lima_linguisticprocessing/src/CMakeLists.txt b/lima_linguisticprocessing/src/CMakeLists.txt index 98b15686d..11e2b2789 100644 --- a/lima_linguisticprocessing/src/CMakeLists.txt +++ b/lima_linguisticprocessing/src/CMakeLists.txt @@ -1,17 +1,6 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(linguisticProcessing) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/CMakeLists.txt index 4df2bedf7..342adefca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(common) add_subdirectory(client) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.cpp b/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.cpp index d5f73b246..94b83f8fb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "common/LimaCommon.h" #ifdef WIN32 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.h b/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.h index c0d3288ca..642769e82 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/LinguisticProcessingCommon.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AbstractLinguisticProcessingClient.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AbstractLinguisticProcessingClient.h index dd2b59282..2235f14c1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AbstractLinguisticProcessingClient.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AbstractLinguisticProcessingClient.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.cpp index 120ddb328..0d1af4a13 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Copyright (C) 2007-2012 by CEA LIST * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.h index b01f8df67..abeeaf767 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AbstractTextualAnalysisHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Copyright (C) 2007-2012 by CEA LIST * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AnalysisHandlersExport.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AnalysisHandlersExport.h index ea9d551d1..c05b55f60 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AnalysisHandlersExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/AnalysisHandlersExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.cpp index ff2586b8d..011874d36 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.h index 9633afed4..6915dba3a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.cpp index 216c4c38d..2eb66f16c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.h index fd9e57b82..5838c1379 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowDocumentWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.cpp index 69d6426ea..3ba2695e2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.h index 7730393c4..112f601a9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.cpp index c41d1033d..aae37933d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.h index 4e9a780d8..c67f041f7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/BowTextWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CMakeLists.txt index dc533fa2f..67e3783f2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_ANALYSISHANDLERS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.cpp index 241df1f9b..b171c2ac0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.h index 8b88557e7..0e26b9c3d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/CompactFullDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.cpp index 8d5056e30..01606ee5b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.h index ce25e946e..afcae0292 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/FakeHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.cpp index 5b8b18557..3a8d8d5b1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.h index e098f999f..07f0a635d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/LTRTextHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.cpp index 802a5896b..d2135dfc5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.h index 6477eadd8..ad70435c5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MetaDataHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_METADATAHANDLER_H #define LIMA_LINGUISTICPROCESSING_METADATAHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.cpp index c1186f6f5..c466e4d17 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "MultimediaDocumentHandler.h" #include "MultimediaDocumentReaderWriter.h" #include "linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.h index d473e8696..acd4fe043 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentHandler.h @@ -1,10 +1,8 @@ -/****************************************************************************** - * File : xmlDocumentHandler.cpp - * Author : CEA LIST - * Created on : janvier 2010 - * Copyright : (c) 2010 by CEA - * brief : Manipulateur de données XML - ******************************************************************************/ +// Copyright : (c) 2010 by CEA +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef MULTIMEDIADOCUMENTHANDLER_H #define MULTIMEDIADOCUMENTHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.cpp index 7197cbd71..5ba7f9e93 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "MultimediaDocumentReaderWriter.h" #include "linguisticProcessing/common/BagOfWords/bowText.h" #include "linguisticProcessing/common/BagOfWords/bowDocument.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.h index 526e8f27b..5c47b2234 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "AnalysisHandlersExport.h" #include "common/Handler/shiftFrom.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.cpp index e9b646db8..10e2cc68b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "MultimediaStructureReaderClasses.h" #include "linguisticProcessing/common/BagOfWords/bowDocument.h" #include "common/Data/strwstrtools.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.h index e6877941e..69eaf6589 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/MultimediaStructureReaderClasses.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef MULTIMEDIASTRUCTUREREADERCLASSES_H #define MULTIMEDIASTRUCTUREREADERCLASSES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.cpp index a954aff2c..586fec449 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.h index 63220419d..c8c9b8ab3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SBowDocumentWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.cpp index 89fd23d05..127af0faf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.h index 073851366..3b3ed9151 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/SimpleStreamHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.cpp index 94b135ecc..07468ea21 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file StructuredBoWToBoWDocument.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.h index 5c78eb8ca..3783dcb38 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/StructuredBoWToBoWDocument.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file StructuredBoWToBoWDocument.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.cpp index 88fd6fe7c..166364dad 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "XmlBowDocumentHandler.h" #include "common/Data/DataTypes.h" #include "linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.h index dbf319730..b4419b6ce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlBowDocumentHandler.h @@ -1,10 +1,8 @@ -/****************************************************************************** - * File : xmlDocumentHandler.cpp - * Author : CEA LIST - * Created on : janvier 2010 - * Copyright : (c) 2010 by CEA - * brief : Manipulateur de données XML - ******************************************************************************/ +// Copyright : (c) 2010 by CEA +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef XMLBOWDOCUMENTHANDLER_H #define XMLBOWDOCUMENTHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.cpp index e1ebfdd5f..8ffd2d59a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "XmlSimpleHandler.h" #include "common/Data/DataTypes.h" #include "linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.h index 446e992e3..baba5ac58 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleHandler.h @@ -1,10 +1,8 @@ -/****************************************************************************** - * File : xmlSimpleHandler.cpp - * Author : CEA LIST - * Created on : janvier 2010 - * Copyright : (c) 2010 by CEA - * brief : Manipulateur de données XML - ******************************************************************************/ +// Copyright : (c) 2010 by CEA +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef XMLSIMPLEHANDLER_H #define XMLSIMPLEHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.cpp index f0e3c9abc..42368b11e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "XmlSimpleStreamHandler.h" using namespace Lima; diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.h index 8d5629ca8..0102992b8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/AnalysisHandlers/XmlSimpleStreamHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_XMLSIMPLESTREAMHANDLER_H #define LIMA_XMLSIMPLESTREAMHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/client/CMakeLists.txt index 558360d38..1933191e1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_subdirectory(AnalysisHandlers) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientExport.h b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientExport.h index 9a22592ac..cb87f7ec7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.cpp index c8418a622..7149045ec 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.h b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.h index d3d0c3d5e..97fb62eca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingClientFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingException.h b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingException.h index 3665e7bbf..d40eaf783 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingException.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/LinguisticProcessingException.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.cpp index dcbcb2f3b..8389c6056 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2004-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AbstractXmlReaderClient.h" #include "linguisticProcessing/core/XmlProcessingCommon.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.h b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.h index b2330b020..47c84c816 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.h @@ -1,21 +1,7 @@ -/* - Copyright 2009-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2009-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef ABSTRACTCXMLREADERCLIENT_H #define ABSTRACTCXMLREADERCLIENT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/CMakeLists.txt index 7c2f8d24f..8304e5fbb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.cpp b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.cpp index 269434a4c..a602275ed 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2004-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "XmlReaderClientFactory.h" // #include "linguisticProcessing/XmlReaderCommon.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.h b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.h index 57cf0bec3..9d657b62d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClientFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef XMLREADERCLIENTFACTORY_H #define XMLREADERCLIENTFACTORY_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClient_export.h b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClient_export.h index 9855b5ba2..70e250434 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClient_export.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderClient_export.h @@ -1,10 +1,7 @@ -//************************************************************************ -//! @file XmlReaderClient_export.h -//! @author gael.de-chalendar@cea.fr -//! @date October 2012 -//! copyright Copyright (C) 2012 by CEA LIST (DIASI/LVIC) -//! Project Juliet -//! @brief Symbol exporting for Windows DLL XmlReaderClient.dll +// Copyright (C) 2012 by CEA LIST (DIASI/LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef XMLREADERCLIENT_EXPORT_H #define XMLREADERCLIENT_EXPORT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderException.h b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderException.h index 9cb08bb04..a27614fac 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderException.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/client/xmlreader/XmlReaderException.h @@ -1,23 +1,8 @@ -/** - Copyright 2007-2021 CEA LIST +// Copyright 2007-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - @author Claire Mouton (Claire.Mouton@cea.fr) - @date Created on Apr, 24 2007 - */ #ifndef LIMA_XMLREADER_XMLREADEREXCEPTION #define LIMA_XMLREADER_XMLREADEREXCEPTION diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWDocumentHandler.h index 131ad3be6..83f5f89e1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file abstractBowDocumentHandler.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWElement.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWElement.h index cfdce4285..98a3b1fc9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWElement.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/AbstractBoWElement.h @@ -1,21 +1,8 @@ -/* - Copyright 2014 CEA LIST +// Copyright 2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file AbstractBoWElement.h * @author Gael de Chalendar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.cpp index b8ce5314a..045e389d9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file BinaryWriterBoWDocumentHandler.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.h index 3f8c975da..6a49bda40 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BinaryWriterBoWDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file BinaryWriterBoWDocumentHandler.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.cpp index 575fcd776..54dd01013 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2014 CEA LIST +// Copyright 2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWPredicate.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.h index c2c1ef8a8..c2024c66c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWPredicate.h @@ -1,21 +1,8 @@ -/* - Copyright 2014 CEA LIST +// Copyright 2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWPredicate.h * @author Gael de Chalendar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.cpp index e4ea17a54..dabcb2637 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWRelation.cpp * @author Gael de Chalendar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.h index e3df5ac39..9dac037c4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/BoWRelation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWRelation.h * @author Gael de Chalendar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/CMakeLists.txt index c2b2175c1..c2f2fe8c3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_BOW_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.cpp index 472831d00..83cfbc719 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file TextWriterBoWDocumentHandler.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.h index aac8e4b22..9a2928036 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/TextWriterBoWDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file TextWriterBoWDocumentHandler.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.cpp index 1d73791a8..0cea5ed45 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowBinaryReaderWriter.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h index c525ef2db..60d810063 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowBinaryReaderWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowBinaryReaderWriter.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.cpp index c9c5e1e0f..b79f90ef5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowComplexToken.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.h index e8099ddc0..4875240f4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexToken.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowComplexToken.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexTokenPrivate.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexTokenPrivate.h index 8e883a88c..fcec4c6d6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexTokenPrivate.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowComplexTokenPrivate.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowComplexToken.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.cpp index 58d53643c..d17f8e09c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowDocument.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.h index 1562f6927..e0e440d37 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocument.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowDocument.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.cpp index 2ae73335e..da9bfed49 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file boWDocumentST.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.h index 3836cfc90..e661b317b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowDocumentST.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowDocumentST.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.cpp index 6afffb393..27b3a8094 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowNamedEntity.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.h index dd5780e59..5a0d9a68c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowNamedEntity.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowNamedEntity.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.cpp index 118f1e199..e099191ba 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowTerm.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.h index e4fc85470..382f00cd0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTerm.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowTerm.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.cpp index 6b9c38f03..ee7afca50 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowText.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.h index be252290f..e345f2c61 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowText.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowText.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.cpp index fb4f618e7..fe2cb8bdc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWToken.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.h index 35d1af4a3..6d32ad18d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowToken.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file bowToken.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.cpp index 83dc3534c..a9dc08009 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowTokenIterator.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.h index 74302a7ad..93ba2ad82 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenIterator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowTokenIterator.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenPrivate.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenPrivate.h index 9fa505fad..479623ec8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenPrivate.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowTokenPrivate.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file BoWToken.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.cpp index d32dc0ec3..a7503e0c0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowXMLReader.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.h index 7da95b584..f92a680a0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLReader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowXMLReader.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.cpp index 2c93c32d6..ac826b4b0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowXMLWriter.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.h index aa7764303..ace9ee37b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/bowXMLWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file bowXMLWriter.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.cpp index 49b444f9d..f5868fd49 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file defaultIdGenerator.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.h index edf4c8245..9f12578a7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/defaultIdGenerator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file defaultIdGenerator.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.cpp index 9e29cb8ea..0c7385c3a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file indexElement.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.h index 6cf49c0d9..28dd9d761 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElement.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file indexElement.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.cpp index 9266a7b96..0505810b9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Besancon Romaric (romaric.besancon@cea.fr) * @date Tue Feb 7 2006 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.h index da5698bcb..aa37c90ca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/indexElementIterator.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef INDEXELEMENTITERATOR_H #define INDEXELEMENTITERATOR_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest0.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest0.cpp index cb8c19843..05c337b0b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest0.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest1.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest1.cpp index 1c7138396..8a134ab65 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest1.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.cpp index 70fdfef50..2b909ef8b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "BagOfWordsTest2.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.h index cefb0d136..8b0220f0c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest2.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef BAGOFWORDSTEST2_H #define BAGOFWORDSTEST2_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.cpp index 69f9224a5..c4fccd786 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2015 CEA LIST +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "BagOfWordsTest3.h" #include "linguisticProcessing/common/BagOfWords/bowText.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.h b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.h index a9d599035..37de0f3be 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/BagOfWordsTest3.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef BAGOFWORDSTEST3_H #define BAGOFWORDSTEST3_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/CMakeLists.txt index 6a3fde547..6cd167046 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/BagOfWords/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/CMakeLists.txt index 301a26787..20fc20b57 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/linguisticProcessing ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/CMakeLists.txt index f13bbc1d7..cd8df5b4e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_subdirectory(tests) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.cpp index 5cd62f767..f9980bbc9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.h index 917180020..6da71271c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyAccessor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.cpp index 2140d4f04..31580cb93 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.h index 2cd7f47db..a8ea4809b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyCodeManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.cpp index 94a752fcb..73f475cdf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.h index 8bbfd7b02..0297a2420 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/PropertyManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.cpp index d6be35fd5..2808e5979 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.h index 069fef453..6f3df767c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/SymbolicCodeXMLHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.cpp index 1c4cd7cc4..112997f66 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.h index 288b9c3eb..4f5c3c157 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/XMLPropertyHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/CMakeLists.txt index 93ae06893..d1307bcdb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.cpp index 9f8a09f57..76600595a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2015 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "PropertyCodeTest0.h" #include "common/AbstractFactoryPattern/AmosePluginsManager.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.h b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.h index 824d40698..8cb250aa2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/PropertyCodeTest0.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef PROPERTYCODETEST0_H #define PROPERTYCODETEST0_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/code-ud-eng.xml b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/code-ud-eng.xml index f0e66903a..5bd44298d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/code-ud-eng.xml +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/PropertyCode/tests/code-ud-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.cpp index 96525a650..63eb1e7f3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A structures that holds an annotation graph and gives a high * level API to access it * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.h b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.h index 220ab22dc..ff02da74b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief This file is the main header file for the data related to annotation * graphs diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.cpp index 108848db4..78c1b4aa3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A graph that stores any data (annotations) referencing * primarily nodes of a text anlaysis * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.h b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.h index 72d652291..6222c0a7b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A graph that stores any data (annotations) referencing * primarily nodes of a text anlaysis * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.cpp index 8e07599f3..ff5d0cbb4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AnnotationGraphWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.h index 9af26d572..bc5db1401 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_COMMON_ANNOTATIONGRAPHWRITER_H #define LIMA_COMMON_ANNOTATIONGRAPHWRITER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.tcc b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.tcc index 378c420a4..0f61712fb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/AnnotationGraphWriter.tcc @@ -1,19 +1,4 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT \ No newline at end of file diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/CMakeLists.txt index 76f3b1a89..76f06cd10 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories( BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_ANNOTATIONGRAPH_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/GenericAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/GenericAnnotation.h index 23bb7254c..3d1d0074c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/GenericAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/GenericAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A Dummy * primarily nodes of a text anlaysis * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/AnnotationGraphTest0.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/AnnotationGraphTest0.cpp index e45a6d9a2..f87c8f815 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/AnnotationGraphTest0.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/AnnotationGraphTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/CMakeLists.txt index a7473cdf4..fa967543e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/annotationGraph/tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -################### tests ######################## +# SPDX-License-Identifier: MIT ########### next test ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/CMakeLists.txt index b7c1b0852..154515bed 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_LP_HELPERS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.cpp index 6c4312950..c74e1622c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "ConfigurationHelper.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.h b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.h index 4481e4694..86cda6e44 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/ConfigurationHelper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_HELPERS_CONFIGURATION_HELPER_H #define LIMA_HELPERS_CONFIGURATION_HELPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.cpp index a6b1669fa..16766228a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "DeepTokenizerBase.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.h b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.h index 7b82c77ab..33f273f60 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/DeepTokenizerBase.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_DeepTokenizerBase_H #define LIMA_LINGUISTICPROCESSING_DeepTokenizerBase_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/LangCodeHelpers.h b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/LangCodeHelpers.h index e2bd37163..54c66b03a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/LangCodeHelpers.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/helpers/LangCodeHelpers.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWUNITS_LANGCODEHELPERS_H #define LIMA_TENSORFLOWUNITS_LANGCODEHELPERS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/CMakeLists.txt index 2e7da512b..14f035e72 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src) add_definitions(-DLIMA_LINEARTEXTREPRESENTATION_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.cpp index 9ad266b19..63db21972 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ======================================================================= @file ltrText.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.h b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.h index 73b5122e1..56ebb3f79 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrText.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ======================================================================= @file ltrText.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.cpp index 2fd65f54e..e5180482e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ======================================================================= @file ltrToken.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.h b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.h index 6be071bbe..717b4a4a1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linearTextRepresentation/ltrToken.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ======================================================================= @file ltrToken.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/CMakeLists.txt index 35493cc26..25b91e697 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_LINGUISTICDATA_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/LimaStringText.h b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/LimaStringText.h index d8202b716..6c3d0a87b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/LimaStringText.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/LimaStringText.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_LIMASTRINGTEXT_H #define LIMA_LINGUISTICPROCESSING_LIMASTRINGTEXT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.cpp index 21d40347a..68c3cef6e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.h b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.h index 539e9a100..7d6cc13f7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/linguisticData/languageData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractEnhancedAccess.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractEnhancedAccess.h index 5e9afe928..b6b03bfcb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractEnhancedAccess.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractEnhancedAccess.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_COMMON_ABSTRACTENHANCEDACCESS_H #define LIMA_COMMON_ABSTRACTENHANCEDACCESS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.cpp index 6f72ac5ae..863df0c63 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file AbstractLinguisticLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.h index e7aa2bd5c..dcd4a41a0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/AbstractLinguisticLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file AbstractLinguisticLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/CMakeLists.txt index 8f696691c..05a340034 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_LPMISC_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.cpp index b5dd8ce0f..278c0e207 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #if defined(__WIN32__) || defined(WIN32) #include "PortableGettimeofday.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.h index e5033e8a4..4e9b2af14 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/PortableGetTimeOfDay.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef PORTABLEGETTIMEOFDAY_DEFINED #define PORTABLEGETTIMEOFDAY_DEFINED 1 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.cpp index b535973fe..3100bfa18 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.h index 56d28e34a..90918ebaf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/S2ByteString.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.cpp index 3f71582b9..6af6c8bc0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file positionLengthList.cpp * @author Mesnard Olivier diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.h index cfe7e9ec5..f396d72ae 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/positionLengthList.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file positionLengthList.h * @author Mesnard Olivier diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.cpp index c2cfa7b2c..b5c215251 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file textFormater.cpp * @date Created on Tue Dec, 17 2002 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.h b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.h index 7982ef23c..fc060a0fb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/misc/textFormater.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** textFormater.h - description ------------------- diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/CMakeLists.txt index 05cd1ebc5..866387988 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_TGV_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.cpp index dcd7968b6..ecf20baa0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.h b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.h index 278435d7e..e7f72f128 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCase.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.cpp index 22eae1ca1..a3fa21d2a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.hpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.hpp index 0f4a0ae67..a326cb4c8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseError.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.cpp index 4c294fd25..a7030c3d9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.hpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.hpp index 009a5bfc9..dd6a78222 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCaseProcessor.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.cpp index 2e18f579c..c0b13ef40 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2022 CEA LIST +// Copyright 2002-2022 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * @author Benoit Mathieu ***************************************************************************/ diff --git a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.h index df607a305..5551d8010 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/common/tgv/TestCasesHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.cpp index 65a3229c8..26c36d297 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.h index 8eb512609..ba80b746d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractAnalysisDictionary.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.cpp index 36bc08bc2..26a51f412 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.h index 9516a996e..e5d41893f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.tcc index c3c75084f..b00f48ecc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntry.tcc @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT namespace Lima { namespace LinguisticProcessing { diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.cpp index 516d49b5c..547d5ff02 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AbstractDictionaryEntryHandler.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.h index 1ee711684..8554b735a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractDictionaryEntryHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.cpp index 1fd1b4561..e2f5b03c2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.h index 90c132480..2eedf47ce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AbstractRwAccessResource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AccessRessource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AccessRessource.h index a43706a69..eab0c8756 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AccessRessource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AccessRessource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.h index ac8090593..f7afd4a1d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.tcc index 03d590ae7..4553b2404 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDico.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA * * author Olivier MESNARD olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictExport.h index 658515ef2..07df65e34 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.cpp index f5072a540..fc3eeaea5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.h index 5a7c28992..6ec0b1201 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AnalysisDictionaryIterators.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AugmentedAnalysisDictionary.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AugmentedAnalysisDictionary.h index 5872a1d4f..e062342cb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AugmentedAnalysisDictionary.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/AugmentedAnalysisDictionary.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/CMakeLists.txt index d0ea9f48b..e64aa18d4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_ANALYSISDICT_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.cpp index 85f0c5d7f..3a20273ea 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.h index 96b0bbf52..efff98876 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/DictionaryData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.cpp index cc30d3538..7ea682979 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2015 CEA LIST +// Copyright 2002-2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "EnhancedAnalysisDictionary.h" #include "EnhancedAnalysisDictionaryIterator.h" #include "linguisticProcessing/core/LinguisticResources/AbstractAccessResource.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.h index a563671af..27cd82d95 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionary.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2015 CEA LIST +// Copyright 2002-2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_ANALYSISDICTENHANCEDANALYSISDICTIONARY_H #define LIMA_LINGUISTICPROCESSING_ANALYSISDICTENHANCEDANALYSISDICTIONARY_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.cpp index 77620c5e8..1366dd230 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "EnhancedAnalysisDictionaryEntry.h" #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.h index a441d2cc3..7b41ae239 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.cpp index 48069a778..5a899488c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.h index 5a826c666..4d8f5a550 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryIterator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.cpp index 5524827ff..d504f3b4b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.h index b5f9ed2d0..9adad3d77 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaAccessResource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.cpp index 79608cf49..dd194a46a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.h index d505bfaa4..cdc5becef 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/FsaRwAccessResource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.cpp index 7cf1b87e3..d7ce92e55 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.h index ad43339f9..9390463a2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionary.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_ANALYSISDICTMULTILEVELANALYSISDICTIONARY_H #define LIMA_LINGUISTICPROCESSING_ANALYSISDICTMULTILEVELANALYSISDICTIONARY_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.cpp index 6b8c9e74c..8d1b708c2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.h index 71fba5126..3e79a973a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryEntry.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.cpp index 57000cc7d..d7984cbda 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.h index 082edca78..ec51a1895 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/MultiLevelAnalysisDictionaryIterators.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/SimpleAnalysisDictionaryIterators.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/SimpleAnalysisDictionaryIterators.cpp index eeee2e34a..41a72a557 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/SimpleAnalysisDictionaryIterators.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/SimpleAnalysisDictionaryIterators.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/CMakeLists.txt index 2cea76b9e..f727bbd0a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -########### next test ############### +# SPDX-License-Identifier: MIT SET(EnhancedAnalysisDictionaryTest0_SRCS EnhancedAnalysisDictionaryTest0.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1-src.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1-src.cpp index 7ad4b30a9..0e5690f92 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1-src.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1-src.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1.cpp index 0b535f3a3..4624b790a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/DictionaryDataTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest0.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest0.cpp index b8a011bd9..6e7d91c7b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest0.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1-src.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1-src.cpp index 28265f2a8..ee62806a4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1-src.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1-src.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1.cpp index d799efc69..fe8aff5e4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/EnhancedAnalysisDictionaryTest1.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/lima-lp-res-Enhanced.xml b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/lima-lp-res-Enhanced.xml index 345fb1a66..9b2727a38 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/lima-lp-res-Enhanced.xml +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/Tests/lima-lp-res-Enhanced.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.cpp index 828bc6144..93d72f5d9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.cpp @@ -1,11 +1,8 @@ -/************************************************************************ - * - * @file AbstractIEDumper.cpp - * @author Faiza Gara, Romaric Besançon (romaric.besancon@cea.fr) - * @date Wed Nov 23 2016 - * copyright Copyright (C) 2016 by CEA - LIST - * - ***********************************************************************/ +// Copyright (C) 2016 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "AbstractIEDumper.h" #include "linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.h index 0d17e24a8..143434d52 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AbstractIEDumper.h @@ -1,15 +1,8 @@ -/************************************************************************ - * - * @file AbstractIEDumper.h - * @author Faiza Gara, Romaric Besançon (romaric.besancon@cea.fr) - * @date Wed Nov 23 2016 - * copyright Copyright (C) 2016 by CEA - LIST - * Project AMOSE - * - * @brief Abstract dumper for extracted information: entities, relations and events: do not implement the exact output format of these things but contains all the common part consisting of gathering the information. - * - * - ***********************************************************************/ +// Copyright (C) 2016 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef ABSTRACTIEDUMPER_H #define ABSTRACTIEDUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnalysisDumpersExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnalysisDumpersExport.h index 9bcc01621..b78da19e1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnalysisDumpersExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnalysisDumpersExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.cpp index 57d03d089..40fe10ebf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file annotationGraphXmlDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.h index f72ba7184..40ef6417f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/AnnotationGraphXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file annotationGraphXmlDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.cpp index e49835584..64c7eeda7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /************************************************************************ * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.h index b37a43a48..4e131b9af 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BoWFeatureExtractor.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.cpp index 1f36fbcb4..a9c5d4efe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2015 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2015 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "BowDumper.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.h index 737961ab4..9669d969c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.cpp index f5be46a47..26f4c4061 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.h index fb32d2fc2..f53ee8a68 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BowGeneration.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.cpp index 32a4e5b9d..4d602d907 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.cpp @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BratDumper.h" #include "linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.h index 21df72ca9..964f85481 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratDumper.h @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef BRATDUMPERBRATDUMPER_H #define BRATDUMPERBRATDUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.cpp index 81ab07a3b..cc54f2b8c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.cpp @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BratJSONDumper.h" #include "linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.h index 8f1c88584..ce65ad3da 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/BratJSONDumper.h @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef BRATJSONDUMPERBRATDUMPER_H #define BRATJSONDUMPERBRATDUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CMakeLists.txt index e141047e0..6e11d4d8f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(EasyXmlDumper) add_definitions(-DLIMA_ANALYSISDUMPERS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.cpp index 0e10c2bf0..d6c086182 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.h index 3f9412ca9..f9714e14d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/CompoundsXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.cpp index 74b9739af..2792b2c2f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.h index 75ba4c5f0..735209d0e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripleDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.cpp index 5001979d9..e9ce70dec 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.h index 7edfcb66c..186127d7a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/DepTripletLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * A logger used to output dependency relations in a parsable manner * * Copyright (C) 2004-2012 by CEA LIST * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/CMakeLists.txt index 6460fb1af..548679154 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_EASYXMLDUMPER_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.cpp index 945222d08..31cc9ddde 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file ConstituantAndRelationExtractor.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.h index ff5de9027..bae79baf5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/ConstituantAndRelationExtractor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file ConstituantAndRelationExtractor.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.cpp index ddc0522a3..deaa94fce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file EasyDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.h index 59670c2fc..17132406d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file EasyDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyXmlDumperExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyXmlDumperExport.h index 8c307b7c5..7d9ce8143 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyXmlDumperExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/EasyXmlDumperExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/chaine.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/chaine.h index 579a1e46f..c1e846aba 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/chaine.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/chaine.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file chaine.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.cpp index 2619097f8..36c81e2d3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file easyXmlDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.h index e36255901..cdb4ea12b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/easyXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file easyXmlDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.cpp index bd62b9c0d..ec1eaca8f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file forme.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.h index 5298236a3..6cb43ed4b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/forme.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file forme.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/groupe.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/groupe.h index 0e9394b92..c18416f11 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/groupe.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/groupe.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file groupe.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/poslong.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/poslong.h index d99e9dac5..11f162232 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/poslong.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/poslong.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file poslong.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/relation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/relation.h index a96b4a943..21667ebd0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/relation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/EasyXmlDumper/relation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file relation.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.cpp index 9d4f50c14..c77ec8580 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2010 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.h index 5a05682bc..6432f4bb9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/GenericXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2010 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.cpp index 52fbb0af8..b47940a50 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file LTRTextBuilder.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.h index cdd776dd8..4561cbbce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/LTRTextBuilder.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file LTRTextBuilder.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.cpp index 1b08986c4..62c1a2598 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2007 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.h index 1e27f9dee..3fb94fd63 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/NullDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2007-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.cpp index 4c0c066a1..fd6a70a86 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file OffsetMapping.cpp - * @author Romaric Besançon (romaric.besancon@cea.fr) - * @date Thu Nov 17 2016 - * copyright Copyright (C) 2016 by CEA - LIST - * - ***********************************************************************/ +// Copyright (C) 2016 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "OffsetMapping.h" #include "linguisticProcessing/LinguisticProcessingCommon.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.h index 29dc2843d..d22a4f493 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/OffsetMapping.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file OffsetMapping.h - * @author Romaric Besançon (romaric.besancon@cea.fr) - * @date Thu Nov 17 2016 - * copyright Copyright (C) 2016 by CEA - LIST - * Project AMOSE - * - * @brief This class contains a mapping between the offsets from the original text (before preprocessing) and the offsets after text expansion - * - * - ***********************************************************************/ +// Copyright (C) 2016 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef OFFSETMAPPING_H #define OFFSETMAPPING_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.cpp index a92c6de09..5ee2ab95d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2010 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.h index e444f34a7..ce72ae2fb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/SimpleXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2010 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.cpp index db3ee3bcf..f2a714ee5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.h index e2081101a..948283f44 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/StopList.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.cpp index e9dc0f1cb..bab85b8d1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.h index a5918d6fe..c2770206e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.cpp index 7f7223a00..2bffe00bd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.h index 8c0706bb3..7677c689b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/TextFeaturesDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) * @date Mon Feb 7 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.cpp index 31e321c00..d22b489f3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Features.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.h index cb70c1286..03e5e5b82 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/WordFeatureExtractor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) * @date Mon Feb 7 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.cpp index 222c7e390..3f1f6e935 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.cpp @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "XmlIEDumper.h" #include "linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.h index 6e91af45c..3839626f4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/XmlIEDumper.h @@ -1,7 +1,8 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef XMLIEDUMPERXMLIEDUMPER_H #define XMLIEDUMPERXMLIEDUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.cpp index d2ab0dad4..55fd99d70 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file fullXmlDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.h index 64a89b1f9..b43cabac0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/fullXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file fullXmlDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.cpp index 19b882a98..5568bf420 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file linearTextRepresentationDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.h index 79761b98b..9d75c77d2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationDumper.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file linearTextRepresentationDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.cpp index 1f692e1e8..b4c7889d1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file linearTextRepresentationLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.h index 366cf629e..bc6bbd68c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/linearTextRepresentationLogger.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ========================================================================= @file linearTextRepresentationLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.cpp index 73003c31b..01075caa4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file posGraphXmlDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.h index 9af658724..b841ca86f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDumpers/posGraphXmlDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file posGraphXmlDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/ApplyRecognizerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/ApplyRecognizerExport.h index 6d6da61bf..544b2dad9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/ApplyRecognizerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/ApplyRecognizerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/CMakeLists.txt index 0381eefa7..abfcef249 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_APPLYRECOGNIZER_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.cpp index e7894b80f..69aa14558 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizer.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.h index 2a2fab342..887346d21 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizer.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.cpp index 55689c008..2c1603b27 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizerActions.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.h index 51da818aa..7ebfb241b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/applyRecognizerActions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizerActions.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.cpp index d29ef4358..8811b19bd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerResultLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.h index 3ac4f9744..7fd6e1ace 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApplyRecognizer/recognizerResultLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerResultLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.cpp index 00901e935..9a5a39ad6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "ApproxStringMatcher.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.h index 8e0c5bced..e825e7910 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/ApproxStringMatcher.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_MORPHOLOGICANALYSIS_APPROXSTRINGMATCHER_H #define LIMA_MORPHOLOGICANALYSIS_APPROXSTRINGMATCHER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/CMakeLists.txt index 85f55c264..befa5af17 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_APPROXSTRINGMATCHING_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.cpp index 523549745..bae4fa5b9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.h index 7de8b36b3..b5abd9a82 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ApproxMatching/NameIndexResource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2017 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/AutomatonExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/AutomatonExport.h index 32c4c5bc0..13c31fd92 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/AutomatonExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/AutomatonExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/CMakeLists.txt index 892ebcb72..d4859d9d1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_AUTOMATON_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.cpp index af8846172..fcd67fd3b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EntityFeatures.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.h index 577cefd86..b843d847e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/EntityFeatures.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EntityFeatures.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.cpp index 43a4111c1..3b502dccc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2005 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h index 724808a2b..7f83865b0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2005 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.cpp index 3dce9434a..a46b842e1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : andTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.h index 9ab2d9094..3900e3ef1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/andTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file andTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.cpp index 816e138c9..eb73b1797 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : automaton.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.h index 99895d642..fe9892159 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automaton.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file automaton.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.cpp index 80dd3a7db..53fa36e48 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file automatonCommon.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.h index 7abf6f758..25fd67e86 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonCommon.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file automatonCommon.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.cpp index 4dda374b0..1836662f7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file automatonReaderWriter.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.h index 58b11fe54..7d9e88518 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/automatonReaderWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file automatonReader.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.cpp index bf0a61e86..204290ed3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file basicConstraintFunctions.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.h index 709eaf26e..4ac66f4b9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/basicConstraintFunctions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file basicConstraintFunctions.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.cpp index f848e3612..0428da8bb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : constraint.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.h index 7e84e8e9c..ccf7565f2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraint.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraint.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.cpp index 7346ff326..37a49ea3d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : constraintCheckList.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.h index 80525903a..db6992564 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintCheckList.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintCheckList.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunction.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunction.h index 676db417b..eb8d8d294 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunction.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunction.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintFunction.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.cpp index 3a6d0e080..20b60c30b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintFunctionFactory.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.h index 3290b2bd1..a7a325dca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionFactory.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintFunctionFactory.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.cpp index f0790bd44..48ac0256a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintFunctionManager.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.h index b521b2192..11ca797d4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/constraintFunctionManager.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file constraintFunctionManager.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.cpp index eac12bed1..7961310d6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file deaccentuatedTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.h index 219d95731..27cc47945 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/deaccentuatedTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file deaccentuatedTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.cpp index cddbf8f92..289e6cc7d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * @file entityGroupTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.h index b6676401b..a9a6b9f11 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityGroupTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EntityGroupTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.cpp index 84895b110..2fafde303 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : entityProperties.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.h index bf0e8c150..a95a72d88 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityProperties.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file entityProperties.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.cpp index 5743caaa8..11db31290 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * @file entityTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.h index 526c4d36b..1b33fd453 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/entityTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EntityTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.cpp index fd7ad7bba..eff1442f4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : epsilonTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.h index eb4cf984f..ebd1d61fe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/epsilonTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file epsilonTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.cpp index b8b2b4135..7b5554008 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : gazeteerTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.h index 762dbfe98..c7c2b930a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/gazeteerTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file gazeteerTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.cpp index 82fc0574a..b146fa13a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : lemmaTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.h index 6cb9a039d..0d94ececb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/lemmaTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file lemmaTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.cpp index 5bf05ec4e..fe7935ab2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : numericTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.h index d39231fab..4cd48fa28 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/numericTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file numericTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.cpp index 24ae4844a..dfc2a1eb9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : posTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.h index 5e6a01d47..698b1f759 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/posTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file posTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.cpp index 15d63ec10..6ed71acda 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : recognizer.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.h index 6ee193960..842ef6844 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizer.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.cpp index 1be0a6d60..3d62c77c9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.h index 824464891..0bf54dbf1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.cpp index 0c56c102f..db5541312 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerMatch.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.h index cb4e08772..a6e652776 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/recognizerMatch.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file recognizerMatch.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.cpp index f07101f6e..456f04526 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : rule.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.h index e027a6c03..45a7e224a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/rule.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file rule.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.cpp index e455a2bd0..641865c73 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file searchGraph.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.h index 76b187aa6..c339a230a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/searchGraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file searchGraph.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.cpp index bbc0a844f..77f294b81 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : setTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.h index 92e8d00fb..5e7928403 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/setTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file setTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.cpp index 4a27d72cd..563e8ed1f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : starTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.h index 041791ff8..2a69120e3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/starTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file starTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.cpp index 4af2918ae..0983d2af4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : transition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.h index a5688044b..d0ad4a93a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file transition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.cpp index 0937d878f..e9939ec6b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file transitionSearchStructure.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.h index a5a3a459b..c900bc735 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file transitionSearchStructure.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.tcc index 867e8e721..3bc341ef5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionSearchStructure.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file transitionSearchStructure.tcc diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.cpp index 370a47a99..ce72a4fb8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*********************************************************************** * * File : transitionUnit.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.h index c32c0c7da..5e582ef7f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/transitionUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file transitionUnit.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.cpp index 9bf5b1171..b4e20bab9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : tstatusTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.h index ec92fddd3..f3ba61c3b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/tstatusTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file tstatusTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.cpp index ed69f702b..a17499e11 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : wordTransition.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.h index 25f8b08b1..12011730a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Automaton/wordTransition.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file wordTransition.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/CMakeLists.txt index 4ebc63b43..59bfb38d4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CMakeLists.txt @@ -1,19 +1,7 @@ # Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT add_subdirectory(AnalysisDict) add_subdirectory(AnalysisDumpers) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundTokenAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundTokenAnnotation.h index 90d52f4e1..217393212 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundTokenAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundTokenAnnotation.h @@ -1,7 +1,7 @@ -/*************************************************************************** - * Copyright (C) 2005 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2005 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_COMPOUNDS_COMPOUNDTOKENANNOTATION_H #define LIMA_LINGUISTICPROCESSING_COMPOUNDS_COMPOUNDTOKENANNOTATION_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundsExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundsExport.h index be078906b..2be869674 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundsExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Compounds/CompoundsExport.h @@ -1,7 +1,7 @@ -/*************************************************************************** - * Copyright (C) 2004-2012 by CEA LIST * - * * - ***************************************************************************/ +// Copyright (C) 2004-2012 by CEA LIST * +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/CMakeLists.txt index 5d8b7f916..bf3f71b21 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.cpp index 20fa59c03..8a2f564b4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.h index a22c0d5fc..2b016dbe2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReader.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_ConlluReader_H #define LIMA_LINGUISTICPROCESSING_ConlluReader_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReaderExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReaderExport.h index afc980f88..879704600 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReaderExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/ConlluReader/ConlluReaderExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.cpp index c5bef041c..c12ce45f5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifdef WIN32 #define _WINSOCKAPI_ #endif diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.h index 383e386bd..659969a46 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClient.h @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSINGCORELINGUISTICPROCESSINGCLIENT_H #define LIMA_LINGUISTICPROCESSINGCORELINGUISTICPROCESSINGCLIENT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClientExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClientExport.h index c1f99693d..f34a37304 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClientExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreLinguisticProcessingClientExport.h @@ -1,21 +1,7 @@ -/* - Copyright 2004-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_CORELINGUISTICPROCESSINGCLIENTEXPORT_H #define LIMA_CORELINGUISTICPROCESSINGCLIENTEXPORT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.cpp index e323f4cc0..c7e61027d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2009-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2009-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @date April, 2009 */ diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.h index 5410df335..af559e716 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient.h @@ -1,21 +1,8 @@ -/* - Copyright 2009-2021 CEA LIST +// Copyright 2009-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef COREXMLREADERCLIENT_H #define COREXMLREADERCLIENT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient_export.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient_export.h index a4694feb8..fd98530ef 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient_export.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CoreXmlReaderClient_export.h @@ -1,21 +1,8 @@ -/* - Copyright 2012-2021 CEA LIST +// Copyright 2012-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ //************************************************************************ //! @author gael.de-chalendar@cea.fr //! @date October 2012 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CMakeLists.txt index 8905bd081..1c39a3990 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingExport.h index 04ba43bd0..34e1b3080 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.cpp index f988cf508..8b380da78 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2008 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.h index b3efc34b1..949d39808 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingNormalizedXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2008 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.cpp index c29881875..7065d56a3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief xml logger for coreferences * * @file CorefSolvingXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.h index 2348b5f25..3fbe0f532 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/CorefSolvingXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief xml logger for coreferences * * @file CorefSolvingXmlLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.cpp index 3687f2900..1e2345589 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file annotationGraphTestProcessUnit.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.h index 37de0f77c..804e486fe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/corefSolver.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file corefSolver.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.cpp index 94d854808..8a78875a8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "coreferentAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.h index 754dc628b..c6258a2a4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/CorefSolving/coreferentAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file coreferentAnnotation.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/CMakeLists.txt index 7f91285f8..8270f37d1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/CMakeLists.txt index 2583e03ab..e24ad34de 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.cpp index 992f512ae..3f89fe8c6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.h index 5cdd42f76..0061bd55b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_Tokenizer_RnnTokenizer_H #define LIMA_LINGUISTICPROCESSING_Tokenizer_RnnTokenizer_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizerExport.h index 203f0ed0c..e95611fad 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DeepLimaUnits/RnnTokenizer/RnnTokenizerExport.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.cpp index 38949422e..9fbbd4691 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.h index ba613e356..f10f4b122 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/BinaryEntry.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/CMakeLists.txt index 4e7a7cc66..4db0ee56c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.cpp index 0e9da20c6..12c0e931c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.h index 1b7212887..b5ab34c0c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/ConcatenatedEntry.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryCode.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryCode.cpp index 4c569590f..4af422935 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryCode.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryCode.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.cpp index e70334a3c..46de0506b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** NAUTITIA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.h index 6609e3d11..6d36b0d20 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryEntry.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** NAUTITIA // // jys 1-OCT-2002 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryExport.h index a89e58501..00fa37b08 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/DictionaryExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.cpp index 72898ade4..342417d34 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.h index 5670e671d..94cc0ae48 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingInfoEntry.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.cpp index b573d830e..d4c3c5678 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.h index 4fedf7094..46d8291bf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/LingPropertyEntry.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.cpp index 366c2d583..9d2b56627 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.h index 1002e01a0..314025637 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Dictionary/SingleConcatenatedEntry.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/CMakeLists.txt index b5d6ba8eb..ccff31251 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.cpp index b24af2883..65fe66ef2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file DocumentElements.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.h index 76251d5fa..10182b64c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/DocumentElements.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file DocumentElements.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.cpp index 582b5bd06..9f8b35f4e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file contentDocument.cpp * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.h index c4beb7d92..e5bc323c1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/contentDocument.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file contentDocument.h * @author Besancon Romaric diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.cpp index dbde8edd6..d16bd6e27 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file abstractDocumentXMLParser.cpp * @author Olivier Mesnard diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.h index f8f77ca87..7b1d4ea47 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentProperty.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file abstractDocumentXMLParser.h * @author Olivier Mesnard diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.cpp index 3b5ce4274..067900c5f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.cpp @@ -1,12 +1,7 @@ -/************************************************************************ - * - * @file documentReader.cpp - * @author Besancon Romaric (besanconr@zoe.cea.fr) - * @date Mon Oct 27 2003 - * @version $Id$ - * copyright Copyright (C) 2003 by CEA LIST (LVIC) - * - ***********************************************************************/ +// Copyright (C) 2003 by CEA LIST (LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "documentReader.h" #include "common/Data/strwstrtools.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.h index 2746745dd..633f752a2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReader.h @@ -1,12 +1,7 @@ -/************************************************************************ - * - * @file documentReader.h - * @author Besancon Romaric (besanconr@zoe.cea.fr) - * @date Mon Oct 27 2003 - * @version $Id$ - * copyright Copyright (C) 2003 by CEA LIST (LVIC) - * Project detectlibraries - ***********************************************************************/ +// Copyright (C) 2003 by CEA LIST (LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DOCUMENTREADER_H #define DOCUMENTREADER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderException.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderException.h index 29a569e8b..08efa28b8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderException.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderException.h @@ -1,16 +1,7 @@ -/************************************************************************ - * - * @file documentReaderException.h - * @author besancon (besanconr@zoe.cea.fr) - * @date Wed Jul 6 2005 - * @version $Id$ - * copyright Copyright (C) 2005 by CEA LIST (LVIC) - * Project DocumentReader - * - * @brief Exceptions returned by the document reader - * - * - ***********************************************************************/ +// Copyright (C) 2005 by CEA LIST (LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DOCUMENTREADEREXCEPTION_H #define DOCUMENTREADEREXCEPTION_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.cpp index 18052e035..4bfcc94c0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2004-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "documentReaderResources.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.h index 194bad21c..bfc202b47 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentReaderResources.h @@ -1,22 +1,7 @@ -/* - Copyright 2004-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_XMLREADER_DOCUMENTSREADER_DOCUMENTSREADERRESOURCES_H #define LIMA_LINGUISTICPROCESSING_XMLREADER_DOCUMENTSREADER_DOCUMENTSREADERRESOURCES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentsreader_export.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentsreader_export.h index b7e1ceb7e..32b0942e1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentsreader_export.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/documentsreader_export.h @@ -1,10 +1,7 @@ -//************************************************************************ -//! @file documentsreader_export.h -//! @author gael.de-chalendar@cea.fr -//! @date October 2012 -//! copyright Copyright (C) 2012 by CEA LIST (DIASI/LVIC) -//! Project Juliet -//! @brief Symbol exporting for Windows DLL documentsreader.dll +// Copyright (C) 2012 by CEA LIST (DIASI/LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DOCUMENTSREADER_EXPORT_H #define DOCUMENTSREADER_EXPORT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.cpp index 404574061..c9b8482b0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file StructuredDocumentXMLParser.cpp * @author Olivier Mesnard diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.h index 281150db8..866738d2e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/structuredDocumentXMLParser.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /************************************************************************ * @file StructuredDocumentXMLParser.h * @author Olivier Mesnard diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.cpp index d4bab0cb5..afa43f2d4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.cpp @@ -1,11 +1,7 @@ -/*************************************************************************** - tokensstream.cpp - description - ------------------- - begin : lun mar 10 2003 - last revised : mar 10, 2003 - author : Gael de Chalendar - copyright : Copyright (C) 2003 by CEA LIST (LVIC) - ***************************************************************************/ +// Copyright (C) 2003 by CEA LIST (LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "tokensstream.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.h b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.h index 929cff144..b43e8633b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/DocumentsReader/tokensstream.h @@ -1,11 +1,7 @@ -/*************************************************************************** - tokensstream.h - description - ------------------- - begin : lun mar 10 2003 - last revised : mar 10, 2003 - author : Gael de Chalendar - copyright : Copyright (C) 2003 by CEA LIST (LVIC) - ***************************************************************************/ +// Copyright (C) 2003 by CEA LIST (LVIC) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LINGUISTICPROCESSINGSTOKENSSTREAM_H #define LINGUISTICPROCESSINGSTOKENSSTREAM_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CMakeLists.txt index c114aca21..28bb28cb5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.cpp index 4ec8463a6..56b6d4d93 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "CoreferenceData.h" namespace Lima diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.h index 41a6a6c3d..304c6d110 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceData.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef COREFERENCEDATA_H #define COREFERENCEDATA_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.cpp index 75687fc70..4ed433837 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "CoreferenceEngine.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.h index 15b7175b7..d89b88884 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/CoreferenceEngine.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef COREFERENCEENGINE_H #define COREFERENCEENGINE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.cpp index 000e91462..bd270ee61 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EntityTracker.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.h index 38eb9322a..a0bfc99d9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTracker.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef ENTITYTRACKER_H #define ENTITYTRACKER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.cpp index b6323cb84..01ee14706 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EntityTrackerXmlLogger.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.h index 802d0d421..8dc035284 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackerXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackingExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackingExport.h index 9bb9418f5..68b2a23e6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackingExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EntityTracking/EntityTrackingExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/CMakeLists.txt index d5d66b26a..602ec487c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.cpp index 9edffc585..0b5ee138b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file Entity.cpp * @author Faiza GARA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.h index f89b68cfa..aa6df9a6a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Entity.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file Entity.h * @author Faiza GARA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.cpp index 42ecca449..8ed1d32c6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file Event.cpp * @author Faiza GARA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.h index 76980ade5..cb91fef4c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Event.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Event.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalysisExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalysisExport.h index ce957577c..d1603f915 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalysisExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalysisExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.cpp index 59fe2989e..12fed35f0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file EventAnalyzer.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.h index 623b772dc..012e2fa7a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventAnalyzer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file eventAhnalyzer.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.cpp index 47f0fa660..14a7ac28b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.h index 047667566..00c918392 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.cpp index c14256981..60416ae0e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventDataDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.h index d1c87b947..d6e206a40 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDataDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Olivier Mesnard (olivier.mesnard@cea.fr) * @date Mon Oct 21 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.cpp index c716ee9e2..96dd4f4a1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.h index a9a3ce659..a65d249f5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.cpp index c451667bd..8ee90bb58 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.h index 05a22b599..8698bc506 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.cpp index 66fb7d43b..3a6103740 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file EventParagraph.cpp * @author Faiza GARA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.h index 6f9daf032..c22205291 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventParagraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Paragraph.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.cpp index b857e5994..512e11875 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file EventSegmentation.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.h index 117b0267a..9192bf443 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventSegmentation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file EventSegmentation.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.cpp index b88092894..7f38073ec 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file EventTemplate.cpp - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Sep 2 2011 - * copyright Copyright (C) 2011 by CEA LIST - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EventTemplate.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.h index 1f9b3d714..681db5300 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplate.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file EventTemplate.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Thu Sep 1 2011 - * copyright Copyright (C) 2011 by CEA LIST - * Project LIMA - * - * @brief template for event representation - * - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef EVENTTEMPLATE_H #define EVENTTEMPLATE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.cpp index 03d404fd2..bf628f9fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.h index 89f7d9596..e78bc93d0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.cpp index 48992cd4e..5a167a666 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateDataDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.h index eec62a404..a395eba65 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) * @date Mon Sep 19 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.cpp index 5cf2d9fe4..7168ed8f2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateDataXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.h index f7963ffde..d098b0c57 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDataXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateDataXmlLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.cpp index 7269e3088..45aa24fa5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file EventTemplateDefinitionResource.cpp - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Sep 2 2011 - * copyright Copyright (C) 2011 by CEA LIST - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EventTemplateDefinitionResource.h" #include "common/AbstractFactoryPattern/SimpleFactory.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.h index befbdded2..bc1f1d00a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateDefinitionResource.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file EventTemplateDefinitionResource.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Sep 2 2011 - * copyright Copyright (C) 2011 by CEA LIST - * Project LIMA - * - * @brief Linguistic resource storing the defintion of event templates - * - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef EVENTTEMPLATEDEFINITIONRESOURCE_H #define EVENTTEMPLATEDEFINITIONRESOURCE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.cpp index 4c7a28ea1..759c76934 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateElement.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.h index 44a5644e3..66d2b5fd1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateElement.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateElement.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.cpp index 2aac37878..f529c783f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateFilling.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.h index 5c4d43673..bcafc76e7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFilling.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateFilling.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.cpp index 2ad16a2ff..527fc5634 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateFillingActions.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.h index 3be05715b..ab8331636 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateFillingActions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateFilling.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.cpp index cc157b98e..a27a2364b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateMerging.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.h index 776632082..529d8b2e7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateMerging.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventTemplateMerging.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.cpp index 1329cbf1c..f0bbc95ed 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file EventTemplateStructure.cpp - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Sep 2 2011 - * copyright Copyright (C) 2011 by CEA LIST - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EventTemplateStructure.h" #include "common/MediaticData/mediaticData.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.h index d072c4a45..6876d3466 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventTemplateStructure.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file EventTemplateStructure.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Thu Sep 1 2011 - * copyright Copyright (C) 2011 by CEA LIST - * Project LIMA - * - * @brief structure of an event template (define the name and type of possible template elements) - * - * - ***********************************************************************/ +// Copyright (C) 2011 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef EVENTTEMPLATESTRUCTURE_H #define EVENTTEMPLATESTRUCTURE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.cpp index 0d4318c56..629bb159f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.h index 73f2b47b3..665496089 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/EventXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file EventXmlLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.cpp index 473b34153..44caf2391 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file Events.cpp * @author Olivier MESNARD diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.h index 6d2424e00..895ef0767 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Events.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.cpp index b4b7dd20a..bcfa5c8d0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @file Paragraph.cpp * @author Faiza GARA diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.h index a44be3cfe..85f53ba36 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/Paragraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Paragraph.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.cpp index 61d7e1e46..b544b32e8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SimpleEventBuilder.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.h b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.h index d49bf3456..c2f9cc4eb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/EventAnalysis/SimpleEventBuilder.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SimpleEventBuilder.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.cpp index 1cb913865..7da3d0494 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.h index ce6570c15..208bd2d68 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Automaton.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CMakeLists.txt index 0cab9bffa..c7c6628dd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.cpp index 589020de6..2e11fb623 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "Char.h" #include "CharClass.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.h index 444b10a8a..ed2b0927e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Char.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHAR_H #define LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHAR_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.cpp index 483b91d82..6e26ce162 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.h index 1ca55eee2..0c46cbd50 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharChart.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHARCHART_H #define LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHARCHART_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.cpp index dc4aa6798..f9a91b463 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "CharClass.h" #include "common/Data/LimaString.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.h index 8be037e10..7c068eda4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/CharClass.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHARCLASS_H #define LIMA_LINGUISTICPROCESSING_FLATTOKENIZER_CHARCLASS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.cpp index fa930d021..ce0eab5c2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.h index 158933162..03a2fff32 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Condition.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.cpp index b2c2a014b..0e3430ead 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.h index f8b2207d3..71ffd5fbb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Events.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/FlatTokenizerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/FlatTokenizerExport.h index 03a5c9a26..69c45d9fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/FlatTokenizerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/FlatTokenizerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/LimaTokenizerParser.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/LimaTokenizerParser.cpp index b55805e89..d7802499e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/LimaTokenizerParser.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/LimaTokenizerParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SpiritTokenizerParser.hpp" #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.cpp index 8d6c1d649..e35e4ceac 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.h index bb3ab853b..48986d190 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/ReturnStatus.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.cpp index ff6af8eff..026c59e5d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SpiritCharChartParser.hpp" void readStream(std::istream &is,std::string &dest) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.hpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.hpp index 2ddf0a538..e57a151ce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritCharChartParser.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef SPIRITCHARCHARTPARSER_HPP #define SPIRITCHARCHARTPARSER_HPP diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.cpp index a76696437..66d9e5dfe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SpiritTokenizerLoader.hpp" #include "SpiritTokenizerParser.hpp" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.hpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.hpp index 46a14e5b1..ba8320b48 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerLoader.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef SPIRITTOKENIZERLOADER_HPP #define SPIRITTOKENIZERLOADER_HPP diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerParser.hpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerParser.hpp index f94d7c598..18e759244 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerParser.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/SpiritTokenizerParser.hpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef SPIRITTOKENIZERPARSER_HPP #define SPIRITTOKENIZERPARSER_HPP diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.cpp index 07cb78b23..298492c77 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.h index 7441ca8e9..264cd1a65 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/State.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CMakeLists.txt index d62393e97..00a1d928b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ################### tests ######################## diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest-ara.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest-ara.cpp index 78b2146be..7bcb2a639 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest-ara.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest-ara.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest0.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest0.cpp index 3bcbf5990..fdf88942a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest0.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tests/CharChartTest0.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // clazy:skip #define BOOST_TEST_DYN_LINK diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.cpp index aeb998eb4..bcb1230bc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.h index e85fc7e6c..2b2698887 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Text.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.cpp index 49762f8dd..4464f9de6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.h index 3d66bff4e..c74325228 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Tokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.cpp index 645864044..1568c4463 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.h index c425a9d53..481ebcd74 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/TokenizerAutomaton.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.cpp index 0c1c43234..7eeda2967 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.h b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.h index 25c2e5a4b..38b6cb651 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/FlatTokenizer/Transition.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/CMakeLists.txt index 14ed30e8e..2d0fd2aef 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) # FIND_PACKAGE(SOCI PATHS $ENV{MM_EXTERNALS}/etc) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.cpp index 427cf4d90..793406533 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA-LIST * author Olivier Mesnard olivier.mesnard@localhost diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.h b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.h index b160d725c..8f9250d96 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDbContext.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2003 by CEA-LIST * author Olivier Mesnard olivier.mesnard@localhost diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.cpp index d1366d7fc..81ac44a33 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.h index 3bf04c296..9611cbab4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesExport.h index c8490887a..94b18490a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.cpp index ba0dc2412..2cca9878c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file GeoEntitiesTagger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.h index 43661ce9b..26bf729fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntitiesTagger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file geoEntitiesTagger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.cpp index c008f35f1..8597b25e3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2005 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.h index 43e840483..55382b4ab 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/GeoEntities/GeoEntityAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2005 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.cpp index 6cc2a8f4f..2b401d6a0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** AgglutinatedToken is a fulltoken that is a agglutinated compound word. * * @file AgglutinatedToken.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.h index b8bd4f862..7193c46f9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AgglutinatedToken.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** AgglutinatedToken is a fulltoken that is a agglutinated compound word. * * @file AgglutinatedToken.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.cpp index 3c3b5c5a8..de3b3eac0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.h index 22a29b7cc..771156377 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraphIStreamAdapter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraphIStreamAdapter.h index d69c9eb34..a3ec46d5c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraphIStreamAdapter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/AnalysisGraphIStreamAdapter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2010 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/CMakeLists.txt index a30beffd6..e1be2818d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/ChainIdStruct.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/ChainIdStruct.h index 47edd2934..d71fa92b5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/ChainIdStruct.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/ChainIdStruct.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief A structure to identify a syntagmatic chain in a graph * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticAnalysisStructureExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticAnalysisStructureExport.h index 637d3a894..dafbeed2f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticAnalysisStructureExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticAnalysisStructureExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.cpp index 23557f882..b8f3fba74 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief A graph structure for linguistic analysis * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.h index 8f3c77550..582692fb0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/LinguisticGraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief A graph structure for linguistic analysis * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.cpp index b3fbd2ec3..4c42531b4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "MorphoSyntacticData.h" #include "MorphoSyntacticDataUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.h index d78eb8aa1..12b289ee2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.cpp index 66ff17ce8..54f5cf9bb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.h index 86dfe5080..a07b6b2d3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/MorphoSyntacticDataUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/SentenceBoundariesXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/SentenceBoundariesXmlLogger.h index bc260a27a..13cad4e26 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/SentenceBoundariesXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/SentenceBoundariesXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file SentenceBoundariesXmlLogger.h * @author Romaric Besancon diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.cpp index 79cdff6ff..0e947e0c2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief The status of a token found by Tokenizer for the use of * Morphologic Analysis modules * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.h index 9c2cbd0d2..fa3e2a64e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/TStatus.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.cpp index 5a9020f7e..c1ce1d156 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.h index 6f387f003..5af69f332 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticAnalysisStructure/Token.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.cpp index 76d3e7ad6..a487d4eeb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file AbstractAnalysisDumper.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.h index 9ef90a412..d3bb4555a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AbstractTextualAnalysisDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author Romaric Besancon (romaric.besancon@cea.fr) * @date Fri Jan 21 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.cpp index 584161647..aad924699 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file AnalysisLoader.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.h index b3787d66b..2a174987d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/AnalysisLoader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author besancon (besanconr@zoe.cea.fr) * @date Mon Jan 17 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/CMakeLists.txt index 8845c4cc0..abe28bad3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_LINGUISTICPROCESSORS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.cpp index 0a38c7f35..ccbdca81d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author besancon (besanconr@zoe.cea.fr) * @date Mon Jan 17 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.h index a1be1f9c7..73d55f749 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/ExternalProcessUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author besancon (besanconr@zoe.cea.fr) * @date Mon Jan 17 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.cpp index e407c3987..4a32376fc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief logger for xml-formatted linguistic data in graph. * * @file MAxmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.h index 839db3f57..f776703c9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/FullTokenXmlLogger.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** @brief logger for xml-formatted linguistic data in graph. * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticAnalysisDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticAnalysisDumper.h index 1ed4c8671..e4d23bf51 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticAnalysisDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticAnalysisDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.cpp index 097afee6e..3e04675fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.h index 935d46f9e..78d99f4ad 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticMetaData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticProcessorsExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticProcessorsExport.h index 9c0937f3b..7355ac7c8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticProcessorsExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/LinguisticProcessorsExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.cpp index c56f1e7a4..050090421 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MetaDataDumper.h" #include "common/time/traceUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.h index 1d1dedcec..d101eb996 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/MetaDataDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef METADATADUMPER_H #define METADATADUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.cpp index 72c2caa33..84e27e49b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifdef WIN32 #define _WINSOCKAPI_ #endif diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.h index ca32ed8f4..6ac1b3e24 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticProcessors/StatusLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.cpp index d933de847..a85658b30 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.h index 72b24e366..a8d044129 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractAccessResource.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.cpp index c9f0e21fc..e70cf06c8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.h index 0b215d4fb..1b8795054 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResource.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2014 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_LINGUISTICRESOURCES_ABSTRACTRESOURCES_H #define LIMA_LINGUISTICPROCESSING_LINGUISTICRESOURCES_ABSTRACTRESOURCES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.cpp index 7e853aa0b..983f7cbeb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AbstractResourceBase.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.h index 71c5f7d35..b5285f23f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/AbstractResourceBase.h @@ -1,22 +1,7 @@ -/* - Copyright 2017 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2017 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_LINGUISTICRESOURCES_ABSTRACTRESOURCEBASE_H #define LIMA_LINGUISTICPROCESSING_LINGUISTICRESOURCES_ABSTRACTRESOURCEBASE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/CMakeLists.txt index 9684968dd..ae47f92ad 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_LINGUISTICRESOURCES_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.cpp index 30e432158..426e5184c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.h index fb000679e..c12a604c2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResources.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResourcesExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResourcesExport.h index f41125e96..00d21f14e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResourcesExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/LinguisticResources/LinguisticResourcesExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/CMakeLists.txt index 73cef3dc8..6b6b38d57 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.cpp index ec0c5f90a..fe70804e6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Modex.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.h b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.h index 275fc2f2c..ad9a4ea95 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/Modex/Modex.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file Modex.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.cpp index a213f6d4a..e845ef43e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief AbbreviationSplitAlternatives is the module which creates split alternatives * for hyphen word tokens. Each token from the supplied tokens path is processed : diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.h index 0e1d8b14e..0393dd012 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AbbreviationSplitAlternatives.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief AbbreviationSplitAlternatives is the module which creates split alternatives * for hyphen word tokens. Each token from the supplied tokens path is processed : diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.cpp index c956bb79a..2d6a00822 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.h index 24c3259ae..2a4ba80af 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AccentedConcatenatedDataHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.cpp index 69b3cacc2..13e53b682 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.h index 6412a9d8c..bfd2c55a6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/AlternativesReader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/CMakeLists.txt index 91d7b3d6a..f7d738580 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_MORPHOLOGICANALYSIS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.cpp index 5465fcceb..848994060 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.h index 173524600..769647dd5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/ConcatenatedDataHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.cpp index 857bebc8b..ab91588ce 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.h index fdcea31fe..093ca15d8 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DefaultProperties.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.cpp index 3bd18b633..b5f2b604b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** @brief Implementation of desagglutination resources * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.h index 6e288592f..8f0fe3f0f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DesagglutinationResources.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** @brief Declaration of DesagglutinationResources * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.cpp index b2f1b82d9..3d130bccf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.h index 1b19c1d2b..6409f775e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/DicoConcatenatedAlternatives.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.cpp index 5d1ace700..52b72427b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "EnchantSpellingAlternatives.h" #include "MorphoSyntacticDataHandler.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.h index 901875551..4178500a1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/EnchantSpellingAlternatives.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef ENCHANT_SPELLING_ALTERNATIVES_H #define ENCHANT_SPELLING_ALTERNATIVES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.cpp index cd53633c1..a3c0f342e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief HyphenWordAlternatives is the module which creates split alternatives * for hyphen word tokens. Each token from the supplied tokens path is processed : diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.h index 0e9d119b8..36e295491 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/HyphenWordAlternatives.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief HyphenWordAlternatives is the module which creates split alternatives * for hyphen word tokens. Each token from the supplied tokens path is processed : diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.cpp index 1eeeafd45..d2eb0ece4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.h index 631b3562f..24cd017dd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticAlternativesConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2005 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.cpp index 0d80afbe5..76d0237cb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.h index adbb86988..b0fa6af23 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/IdiomaticExpressionAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.cpp index 750a765f4..9916f58ca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.h index f289189b6..19f46a26d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphoSyntacticDataHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphologicAnalysisExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphologicAnalysisExport.h index 6d56d40cb..7c5daf218 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphologicAnalysisExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/MorphologicAnalysisExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.cpp index d58dbe53b..464f74f27 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.h index 6240e8735..7b8a32389 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/OrthographicAlternatives.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.cpp index 1d10ab018..b693d5ce4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "SequenceEntryHandler.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.h index 0589b38bb..16f8e6f7a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SequenceEntryHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.cpp index d1ec0e3c0..51cff196d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // // DefaultProperties is the implementation of the last module of diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.h index ecedad9d8..477b83d08 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleDefaultProperties.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // // DefaultProperties is the implementation of the last module of diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.cpp index cb1de89d8..85b00cfd7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.h index f6a67f58f..9b058d94d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/SimpleWord.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.cpp index c1a34e087..86b6330fc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.h index aa5d223e6..ca54f589d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/MorphologicAnalysis/UnknownWordLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/CMakeLists.txt index 875ead194..445af292f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_POSTAGGER_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.cpp index a1d0f349c..26251e4f5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.h index 3cef39e87..42bbb8f08 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DisambiguatedGraphXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.cpp index 0b61556c5..d9bf62618 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.h index b430ba2ac..279278827 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/DynamicSvmToolPosTagger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/PosTaggerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/PosTaggerExport.h index 4d5112956..c00e2966a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/PosTaggerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/PosTaggerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.cpp index 53967500c..542efa673 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "SvmToolPosTagger.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.h index 96fbe1e22..ebdae71ba 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/SvmToolPosTagger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_POSTAGGER_SVMTOOLPOSTAGGER_H #define LIMA_LINGUISTICPROCESSING_POSTAGGER_SVMTOOLPOSTAGGER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.cpp index 58e3c856d..98471d4f4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.h index b5a5d5ff6..db1b66443 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.tcc index 6a1a9c707..3f548cc42 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ViterbiPosTagger.tcc @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT namespace Lima { diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/costFunctions.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/costFunctions.h index 281859e6e..942d2ec7d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/costFunctions.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/costFunctions.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_POSTAGGER_COSTFUNCTION_H #define LIMA_POSTAGGER_COSTFUNCTION_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.cpp index 6d6ee7ead..602fa2002 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief logger for xml-formatted linguistic data in graph. * * @file disambiguationLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.h index a0cc288a9..4028a180e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/disambiguationLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief logger for checking chinese segmentation * * @file disambiguationLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.cpp index 9738f2edf..0d44f540b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "dotGraphWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.h index b2eb6a431..226fe0068 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dotGraphWriter.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_MORPHOLOGICANALYSIS_DOTGRAPHWRITER_H #define LIMA_MORPHOLOGICANALYSIS_DOTGRAPHWRITER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.cpp index c013731cc..89ef481a2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "dummyPosTagger.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.h index 75dd2289b..5c7fbda2a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/dummyPosTagger.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** @brief Declaration of a PosTagger with a simple Dummy algorithm. * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.cpp index edb2cef53..ae0e35a94 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "frequencyCost.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.h index af223f1a5..d4b38b904 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/frequencyCost.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_POSTAGGER_FREQUENCYCOST_H #define LIMA_POSTAGGER_FREQUENCYCOST_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.cpp index 7d0e5170f..ac05b13d0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "greedyPosTagger.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.h index bd8540445..848eae5ac 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/greedyPosTagger.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** @brief Declaration of a PosTagger with a simple greedy algorithm. * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.cpp index 408ca6810..90f6979be 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "integerCost.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.h index c8b52602b..a3146344c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/integerCost.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_POSTAGGER_INTEGERCOST_H #define LIMA_POSTAGGER_INTEGERCOST_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.cpp index 46d6eec20..24e5f4a21 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** Implementation of Bigrams and Trigrams matrices * * @file ngramMatrices.cpp * @author Benoit Mathieu diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.h index 5b8ee1c3e..8bdfb051f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngramMatrices.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** Defines Bigrams and Trigrams matrices * * @file ngramMatrices.h * @author Benoit Mathieu diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.cpp index 7b510d623..8e7ee47b6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** Creation of vectors of structures of Trigrams and Bigrams * * @file ngrampaths.cpp * @author Nasredine Semmar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.h index be7fc3c4c..2c5576d7e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/ngrampaths.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** Creation of vectors of structures of Trigrams and Bigrams * * @file ngrampaths.h * @author Nasredine Semmar diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.cpp index 7ce5f3255..3faa21517 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "posTaggingGraphWriter.h" #include "dotGraphWriter.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.h index c0be3ec69..f410eddbb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_POSTAGGER_POSTAGGINGGRAPHWRITER_H #define LIMA_POSTAGGER_POSTAGGINGGRAPHWRITER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.hpp b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.hpp index 9c68c0220..67b1c6e47 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.hpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.hpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT template class PosTaggingVertexWriter { diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.tcc index fd74af81d..0ac9ded81 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/posTaggingGraphWriter.tcc @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT template class PosTaggingVertexWriter { diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.h b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.h index d7358f611..400267757 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.tcc index 4c4da9162..171a46070 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/PosTagger/viterbiUtils.tcc @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "viterbiUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/CMakeLists.txt index 9ea0a9398..a40abf51c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_REGEXMATCHER_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.cpp index bf68670ca..c2a0a4626 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A process unit able to match regex against analysed text * * @file RegexMatcher.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.h b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.h index 6f1338164..479bf728c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcher.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A process unit able to match regex against analysed text * * @file RegexMatcher.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcherExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcherExport.h index 544394e90..12702e051 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcherExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/RegexMatcher/RegexMatcherExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/CMakeLists.txt index 935bba4b3..af0378c5e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_SEMANTICANALYSIS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.cpp index 989dbc23e..3c8a17dde 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "ConllDumper.h" #include "common/MediaProcessors/DumperStream.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.h index c6de8f4fb..00419a826 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConllDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2014 CEA LIST +// Copyright 2002-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_ANALYSISDUMPERSTEXTDUMPER_H #define LIMA_LINGUISTICPROCESSING_ANALYSISDUMPERSTEXTDUMPER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.cpp index 1b3dca4d0..1b86ccc4e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2006 by Romuald * * romuald.bourre@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.h index c6e252526..4dfe91f86 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/ConstraintFunction.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2006 by Romuald * * romuald.bourre@cea.fr * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.cpp index bfc659be5..748bd848e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2016 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2016 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "KnowledgeBasedSemanticRoleLabeler.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.h index 8ad727857..c7861dfff 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/KnowledgeBasedSemanticRoleLabeler.h @@ -1,21 +1,7 @@ -/* - Copyright 2016 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2016 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_SEMANTICANALYSIS_KNOWLEDGEBASEDSEMANTICROLELABELER_H #define LIMA_LINGUISTICPROCESSING_SEMANTICANALYSIS_KNOWLEDGEBASEDSEMANTICROLELABELER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.cpp index b0fe593ac..95edf9581 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.cpp @@ -1,23 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "common/ProcessUnitFramework/AnalysisContent.h" #include "linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.h index fcb4ac622..af6f3cf53 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/LimaConllTokenIdMapping.h @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMACONLLTOKENIDMAPPING_H #define LIMACONLLTOKENIDMAPPING_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnalysisExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnalysisExport.h index fdc28c30d..a41147a1a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnalysisExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnalysisExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.cpp index 4e2b22aa4..b61bb8dfd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SemanticAnnotation.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.h index dd3d0dc4f..fb2aa0fbb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SemanticAnnotation.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.cpp index 5c8efac15..7438f4818 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.h index 9a854eb45..a7daabc58 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.cpp index 36f9030ce..d32d26269 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for Semantic Relation Annotation * * @file SemanticRelationData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.h index 355a0af0e..f982a4067 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for Semantic Relation Annotation * * @file SemanticRelationData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.cpp index 2d7586a52..340f06b2b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SemanticRelationsXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.h index 2aa818452..e4a735865 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRelationsXmlLogger.h @@ -1,16 +1,7 @@ -/************************************************************************ - * - * @file SemanticRelationsXmlLogger.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Wed Sep 12 2007 - * copyright Copyright (C) 2007 by CEA LIST - * Project s2lp - * - * @brief xml logger for the semantic relation annotations from the - * annotation graph - * - * - ***********************************************************************/ +// Copyright (C) 2007 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef SEMANTICRELATIONSXMLLOGGERSEMANTICRELATIONSXMLLOGGER_H #define SEMANTICRELATIONSXMLLOGGERSEMANTICRELATIONSXMLLOGGER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.cpp index 22f2aaa87..8a50e99b5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2014 CEA LIST +// Copyright 2002-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SemanticRoleLabelingLoader.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.h index 320db6f8f..853abe171 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SemanticAnalysis/SemanticRoleLabelingLoader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2014 CEA LIST +// Copyright 2002-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file SemanticRoleLabelingLoader.h * @author Clémence Filmont diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/CMakeLists.txt index b0692cff7..b6505f473 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### main target ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.cpp index 3a4f0fe6a..48adb5b00 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file MicrosForNormalization.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.h index e56310896..cda569577 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/MicrosForNormalization.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file MicrosForNormalization.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.cpp index b07e566ba..f33ca4c70 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizationUtils.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.h index ed478e8d7..5dba755b1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizationUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizationUtils.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.cpp index c1a7f812c..f2dbe72f4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeDateTime.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.h index 16269414b..f835529ec 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTime.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeDateTime.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.cpp index 64e19b61d..078f3b577 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeDateTimeResources.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.h index 5534c0c74..f598084ee 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeDateTimeResources.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeDateTimeResources.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.cpp index 9ba1253a2..f66a506ea 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeNumber.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.h index fbfbb5dbe..78ede0f39 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizeNumber.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizeNumber.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.cpp index 2416425bb..785498431 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizePerson.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.h index d9f34ae88..b8b64d2e5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePerson.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizePerson.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.cpp index 91c7ca44e..182ca0552 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizePersonName.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.h index d84a57fed..a95de2a16 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/NormalizePersonName.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file NormalizePersonName.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.cpp index e8163927b..255d1d63c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "SpecificEntitiesCompletion.h" #include "common/AbstractFactoryPattern/SimpleFactory.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.h index a4cd9925e..b82e2a7a7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesCompletion.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.cpp index 57b70208a..a86f55465 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.h index 0f126198c..144927ff0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesExport.h index 78fb5689f..8594cf4ba 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.cpp index dabf79e43..469e0b2e5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SpecificEntitiesLoader.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.h index 0f9028d51..3e0f183fa 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesLoader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SpecificEntitiesLoader.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.cpp index b67c52332..83cbb0436 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SpecificEntitiesMicros.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.h index 2e1fb1b3f..cbe0d4edc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesMicros.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SpecificEntitiesMicros.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.cpp index e4f705337..bde48b6b0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.h index 47741ded1..548ec361a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesRecognizer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.cpp index 353d7d9be..c5df6d8ed 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2004-2020 CEA LIST +// Copyright 2004-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SpecificEntitiesXmlLogger.h" #include "linguisticProcessing/core/Automaton/SpecificEntityAnnotation.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.h index 8c75cad39..a51052ecd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SpecificEntities/SpecificEntitiesXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/StructuredXmlDocumentHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/StructuredXmlDocumentHandler.h index 9631c2e5f..b006985fa 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/StructuredXmlDocumentHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/StructuredXmlDocumentHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSINGSTRUCTURED_XMLDOCUMENTHANDLER_H #define LIMA_LINGUISTICPROCESSINGSTRUCTURED_XMLDOCUMENTHANDLER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CMakeLists.txt index c634489fd..69d96529d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_SYNTACTICANALYSIS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.cpp index 79127214d..25c030da4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Implementation of classes for disambiguation of syntagmatic chains paths. * * @file ChainsDisambiguator.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.h index 4d951b32d..df8ac01b9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/ChainsDisambiguator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Definition of classes for disambiguation of syntagmatic chains paths. * * @file ChainsDisambiguator.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.cpp index e72479f55..107d7078c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the implementations of several constraint * functions for the detection of subsentences diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.h index 1241fc990..876662526 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/CoordinationConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the definitions of several constraint * functions for the detection of subsentences diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.cpp index a5aebfe10..5200b28cc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief debug only logger for syntactic analysis. * * @file debugSyntacticAnalysisLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.h index 644c8e1f1..e2b025392 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DebugSyntacticAnalysisLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief debug only logger for syntactic analysis. * * @file DebugSyntacticAnalysisLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.cpp index 4ff9f1319..02aad9bcc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A depGraph that stores the relations of syntactic dependency * between the elements of a PhoenixGraph * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.h index 0a37ba6ef..13e867e95 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DependencyGraph.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief A graph that stores the relations of syntactic dependency * between the elements of a DependencyGraph * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.cpp index 7cb987495..1aa7dd84a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief output of dependency graph with dot format * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.h index d4d055968..d61372461 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief output of dependency graph with dot format * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.tcc b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.tcc index abe8ccc11..aaad889e2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.tcc +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/DotDependencyGraphWriter.tcc @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ template class DependencyGraphVertexWriter { diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.cpp index b50504128..5237cebc0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @author Gael de Chalendar (Gael.de-Chalendar@cea.fr) * @date Created on Thu Nov, 13 2003 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.h index acfd59568..9f2888e63 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/HomoSyntagmaticConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the definitions of several constraint * functions for the detection of homosyntagmatic dependency diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.cpp index fbaffe833..472e5eac0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SelectionalPreferences.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.h index 822888129..70d5af253 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalPreferences.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SelectionalPreferences.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.cpp index 89403b2b6..bbc74070e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the definitions of several constraint * functions for the disambiguation of dependencies based on diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.h index 367c23619..c665a1927 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SelectionalRestrictionsConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the definitions of several constraint * functions for the disambiguation of dependencies based on diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.cpp index c491f0957..5f6f084e0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the implementations of several constraint * functions for the detection of subsentences diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.h index ba67cb290..0b29238c1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationConstraints.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief this file contains the definitions of several constraint * functions for the detection of subsentences diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.cpp index b3fc92652..a0e7bf4d0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for the simplification of sentences allowing easier heterosyntagmatic analysis * * @file SimplificationData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.h index 24511f493..bc3dd304a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SimplificationData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for the simplification of sentences allowing easier heterosyntagmatic analysis * * @file SimplificationData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisExport.h index 6a2aa5ffb..2d9ba5e85 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.cpp index 6bead463e..761e55cf6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Dependency graph text form displaying tools * * @file SyntacticAnalysisTools.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.h index d9ffdbf49..cf7d3b47a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisTools.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Dependency graph text form displaying tools * * @file SyntacticAnalysisTools.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.cpp index b9a641f9b..a1ba4fbec 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Debug logger for dependency graphs * * @file SyntacticAnalysisXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.h index 221b4237d..b75d93477 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalysisXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Debug logger for dependency graphs * * @file SyntacticAnalysisXmlLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.cpp index f4d0a672f..c7ae07da2 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-chains.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.h index c43f59b72..5359793cf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-chains.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-chains.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.cpp index 050cac853..c59c4f886 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-deps.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.h index 0b37d52e4..730b779e7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-deps.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-deps.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.cpp index f552a9449..37bbcf347 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-disamb.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.h index 603fd5f98..042332e5f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-disamb.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-disamb.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.cpp index 33b091425..d90dc536c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief process unit to extract heterosyntagmatic dependency relations * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.h index 7cd2a6286..1b4eb6ef6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-hetero.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @brief process unit to extract heterosyntagmatic dependency relations * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.cpp index fd52f0fd9..f16eda412 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.h index b1866fa74..1bb49f5bb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-nochains.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.cpp index 70282282b..ac02178e7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-simplify.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.h index fbc8dfc68..4750c6508 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticAnalyzer-simplify.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntacticAnalyzer-simplify.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.cpp index fd5d23602..88e92c151 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for the syntactic analyzis of texts * * @file SyntacticData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.h index 7752520fd..85bbdedcb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief Data used for the syntactic analyzis of texts * * @file SyntacticData.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.cpp index dcf55d4b9..bd620d992 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SyntacticRelationsLogger.h" // #include "common/linguisticData/linguisticData.h" // #include "common/misc/traceUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.h index eae188b1f..5100e32c0 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntacticRelationsLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef SYNTACTICRELATIONSLOGGER_H #define SYNTACTICRELATIONSLOGGER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.cpp index e01dbc223..0c73a3c0a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntagmaticMatrix.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.h index 695a7edd1..10ba17d50 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/SyntagmaticMatrix.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SyntagmaticMatrix.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.cpp index 92d9fcac5..59dcab720 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : tokenFilter.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.h index 82d8db6f0..294445ce5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/TokenFilter.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file TokenFilter.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileExceptions.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileExceptions.h index 82f01876b..e95691ecf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileExceptions.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileExceptions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file XmlSyntagmaticMatrixFileExceptions.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.cpp index a2fa38578..6916669b5 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file XmlSyntagmaticMatrixFileHandler.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.h b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.h index ed983f141..0e39d306a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/SyntacticAnalysis/XmlSyntagmaticMatrixFileHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file XmlSyntagmaticMatrixFileHandler.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/CMakeLists.txt index 632ef12e0..748ad2d0a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/CMakeLists.txt index 8e04587c4..650c2a0fe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) if (TensorFlow_FOUND AND Eigen_FOUND) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.cpp index 864fbadf3..9dca40011 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.h index 1364dee2a..996f361f1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/Lemmatizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWLEMMATIZER_H #define LIMA_TENSORFLOWLEMMATIZER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/LemmatizerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/LemmatizerExport.h index f6a0919e2..b35ab9b04 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/LemmatizerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Lemmatizer/LemmatizerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/CMakeLists.txt index 9e784e397..9402b0c4d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT if (TensorFlow_FOUND AND Eigen_FOUND) include_directories(BEFORE ${CMAKE_SOURCE_DIR}/extern ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.cpp index e2a953ad0..677c1a919 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.h index ff3309526..59a96f55c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntax.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWMORPHOSYNTAX_H #define LIMA_TENSORFLOWMORPHOSYNTAX_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntaxExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntaxExport.h index 69d7376c4..2de7d5b1c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntaxExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/MorphoSyntax/TensorFlowMorphoSyntaxExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CMakeLists.txt index 8bac150e7..fa0c31af9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2021 CEA LIST +# Copyright 2002-2021 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.cpp index 6d6e7ed1b..551738dfb 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "CppTensorFlowTokenizer.h" #include "tokUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.h index 95f225fc4..c97b363bc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppTensorFlowTokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.cpp index 9d4f8ccbf..c905a7c0d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.h index 871ff0bde..1c799842d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/CppUppsalaTensorFlowTokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_CppUppsalaTensorFlowTokenizer_Tokenizer_H #define LIMA_LINGUISTICPROCESSING_CppUppsalaTensorFlowTokenizer_Tokenizer_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.cpp index d2a8bd276..81c5b575f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.h index 95a1a173b..7833f277c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonHelpers.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_TensorFlowTokenizer_PythonHelpers_H #define LIMA_LINGUISTICPROCESSING_TensorFlowTokenizer_PythonHelpers_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.cpp index 953de82a3..2e3038f0e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "PythonTensorFlowTokenizer.h" #include "linguisticProcessing/common/helpers/DeepTokenizerBase.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.h index 93801cd80..5cf1a5058 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonTensorFlowTokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT // NAUTITIA // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.cpp index 8f4a3d9d7..28eb61933 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "PythonUppsalaTensorFlowTokenizer.h" #include "linguisticProcessing/common/helpers/DeepTokenizerBase.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.h index 262140fa7..21bdccb64 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/PythonUppsalaTensorFlowTokenizer.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_PythonUppsalaTensorFlowTokenizer_Tokenizer_H #define LIMA_LINGUISTICPROCESSING_PythonUppsalaTensorFlowTokenizer_Tokenizer_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/TensorFlowTokenizerExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/TensorFlowTokenizerExport.h index 9d6cc8363..ff8caf802 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/TensorFlowTokenizerExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/TensorFlowTokenizerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.cpp index 80383ddbb..3a51ceb93 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // includes from project #include "tokUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.h index 3ef787553..13f2b1dd6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/Tokenizer/tokUtils.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef TOK_UTILS_H #define TOK_UTILS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Arborescence.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Arborescence.h index 958e9de81..dc62b24e7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Arborescence.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Arborescence.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include #include #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Cache.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Cache.h index e9966d28c..ab468b719 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Cache.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Cache.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWUNITS_CACHE_H #define LIMA_TENSORFLOWUNITS_CACHE_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/QJsonHelpers.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/QJsonHelpers.h index a360b6ff6..f66df1482 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/QJsonHelpers.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/QJsonHelpers.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWUNITS_QJSONHELPERS_H #define LIMA_TENSORFLOWUNITS_QJSONHELPERS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/TensorFlowHelpers.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/TensorFlowHelpers.h index 4628a3bc0..77c54c7b9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/TensorFlowHelpers.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/TensorFlowHelpers.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWUNITS_TENSORFLOWHELPERS_H #define LIMA_TENSORFLOWUNITS_TENSORFLOWHELPERS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Viterbi.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Viterbi.h index a427349bc..e894fc023 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Viterbi.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/common/Viterbi.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_TENSORFLOWUNITS_VITERBI_H #define LIMA_TENSORFLOWUNITS_VITERBI_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/CMakeLists.txt index bfa05936a..c9d0ce33e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### install files ############### diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py index 03fdc5f82..67e12da5d 100755 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorFlowUnits/scripts/lima_models.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- """ diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/CMakeLists.txt index 4ff07ad83..692bbb7d7 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_TENSORFLOWSPECIFICENTITIES_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.cpp index 714c5ada0..19af560fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // includes from project #include "TensorflowSpecificEntities.h" #include "nerUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.h index eeee7e23b..77cc73169 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntities.h @@ -1,9 +1,7 @@ -/** @brief TensorflowSpecificEntities is the implementation of the module responsible of recognizing specific entities (ORGANIZATION, MISCELLANEAOUS, PERSON and LOCATION). - * @author Victoria Bourgeais - * - * Copyright (c) 2017 by CEA-LIST - * - */ +// Copyright (c) 2017 by CEA-LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_TENSORFLOWSPECIFICENTITIES_TENSORFLOWSPECIFICENTITIES_H #define LIMA_LINGUISTICPROCESSING_TENSORFLOWSPECIFICENTITIES_TENSORFLOWSPECIFICENTITIES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntitiesExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntitiesExport.h index 7cd278485..0ffbc6842 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntitiesExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/TensorflowSpecificEntitiesExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/main.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/main.cpp index ad2895598..86a01ac60 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/main.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/main.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // includes from project #include "nerUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.cpp index 8f867b4e1..0ec87d243 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // includes from project #include "nerUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.h index 3c2128cac..2be222077 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef DATA_UTILS_H #define DATA_UTILS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/CMakeLists.txt index 84f9188ec..856af4387 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Find includes in corresponding build directories set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.cpp index 8d6955e9a..1f8f6960b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + // includes from project #include "Test.h" #include "linguisticProcessing/core/TensorflowSpecificEntities/nerUtils.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.h index 561138bd4..86df4c0fc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TensorflowSpecificEntities/tests/Test.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef TEST_H #define TEST_H #include diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/CMakeLists.txt index 7b88c4c2f..310938b1f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_TEXTSEGMENTATION_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.cpp index d0aaceddd..045081e7a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.h index aa776410c..4f0451029 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/ParagraphBoundariesFinder.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.cpp index 14ea44de3..229ef2f72 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentFeatureExtractor.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.h index ac89a387a..7cbd50046 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeatureExtractor.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentFeatureExtractor.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.cpp index 642c4a976..cb5cfa4ad 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.h index 8aad75789..42144cd40 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentFeaturesDumper.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentFeaturesDumper.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.cpp index 46f4c8311..1d3556dca 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2011-2020 CEA LIST +// Copyright 2011-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentationData.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.h index d603c52b7..428193c19 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationData.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author besancon (besanconr@zoe.cea.fr) * @date Tue Jan 18 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.cpp index 38738ca4d..34c46a4ee 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentationDataXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.h index 1c50301b3..46c4bbf09 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationDataXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentationDataXmlLogger.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.cpp index 218af8722..2065d6289 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file SegmentationResultsLoader.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.h index 782820ad3..f5947aefe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SegmentationResultsLoader.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * @author besancon (besanconr@zoe.cea.fr) * @date Mon Jan 17 2011 diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.cpp index 47e4c701a..f48f3f6dc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.h index ff6e6574a..13710e76f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesFinder.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.cpp index d3112e3a2..d7106689b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2019 CEA LIST +// Copyright 2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "SentenceBoundariesTransfer.h" #include "SegmentationData.h" #include "common/MediaticData/mediaticData.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.h index 4ca58c126..30259ba81 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesTransfer.h @@ -1,21 +1,8 @@ -/* - Copyright 2019 CEA LIST +// Copyright 2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_LINGUISTICPROCESSING_GRAPHSENTENCEBOUNDSTRANSFER_H #define LIMA_LINGUISTICPROCESSING_GRAPHSENTENCEBOUNDSTRANSFER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.cpp index 94ca01233..8fe1283c4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "SentenceBoundariesUpdater.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.h index 4c84bac93..c7c0f29e3 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesUpdater.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_TextSegmentation_SentenceBoundariesUpdater_H #define LIMA_LINGUISTICPROCESSING_TextSegmentation_SentenceBoundariesUpdater_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.cpp index 5ee91ef33..5af187112 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file SentenceBoundariesXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.h index f2c0299af..215a3fabe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/SentenceBoundariesXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * @file SentenceBoundariesXmlLogger.h * @author Romaric Besancon diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.cpp index 96cdabfb9..e0d731949 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file TemporalSegmentationFeatures.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.h index 1aff1c28e..540cebec6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TemporalSegmentationFeatures.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file TemporalSegmentationFeatures.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TextSegmentationExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TextSegmentationExport.h index 2ae9a61c0..c71907271 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TextSegmentationExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/TextSegmentation/TextSegmentationExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CMakeLists.txt index 187f6eea8..9b89491cf 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions(-DLIMA_WORDSENSEANALYSIS_EXPORTING) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CommonTypedefs.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CommonTypedefs.h index 7d248932d..8114d6efa 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CommonTypedefs.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/CommonTypedefs.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_COMMONTYPEDEFS_H #define LIMA_WORDSENSEDISAMBIGUATION_COMMONTYPEDEFS_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.cpp index 6948de591..214bdc77a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "KnnSearcher.h" #include "hasheddb.h" #include "lshsignature.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.h index 7e6d38625..fc599793f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/KnnSearcher.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_KNNSEARCHER_H #define LIMA_WORDSENSEDISAMBIGUATION_KNNSEARCHER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.cpp index 38d893011..6d074f822 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "Test.h" int main(int argc,char* argv[]) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.h index 3dc8b4775..3b0e91d06 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/Test.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef TEST_H #define TEST_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnalysisExport.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnalysisExport.h index 67829c23d..d60cc533e 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnalysisExport.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnalysisExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.cpp index 34cc4d9d4..ca7829a6f 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "WordSenseAnnotation.h" #include "KnnSearcher.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.h index a6f6cda1a..5df2f1b81 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseAnnotation.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_WORDSENSEANNOTATION_H #define LIMA_WORDSENSEDISAMBIGUATION_WORDSENSEANNOTATION_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.cpp index 47e5455c3..31762defa 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** * diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.h index 815338cc2..ee05be2fd 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseDisambiguator.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file WordSenseDisambiguator.h diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.cpp index b3ff44ecf..070e99a0b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "WordSenseUnit.h" #include "CommonTypedefs.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.h index 8a76aa660..2142b3702 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_WORDSENSEUNIT_H #define LIMA_WORDSENSEDISAMBIGUATION_WORDSENSEUNIT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.cpp index e5a2e86f0..55d902f43 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @brief xml logger for Word Senses * * @file WordSenseXmlLogger.cpp diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.h index fadbfd4ac..85445a30a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordSenseXmlLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_WSXMLLOGGER_H #define LIMA_WORDSENSEDISAMBIGUATION_WSXMLLOGGER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.cpp index b6a80d7ed..f4fab433c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "WordUnit.h" #include "KnnSearcher.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.h index 673fd98a5..dfbadf53c 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/WordUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_WORDUNIT_H #define LIMA_WORDSENSEDISAMBIGUATION_WORDUNIT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.cpp index 39bd79638..32c87a391 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Implementation: hasheddb // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.h index 4adab3ede..2fdb908e4 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/hasheddb.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** @author Claire Mouton , @author Guillaume Pitel diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.cpp index 0f13a10ac..d3bcd0400 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Implementation: lshsignature // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.h index 5d72484e6..237d980da 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/lshsignature.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ // // C++ Interface: lshsignature // diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/toolnumber.h b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/toolnumber.h index 628351bdc..5c056b19a 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/toolnumber.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/WordSenseAnalysis/toolnumber.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_WORDSENSEDISAMBIGUATION_TOOLNUMBER_H #define LIMA_WORDSENSEDISAMBIGUATION_TOOLNUMBER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/CMakeLists.txt b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/CMakeLists.txt index 9567e9aa1..31ccb26e9 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/CMakeLists.txt +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + include_directories(${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.cpp b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.cpp index ab06cc2cd..573681bf1 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "XmlDocumentParser.h" #include "common/AbstractFactoryPattern/Lima::SimpleFactory.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.h b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.h index fe4be1215..58dcc5dfc 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlDocumentParser/XmlDocumentParser.h @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef XMLDOCUMENTPARSER_H #define XMLDOCUMENTPARSER_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlProcessingCommon.h b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlProcessingCommon.h index 5a98e5714..2f0cf7530 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/XmlProcessingCommon.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/XmlProcessingCommon.h @@ -1,21 +1,8 @@ -/* - Copyright 2009-2021 CEA LIST +// Copyright 2009-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_XMLPROCESSING_COMMON_H #define LIMA_XMLPROCESSING_COMMON_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/core/abstractReaderResource.h b/lima_linguisticprocessing/src/linguisticProcessing/core/abstractReaderResource.h index 465308e1f..bb6a65ffe 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/core/abstractReaderResource.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/core/abstractReaderResource.h @@ -1,21 +1,7 @@ -/* - Copyright 2005-2021 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2005-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMA_LINGUISTICPROCESSING_XMLREADER_ABSTRACTREADERRESOURCES_H #define LIMA_LINGUISTICPROCESSING_XMLREADER_ABSTRACTREADERRESOURCES_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.cpp b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.cpp index 995fcd752..b3c029b21 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file limaSimpleClient.cpp - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Dec 15 2017 - * copyright Copyright (C) 2017 by CEA - LIST - * - ***********************************************************************/ +// Copyright (C) 2017 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "limaSimpleClient.h" #include "limaSimpleClientDelegate.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.h b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.h index 0111b5629..a5df565f6 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClient.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file limaSimpleClient.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Dec 15 2017 - * copyright Copyright (C) 2017 by CEA - LIST - * Project LIMA - * - * @brief simple wrapper of LIMA analyzer with a limited interface, using default configuration - * - * - ***********************************************************************/ +// Copyright (C) 2017 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMASIMPLECLIENT_H #define LIMASIMPLECLIENT_H diff --git a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.cpp b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.cpp index 3ac9a61bb..dd13b365d 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.cpp +++ b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.cpp @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file limaSimpleClientDelegate.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Tue Dec 19 2017 - * copyright Copyright (C) 2017 by CEA - LIST - * Project Lima - * - * @brief Internal implementation of the lima simple client (in separate header because needed by Q_OBJECT) - * - * - ***********************************************************************/ +// Copyright (C) 2017 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "limaSimpleClientDelegate.h" diff --git a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.h b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.h index 345fc6d2a..3b468a16b 100644 --- a/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.h +++ b/lima_linguisticprocessing/src/linguisticProcessing/limaSimpleClientDelegate.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file limaSimpleClientDelegate.h - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Tue Dec 19 2017 - * copyright Copyright (C) 2017 by CEA - LIST - * Project Lima - * - * @brief Internal implementation of the lima simple client (in separate header because needed by Q_OBJECT) - * - * - ***********************************************************************/ +// Copyright (C) 2017 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMASIMPLECLIENTDELEGATE_H #define LIMASIMPLECLIENTDELEGATE_H diff --git a/lima_linguisticprocessing/test/CMakeLists.txt b/lima_linguisticprocessing/test/CMakeLists.txt index 7821ff7d5..0a8deac02 100644 --- a/lima_linguisticprocessing/test/CMakeLists.txt +++ b/lima_linguisticprocessing/test/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories($ENV{LIMA_EXTERNALS}}/include) add_subdirectory(testAnnotationGraphs) diff --git a/lima_linguisticprocessing/test/analyzeMultimediaXmlDocuments.cpp b/lima_linguisticprocessing/test/analyzeMultimediaXmlDocuments.cpp index 2d988ca89..3a238fa3d 100644 --- a/lima_linguisticprocessing/test/analyzeMultimediaXmlDocuments.cpp +++ b/lima_linguisticprocessing/test/analyzeMultimediaXmlDocuments.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2004-2021 CEA LIST +// Copyright 2004-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include "linguisticProcessing/core/XmlProcessingCommon.h" #include "linguisticProcessing/client/xmlreader/AbstractXmlReaderClient.h" diff --git a/lima_linguisticprocessing/test/analyzeText.cpp b/lima_linguisticprocessing/test/analyzeText.cpp index 779703a97..dc4e1b3f2 100644 --- a/lima_linguisticprocessing/test/analyzeText.cpp +++ b/lima_linguisticprocessing/test/analyzeText.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * diff --git a/lima_linguisticprocessing/test/analyzetextservercore.cpp b/lima_linguisticprocessing/test/analyzetextservercore.cpp index 1b249fabc..b1f0e716a 100644 --- a/lima_linguisticprocessing/test/analyzetextservercore.cpp +++ b/lima_linguisticprocessing/test/analyzetextservercore.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/test/cmd_line_helpers.h b/lima_linguisticprocessing/test/cmd_line_helpers.h index b02083942..0ec558ea5 100644 --- a/lima_linguisticprocessing/test/cmd_line_helpers.h +++ b/lima_linguisticprocessing/test/cmd_line_helpers.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2021 CEA LIST +// Copyright 2002-2021 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifndef LIMA_TEST_CMD_LINE_HELPERS #define LIMA_TEST_CMD_LINE_HELPERS diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/CMakeLists.txt b/lima_linguisticprocessing/test/convertMultXmlToMultBin/CMakeLists.txt index 312fc3f72..8afd85ba3 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/CMakeLists.txt +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ########### next target ############### SET(convertMultXmlToMultBin_SRCS diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.cpp b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.cpp index 45acd796b..dad5f2c98 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.cpp +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.cpp @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file MultXmlHandler.cpp - * @author Gael de Chalendar (gael.de-chalendar@cea.fr) - * @date Mon Apr 7 2014 - * copyright Copyright (C) 2014 by CEA LIST - * Project lima_xmlprocessings - * - * Handler for parsing XML representation of Amose analysed - * multimedia documents - * - ***********************************************************************/ +// Copyright (C) 2014 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MultXmlHandler.h" diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.h b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.h index dbb1d11a2..f5870bf3f 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.h +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlHandler.h @@ -1,15 +1,7 @@ -/************************************************************************ - * - * @file MultXmlHandler.h - * @author Gael de Chalendar (gael.de-chalendar@cea.fr) - * @date Mon Apr 7 2014 - * copyright Copyright (C) 2014 by CEA LIST - * Project lima_xmlprocessings - * - * Handler for parsing XML representation of Amose analysed - * multimedia documents - * - ***********************************************************************/ +// Copyright (C) 2014 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef MULTXMLHANDLER_H #define MULTXMLHANDLER_H diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.cpp b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.cpp index 2ee6b3db6..e13a43d40 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.cpp +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.cpp @@ -1,14 +1,7 @@ -/************************************************************************ - * - * @file MultXmlReader.cpp - * @author Gael de Chalendar (gael.de-chalendar@cea.fr) - * @date Mon Apr 7 2014 - * copyright Copyright (C) 2014 by CEA LIST - * Project lima_xmlprocessings - * - * Parser for XML representation of Amose analysed multimedia documents - * - ***********************************************************************/ +// Copyright (C) 2014 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MultXmlReader.h" #include "MultXmlHandler.h" diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.h b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.h index 659b319a0..1a3c1f3c2 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.h +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/MultXmlReader.h @@ -1,14 +1,7 @@ -/************************************************************************ - * - * @file MultXmlReader.h - * @author Gael de Chalendar (gael.de-chalendar@cea.fr) - * @date Mon Apr 7 2014 - * copyright Copyright (C) 2014 by CEA LIST - * Project lima_xmlprocessings - * - * Parser for XML representation of Amose analysed multimedia documents - * - ***********************************************************************/ +// Copyright (C) 2014 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef MULTXMLREADER_H #define MULTXMLREADER_H diff --git a/lima_linguisticprocessing/test/convertMultXmlToMultBin/convertMultXmlToMultBin.cpp b/lima_linguisticprocessing/test/convertMultXmlToMultBin/convertMultXmlToMultBin.cpp index 3b91b2965..24777efa7 100644 --- a/lima_linguisticprocessing/test/convertMultXmlToMultBin/convertMultXmlToMultBin.cpp +++ b/lima_linguisticprocessing/test/convertMultXmlToMultBin/convertMultXmlToMultBin.cpp @@ -1,12 +1,7 @@ -/************************************************************************ - * - * @file convertBoWFormat.cpp - * @author Besancon Romaric (besanconr@zoe.cea.fr) - * @date Thu Oct 9 2003 - * @version $Id: convertXmlToSBoW.cpp 9080 2008-02-25 18:33:51Z de-chalendarg $ - * copyright Copyright (C) 2003 by CEA LIST - * - ***********************************************************************/ +// Copyright (C) 2003 by CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "MultXmlReader.h" #include "linguisticProcessing/core/XmlProcessingCommon.h" diff --git a/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.cpp b/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.cpp index d663691f2..0a7b7ec1d 100644 --- a/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.cpp +++ b/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.cpp @@ -1,22 +1,7 @@ -/* - - Copyright (C) - - 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. - -*/ +// Copyright (C) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "AnalysisWrapper.h" #include "common/LimaCommon.h" diff --git a/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.h b/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.h index 9230e9f54..1541ae516 100644 --- a/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.h +++ b/lima_linguisticprocessing/test/limaServer/AnalysisWrapper.h @@ -1,22 +1,7 @@ -/* - - Copyright (C) - - 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. - -*/ +// Copyright (C) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef ANALYSISWRAPPER_H #define ANALYSISWRAPPER_H diff --git a/lima_linguisticprocessing/test/limaServer/CMakeLists.txt b/lima_linguisticprocessing/test/limaServer/CMakeLists.txt index a3f0f72bf..af6acf87e 100644 --- a/lima_linguisticprocessing/test/limaServer/CMakeLists.txt +++ b/lima_linguisticprocessing/test/limaServer/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT ########### next target ############### include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/test ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) diff --git a/lima_linguisticprocessing/test/limaServer/LimaDBusServer.cpp b/lima_linguisticprocessing/test/limaServer/LimaDBusServer.cpp index 8a624315e..813be12eb 100644 --- a/lima_linguisticprocessing/test/limaServer/LimaDBusServer.cpp +++ b/lima_linguisticprocessing/test/limaServer/LimaDBusServer.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "LimaDBusServer.h" #include "AnalysisWrapper.h" diff --git a/lima_linguisticprocessing/test/limaServer/LimaDBusServer.h b/lima_linguisticprocessing/test/limaServer/LimaDBusServer.h index 1d81e3860..f1d8522a9 100644 --- a/lima_linguisticprocessing/test/limaServer/LimaDBusServer.h +++ b/lima_linguisticprocessing/test/limaServer/LimaDBusServer.h @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMADBUDSERVER_H #define LIMADBUDSERVER_H diff --git a/lima_linguisticprocessing/test/limaServer/LimaServer.cpp b/lima_linguisticprocessing/test/limaServer/LimaServer.cpp index 2685d4c8a..3029568d1 100644 --- a/lima_linguisticprocessing/test/limaServer/LimaServer.cpp +++ b/lima_linguisticprocessing/test/limaServer/LimaServer.cpp @@ -1,42 +1,7 @@ -/**************************************************************************** - ** - ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). - ** Contact: http://www.qt-project.org/legal - ** - ** This file is part of the examples of the Qt Toolkit. - ** - ** $QT_BEGIN_LICENSE:BSD$ - ** You may use this file under the terms of the BSD license as follows: - ** - ** "Redistribution and use in source and binary forms, with or without - ** modification, are permitted provided that the following conditions are - ** met: - ** * Redistributions of source code must retain the above copyright - ** notice, this list of conditions and the following disclaimer. - ** * Redistributions in binary form must reproduce the above copyright - ** notice, this list of conditions and the following disclaimer in - ** the documentation and/or other materials provided with the - ** distribution. - ** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names - ** of its contributors may be used to endorse or promote products derived - ** from this software without specific prior written permission. - ** - ** - ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - ** - ** $QT_END_LICENSE$ - ** - ****************************************************************************/ +// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaServer.h" #include "analysisthread.h" diff --git a/lima_linguisticprocessing/test/limaServer/LimaServer.h b/lima_linguisticprocessing/test/limaServer/LimaServer.h index 753648128..b041020a6 100644 --- a/lima_linguisticprocessing/test/limaServer/LimaServer.h +++ b/lima_linguisticprocessing/test/limaServer/LimaServer.h @@ -1,42 +1,7 @@ -/**************************************************************************** - ** - ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). - ** Contact: http://www.qt-project.org/legal - ** - ** This file is part of the examples of the Qt Toolkit. - ** - ** $QT_BEGIN_LICENSE:BSD$ - ** You may use this file under the terms of the BSD license as follows: - ** - ** "Redistribution and use in source and binary forms, with or without - ** modification, are permitted provided that the following conditions are - ** met: - ** * Redistributions of source code must retain the above copyright - ** notice, this list of conditions and the following disclaimer. - ** * Redistributions in binary form must reproduce the above copyright - ** notice, this list of conditions and the following disclaimer in - ** the documentation and/or other materials provided with the - ** distribution. - ** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names - ** of its contributors may be used to endorse or promote products derived - ** from this software without specific prior written permission. - ** - ** - ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - ** - ** $QT_END_LICENSE$ - ** - ****************************************************************************/ +// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef LIMASERVER_H #define LIMASERVER_H diff --git a/lima_linguisticprocessing/test/limaServer/analysisthread.cpp b/lima_linguisticprocessing/test/limaServer/analysisthread.cpp index ecab72bbf..5f541bca6 100644 --- a/lima_linguisticprocessing/test/limaServer/analysisthread.cpp +++ b/lima_linguisticprocessing/test/limaServer/analysisthread.cpp @@ -1,22 +1,7 @@ -/* - - Copyright (C) - - 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. - -*/ +// Copyright (C) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "analysisthread.h" diff --git a/lima_linguisticprocessing/test/limaServer/analysisthread.h b/lima_linguisticprocessing/test/limaServer/analysisthread.h index 1ddf701dd..4a521b5ca 100644 --- a/lima_linguisticprocessing/test/limaServer/analysisthread.h +++ b/lima_linguisticprocessing/test/limaServer/analysisthread.h @@ -1,22 +1,7 @@ -/* - - Copyright (C) - - 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. - -*/ +// Copyright (C) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef ANALYSISTHREAD_H #define ANALYSISTHREAD_H diff --git a/lima_linguisticprocessing/test/limaServer/analyzeText.sh b/lima_linguisticprocessing/test/limaServer/analyzeText.sh index 7ff154a93..c61a6f5ed 100755 --- a/lima_linguisticprocessing/test/limaServer/analyzeText.sh +++ b/lima_linguisticprocessing/test/limaServer/analyzeText.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set -o errexit set -o pipefail diff --git a/lima_linguisticprocessing/test/limaServer/main.cpp b/lima_linguisticprocessing/test/limaServer/main.cpp index 66dcdb822..a296ba1a9 100644 --- a/lima_linguisticprocessing/test/limaServer/main.cpp +++ b/lima_linguisticprocessing/test/limaServer/main.cpp @@ -1,21 +1,7 @@ -/* This file is part of Klise. - Copyright (C) 2007 Gael de Chalendar - - Klise 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, version 2. - - 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 -*/ - +// Copyright (C) 2007 Gael de Chalendar +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaServer.h" #include diff --git a/lima_linguisticprocessing/test/limaServer/mainLimaDBusServer.cpp b/lima_linguisticprocessing/test/limaServer/mainLimaDBusServer.cpp index 03159220e..d523b0ece 100644 --- a/lima_linguisticprocessing/test/limaServer/mainLimaDBusServer.cpp +++ b/lima_linguisticprocessing/test/limaServer/mainLimaDBusServer.cpp @@ -1,21 +1,7 @@ -/* This file is part of Klise. - Copyright (C) 2007 Gael de Chalendar - - Klise 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, version 2. - - 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 -*/ - +// Copyright (C) 2007 Gael de Chalendar +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "LimaDBusServer.h" #include diff --git a/lima_linguisticprocessing/test/limaServer/testQHttpServer.cpp b/lima_linguisticprocessing/test/limaServer/testQHttpServer.cpp index d3d376cf5..0592622ab 100644 --- a/lima_linguisticprocessing/test/limaServer/testQHttpServer.cpp +++ b/lima_linguisticprocessing/test/limaServer/testQHttpServer.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include #include diff --git a/lima_linguisticprocessing/test/limasimple-analyze.cpp b/lima_linguisticprocessing/test/limasimple-analyze.cpp index 0fddfae38..e1f5de1f8 100644 --- a/lima_linguisticprocessing/test/limasimple-analyze.cpp +++ b/lima_linguisticprocessing/test/limasimple-analyze.cpp @@ -1,11 +1,7 @@ -/************************************************************************ - * - * @file limasimple-analyze.cpp - * @author Romaric Besancon (romaric.besancon@cea.fr) - * @date Fri Dec 15 2017 - * copyright Copyright (C) 2017 by CEA - LIST - * - ***********************************************************************/ +// Copyright (C) 2017 by CEA - LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "linguisticProcessing/limaSimpleClient.h" #include "common/Data/strwstrtools.h" diff --git a/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisClient.pl b/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisClient.pl index a459f2296..93f309cdf 100755 --- a/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisClient.pl +++ b/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisClient.pl @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -w -# MemoryCollocationClient.pl -# client d'essai de gestionnaire de collocations -# Ga\"el de Chalendar -# 26/10/2000 +# SPDX-License-Identifier: MIT # CHANGELOG # 26/10/2000 : diff --git a/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisServer.pl b/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisServer.pl index 1980d64b7..3c2281777 100755 --- a/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisServer.pl +++ b/lima_linguisticprocessing/test/perlTCPClientServer/AnalysisServer.pl @@ -1,20 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -s +# SPDX-License-Identifier: MIT package AnalysisServer; diff --git a/lima_linguisticprocessing/test/perlTCPClientServer/CMakeLists.txt b/lima_linguisticprocessing/test/perlTCPClientServer/CMakeLists.txt index f65ab8477..0c9732d59 100644 --- a/lima_linguisticprocessing/test/perlTCPClientServer/CMakeLists.txt +++ b/lima_linguisticprocessing/test/perlTCPClientServer/CMakeLists.txt @@ -1,21 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - - +# SPDX-License-Identifier: MIT ########### install files ############### diff --git a/lima_linguisticprocessing/test/perlTCPClientServer/NonInteractiveAnalysisClient.pl b/lima_linguisticprocessing/test/perlTCPClientServer/NonInteractiveAnalysisClient.pl index 131c71b32..c2dbbab1b 100755 --- a/lima_linguisticprocessing/test/perlTCPClientServer/NonInteractiveAnalysisClient.pl +++ b/lima_linguisticprocessing/test/perlTCPClientServer/NonInteractiveAnalysisClient.pl @@ -1,24 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see -#!/usr/bin/perl -w -s -# MemoryCollocationClient.pl -# client d'essai de gestionnaire de collocations -# Ga\"el de Chalendar -# 26/10/2000 +# SPDX-License-Identifier: MIT # CHANGELOG # 26/10/2000 : diff --git a/lima_linguisticprocessing/test/readMultFile.cpp b/lima_linguisticprocessing/test/readMultFile.cpp index 3c3974f3b..f074adf85 100644 --- a/lima_linguisticprocessing/test/readMultFile.cpp +++ b/lima_linguisticprocessing/test/readMultFile.cpp @@ -1,12 +1,7 @@ -/************************************************************************ - * - * @file readBoWFile.cpp - * @author Besancon Romaric - * @author Gaël de Chalendar - * @date Thu Oct 9 2003 - * copyright Copyright (C) 2003-2022 by CEA LIST (LASTI) - * - ***********************************************************************/ +// Copyright (C) 2003-2022 by CEA LIST (LASTI) +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "common/LimaVersion.h" #include "linguisticProcessing/client/AnalysisHandlers/MultimediaDocumentReaderWriter.h" diff --git a/lima_linguisticprocessing/test/srl.cpp b/lima_linguisticprocessing/test/srl.cpp index 9333755ff..e3cce9db6 100644 --- a/lima_linguisticprocessing/test/srl.cpp +++ b/lima_linguisticprocessing/test/srl.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifdef _DEBUG #undef _DEBUG diff --git a/lima_linguisticprocessing/test/test-xmlreader/CMakeLists.txt b/lima_linguisticprocessing/test/test-xmlreader/CMakeLists.txt index bd6fcc818..819dfa540 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/CMakeLists.txt +++ b/lima_linguisticprocessing/test/test-xmlreader/CMakeLists.txt @@ -1,20 +1,7 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see - +# SPDX-License-Identifier: MIT ################### tests ######################## diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-2.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-2.xml index 3392df583..f39068f03 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-2.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-2.xml @@ -1,3 +1,9 @@ + + doc1 >des entités non codées<> diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-3.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-3.xml index 6c74d09cf..802c60501 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-3.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities-3.xml @@ -1,3 +1,9 @@ + + doc1 <du texte < des mots > & dans le document & diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities.xml index 45598e069..04a3d3801 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test-entities.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test-entities.xml @@ -1,3 +1,9 @@ + + doc1 diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test1.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test1.xml index a6ee5b5de..8a621beb9 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test1.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test1.xml @@ -1,4 +1,11 @@ + + + doc001 le titre diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test1b.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test1b.xml index ceed1a910..054fe5168 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test1b.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test1b.xml @@ -1,4 +1,11 @@ + + + doc001 le titre diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test1c.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test1c.xml index 192bd05fd..038ea7224 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test1c.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test1c.xml @@ -1,3 +1,9 @@ + + doc001 le titre diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test2.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test2.xml index 87677f735..fc0cc3cf2 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test2.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test2.xml @@ -1,4 +1,11 @@ + + + doc001 le titre avec des caractères accentués diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test3.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test3.xml index 883bc3043..3e485afd7 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test3.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test3.xml @@ -1,4 +1,11 @@ + + + doc001 le titre avec des caractères accentués diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test4.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test4.xml index 4cb74834b..9aaa26b42 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test4.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test4.xml @@ -1,4 +1,11 @@ + + + doc001 le titre avec des caractères accentués diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test5.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test5.xml index 152488d74..658cc0465 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test5.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test5.xml @@ -1,4 +1,11 @@ + + + doc001 le titre avec des caractères accentués diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test6.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test6.xml index 895cdbfef..2da59656a 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test6.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test6.xml @@ -1,3 +1,9 @@ + + test6 diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test6b.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test6b.xml index a8c8be7f4..5f522604d 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test6b.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test6b.xml @@ -1,3 +1,9 @@ + + test6b diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test7.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test7.xml index 7f9c2340f..705b1f778 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test7.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test7.xml @@ -1,3 +1,9 @@ + + test7 diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test8.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test8.xml index 49161cb94..111c6f621 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test8.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test8.xml @@ -1,3 +1,9 @@ + + test8 diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test8b.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test8b.xml index 87ff1cb11..9f3ccd378 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test8b.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test8b.xml @@ -1,3 +1,9 @@ + + test8b diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test9.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test9.xml index 964857043..fac4e6b52 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test9.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test9.xml @@ -1,3 +1,9 @@ + + test9 diff --git a/lima_linguisticprocessing/test/test-xmlreader/data/test9b.xml b/lima_linguisticprocessing/test/test-xmlreader/data/test9b.xml index 09a15999a..5bd351c77 100644 --- a/lima_linguisticprocessing/test/test-xmlreader/data/test9b.xml +++ b/lima_linguisticprocessing/test/test-xmlreader/data/test9b.xml @@ -1,3 +1,9 @@ + + test9b diff --git a/lima_linguisticprocessing/test/test-xmlreader/test-positions.pl b/lima_linguisticprocessing/test/test-xmlreader/test-positions.pl index 4b9ae342d..d0f3cdef9 100755 --- a/lima_linguisticprocessing/test/test-xmlreader/test-positions.pl +++ b/lima_linguisticprocessing/test/test-xmlreader/test-positions.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl -s + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # Perl Program created by besancon on Mon Nov 8 2004 # Version : $Id$ diff --git a/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.cpp b/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.cpp index 643777acd..128675527 100644 --- a/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.cpp +++ b/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file annotationGraphTestProcessUnit.cpp diff --git a/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.h b/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.h index 8ca2e537a..db4cff745 100644 --- a/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.h +++ b/lima_linguisticprocessing/test/testAnnotationGraphs/AnnotationGraphTestProcessUnit.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * * @file annotationGraphTestProcessUnit.h diff --git a/lima_linguisticprocessing/test/testAnnotationGraphs/CMakeLists.txt b/lima_linguisticprocessing/test/testAnnotationGraphs/CMakeLists.txt index 86c45927a..5ac3e9a6a 100644 --- a/lima_linguisticprocessing/test/testAnnotationGraphs/CMakeLists.txt +++ b/lima_linguisticprocessing/test/testAnnotationGraphs/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/test/threadedAnalyzeText.cpp b/lima_linguisticprocessing/test/threadedAnalyzeText.cpp index 18e5332ca..3024b6357 100644 --- a/lima_linguisticprocessing/test/threadedAnalyzeText.cpp +++ b/lima_linguisticprocessing/test/threadedAnalyzeText.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/CMakeLists.txt b/lima_linguisticprocessing/tools/CMakeLists.txt index aba5e470d..7fa5fffe3 100644 --- a/lima_linguisticprocessing/tools/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT #add_subdirectory(applyAutomaton) # n'est pas compile dans S2!!! add_subdirectory(automatonCompiler) diff --git a/lima_linguisticprocessing/tools/applyAutomaton/CMakeLists.txt b/lima_linguisticprocessing/tools/applyAutomaton/CMakeLists.txt index d30e1111d..b9ef99d7c 100644 --- a/lima_linguisticprocessing/tools/applyAutomaton/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/applyAutomaton/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/. ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/linguisticProcessing/core ) diff --git a/lima_linguisticprocessing/tools/applyAutomaton/apply-rules.cpp b/lima_linguisticprocessing/tools/applyAutomaton/apply-rules.cpp index 10091cde9..5f8454e11 100644 --- a/lima_linguisticprocessing/tools/applyAutomaton/apply-rules.cpp +++ b/lima_linguisticprocessing/tools/applyAutomaton/apply-rules.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*********************************************************************** * * File : apply-rules.cpp diff --git a/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.cpp b/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.cpp index fc550ef50..18cdbce8d 100644 --- a/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.cpp +++ b/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizer.cpp diff --git a/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.h b/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.h index bd6d4b3ec..03c52cd4c 100644 --- a/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.h +++ b/lima_linguisticprocessing/tools/applyAutomaton/applyRecognizer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file applyRecognizer.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/CMakeLists.txt b/lima_linguisticprocessing/tools/automatonCompiler/CMakeLists.txt index 109763310..b6f3fccff 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/automatonCompiler/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + add_subdirectory(libautomatonCompiler) include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/tools/automatonCompiler/compile-rules.cpp b/lima_linguisticprocessing/tools/automatonCompiler/compile-rules.cpp index 562391f02..92bc0f31f 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/compile-rules.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/compile-rules.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : compile-rules.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/AutomatonCompilerExport.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/AutomatonCompilerExport.h index 32f2e7cd4..65bb65922 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/AutomatonCompilerExport.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/AutomatonCompilerExport.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/CMakeLists.txt b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/CMakeLists.txt index 3fffb8e7f..9bda55325 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) add_definitions( -DLIMA_AUTOMATONCOMPILER_EXPORTING ) diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.cpp index e27d5de1d..046aea0ea 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*********************************************************************** * * File : automatonCompiler.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.h index d1dd2e1e3..82c531c0b 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonCompiler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : automatonCompiler.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.cpp index a65f48f2d..7ac60eab3 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : automatonString.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.h index 87e45d67e..16e2bf0bb 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/automatonString.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : AutomatonString.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/compilerExceptions.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/compilerExceptions.h index e18caae41..74599d9e2 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/compilerExceptions.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/compilerExceptions.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : compilerExceptions.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.cpp index 0421ffc10..92494e016 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : gazeteer.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.h index 787f1bb30..9829823ad 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/gazeteer.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2018 CEA LIST +// Copyright 2002-2018 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : gazeteer.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.cpp index 6708ac46b..daaaec044 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : recognizerCompiler.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.h index 9ec721253..f38a30670 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/recognizerCompiler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : recognizerCompiler.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.cpp index 5c26cd7cf..5b590cfa2 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : ruleCompiler.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.h index 811719ae3..e2197f81b 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleCompiler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : ruleCompiler.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleFormat.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleFormat.h index 6494635e1..1a7cf2907 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleFormat.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleFormat.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : ruleFormat.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.cpp index 868363d2b..377b72249 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************* * * File : ruleString.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.h index b50483ece..d86102a7f 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/ruleString.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : ruleString.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/stringUtils.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/stringUtils.h index 8641e6418..c109a9b3a 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/stringUtils.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/stringUtils.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : stringUtils.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.cpp index d42e7d0ab..88c4362cb 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file subAutomaton.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.h index 4c7220940..52eb76eee 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subAutomaton.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file subAutomaton.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.cpp index 0910213e5..bd98c60bf 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file subPartIndex.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.h index acc82decf..518b4c7dd 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/subPartIndex.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file subPartIndex.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.cpp index a390c15d9..ba43444a2 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : transitionCompiler.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.h index 72ddfbffa..74a048df4 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/transitionCompiler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * File : transitionCompiler.h diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.cpp b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.cpp index ad96c73cc..c7c8209ac 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.cpp +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : tstring.cpp diff --git a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.h b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.h index 533a6e825..91595a759 100644 --- a/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.h +++ b/lima_linguisticprocessing/tools/automatonCompiler/libautomatonCompiler/tstring.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /****************************************************************************** * * File : tstring.h diff --git a/lima_linguisticprocessing/tools/common/CMakeLists.txt b/lima_linguisticprocessing/tools/common/CMakeLists.txt index 28df3a14e..aace73da7 100644 --- a/lima_linguisticprocessing/tools/common/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/common/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2020 CEA LIST +# Copyright 2002-2020 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/. ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/common ) diff --git a/lima_linguisticprocessing/tools/common/buildCompoundsDict.cpp b/lima_linguisticprocessing/tools/common/buildCompoundsDict.cpp index 03b03374c..6c2192f7e 100644 --- a/lima_linguisticprocessing/tools/common/buildCompoundsDict.cpp +++ b/lima_linguisticprocessing/tools/common/buildCompoundsDict.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * buildCompoundDict.cpp * * begin : mon nov 7 2005 * diff --git a/lima_linguisticprocessing/tools/common/catBowFiles.cpp b/lima_linguisticprocessing/tools/common/catBowFiles.cpp index cf08e1e5c..1f113703c 100644 --- a/lima_linguisticprocessing/tools/common/catBowFiles.cpp +++ b/lima_linguisticprocessing/tools/common/catBowFiles.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file catBoWFiles.cpp diff --git a/lima_linguisticprocessing/tools/common/convertBoWFormat.cpp b/lima_linguisticprocessing/tools/common/convertBoWFormat.cpp index ef78a54ac..148c95d5c 100644 --- a/lima_linguisticprocessing/tools/common/convertBoWFormat.cpp +++ b/lima_linguisticprocessing/tools/common/convertBoWFormat.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file convertBoWFormat.cpp diff --git a/lima_linguisticprocessing/tools/common/convertBow06to05.cpp b/lima_linguisticprocessing/tools/common/convertBow06to05.cpp index 76a9f5bd7..a0cec6942 100644 --- a/lima_linguisticprocessing/tools/common/convertBow06to05.cpp +++ b/lima_linguisticprocessing/tools/common/convertBow06to05.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file readBoWFile.cpp diff --git a/lima_linguisticprocessing/tools/common/convertSymbolicCodes.cpp b/lima_linguisticprocessing/tools/common/convertSymbolicCodes.cpp index 778e02b0e..ba17b7a77 100644 --- a/lima_linguisticprocessing/tools/common/convertSymbolicCodes.cpp +++ b/lima_linguisticprocessing/tools/common/convertSymbolicCodes.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/tools/common/convertXmlToSBoW.cpp b/lima_linguisticprocessing/tools/common/convertXmlToSBoW.cpp index 38aece5b4..28a2127b6 100644 --- a/lima_linguisticprocessing/tools/common/convertXmlToSBoW.cpp +++ b/lima_linguisticprocessing/tools/common/convertXmlToSBoW.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file convertBoWFormat.cpp diff --git a/lima_linguisticprocessing/tools/common/getLexiconFromBoW.cpp b/lima_linguisticprocessing/tools/common/getLexiconFromBoW.cpp index c19e610b2..0966bcd89 100644 --- a/lima_linguisticprocessing/tools/common/getLexiconFromBoW.cpp +++ b/lima_linguisticprocessing/tools/common/getLexiconFromBoW.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file readBoWFile.cpp diff --git a/lima_linguisticprocessing/tools/common/parseXMLPropertyFile.cpp b/lima_linguisticprocessing/tools/common/parseXMLPropertyFile.cpp index 0c34e94f7..4d5c463dd 100644 --- a/lima_linguisticprocessing/tools/common/parseXMLPropertyFile.cpp +++ b/lima_linguisticprocessing/tools/common/parseXMLPropertyFile.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/tools/common/readBoWFile.cpp b/lima_linguisticprocessing/tools/common/readBoWFile.cpp index ddaaf588b..5925cf435 100644 --- a/lima_linguisticprocessing/tools/common/readBoWFile.cpp +++ b/lima_linguisticprocessing/tools/common/readBoWFile.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /************************************************************************ * * @file readBoWFile.cpp diff --git a/lima_linguisticprocessing/tools/common/readLinguisticData.cpp b/lima_linguisticprocessing/tools/common/readLinguisticData.cpp index f94c4bb03..0a4a370b1 100644 --- a/lima_linguisticprocessing/tools/common/readLinguisticData.cpp +++ b/lima_linguisticprocessing/tools/common/readLinguisticData.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/tools/common/readLtrFile.cpp b/lima_linguisticprocessing/tools/common/readLtrFile.cpp index e32eff21d..149d60459 100644 --- a/lima_linguisticprocessing/tools/common/readLtrFile.cpp +++ b/lima_linguisticprocessing/tools/common/readLtrFile.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** ======================================================================= @file readLtrFile.cpp diff --git a/lima_linguisticprocessing/tools/common/testContentDict16.cpp b/lima_linguisticprocessing/tools/common/testContentDict16.cpp index ebd154041..d51672c2c 100644 --- a/lima_linguisticprocessing/tools/common/testContentDict16.cpp +++ b/lima_linguisticprocessing/tools/common/testContentDict16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** testContentDict16.cpp - description ------------------- diff --git a/lima_linguisticprocessing/tools/common/testPropManager.cpp b/lima_linguisticprocessing/tools/common/testPropManager.cpp index 796f0dc3c..da04f1f43 100644 --- a/lima_linguisticprocessing/tools/common/testPropManager.cpp +++ b/lima_linguisticprocessing/tools/common/testPropManager.cpp @@ -1,22 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ - +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "common/LimaCommon.h" // #include "common/linguisticData/linguisticData.h" diff --git a/lima_linguisticprocessing/tools/common/testReadLexicon.cpp b/lima_linguisticprocessing/tools/common/testReadLexicon.cpp index a1accf2c2..21316dc54 100644 --- a/lima_linguisticprocessing/tools/common/testReadLexicon.cpp +++ b/lima_linguisticprocessing/tools/common/testReadLexicon.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/common/testRemoveEdge.cpp b/lima_linguisticprocessing/tools/common/testRemoveEdge.cpp index a0baac90b..bcad07f97 100644 --- a/lima_linguisticprocessing/tools/common/testRemoveEdge.cpp +++ b/lima_linguisticprocessing/tools/common/testRemoveEdge.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #include #include #include diff --git a/lima_linguisticprocessing/tools/common/testlibTgv.cpp b/lima_linguisticprocessing/tools/common/testlibTgv.cpp index a0f3c3b2e..ba5144724 100644 --- a/lima_linguisticprocessing/tools/common/testlibTgv.cpp +++ b/lima_linguisticprocessing/tools/common/testlibTgv.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/tools/dictionary/BasicHandler.cpp b/lima_linguisticprocessing/tools/dictionary/BasicHandler.cpp index 531ad81dd..04ad0be68 100644 --- a/lima_linguisticprocessing/tools/dictionary/BasicHandler.cpp +++ b/lima_linguisticprocessing/tools/dictionary/BasicHandler.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2020 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/dictionary/BasicHandler.h b/lima_linguisticprocessing/tools/dictionary/BasicHandler.h index 8aab6880a..c79676642 100644 --- a/lima_linguisticprocessing/tools/dictionary/BasicHandler.h +++ b/lima_linguisticprocessing/tools/dictionary/BasicHandler.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/dictionary/CMakeLists.txt b/lima_linguisticprocessing/tools/dictionary/CMakeLists.txt index 317c38d78..a4af5d1b9 100644 --- a/lima_linguisticprocessing/tools/dictionary/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/dictionary/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.cpp b/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.cpp index 99dec7a81..49a47ae0e 100644 --- a/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.cpp +++ b/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.h b/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.h index e950267c2..24aa934d7 100644 --- a/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.h +++ b/lima_linguisticprocessing/tools/dictionary/DictionaryEntryLogger.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2012 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.cpp b/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.cpp index 007492636..61199872d 100644 --- a/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.cpp +++ b/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2020 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "DictionaryHandler.h" diff --git a/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.h b/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.h index e51f46b59..202a1dd06 100644 --- a/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.h +++ b/lima_linguisticprocessing/tools/dictionary/DictionaryHandler.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef DICTIONARYCOMPILER_H #define DICTIONARYCOMPILER_H diff --git a/lima_linguisticprocessing/tools/dictionary/KeysLogger.cpp b/lima_linguisticprocessing/tools/dictionary/KeysLogger.cpp index abc2f5040..6daed0ba9 100644 --- a/lima_linguisticprocessing/tools/dictionary/KeysLogger.cpp +++ b/lima_linguisticprocessing/tools/dictionary/KeysLogger.cpp @@ -1,21 +1,7 @@ -/* - Copyright 2002-2019 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #include "KeysLogger.h" #include "common/Data/LimaString.h" diff --git a/lima_linguisticprocessing/tools/dictionary/KeysLogger.h b/lima_linguisticprocessing/tools/dictionary/KeysLogger.h index da64fd182..a5845d3cf 100644 --- a/lima_linguisticprocessing/tools/dictionary/KeysLogger.h +++ b/lima_linguisticprocessing/tools/dictionary/KeysLogger.h @@ -1,21 +1,7 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT #ifndef KEYLOGGER_H #define KEYLOGGER_H diff --git a/lima_linguisticprocessing/tools/dictionary/checkDictionary.cpp b/lima_linguisticprocessing/tools/dictionary/checkDictionary.cpp index 016c52b2e..e7b14aa3c 100644 --- a/lima_linguisticprocessing/tools/dictionary/checkDictionary.cpp +++ b/lima_linguisticprocessing/tools/dictionary/checkDictionary.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifdef HAVE_CONFIG_H #include #endif diff --git a/lima_linguisticprocessing/tools/dictionary/compileDictionary.cpp b/lima_linguisticprocessing/tools/dictionary/compileDictionary.cpp index ff76a1d64..bf9be0a6c 100644 --- a/lima_linguisticprocessing/tools/dictionary/compileDictionary.cpp +++ b/lima_linguisticprocessing/tools/dictionary/compileDictionary.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2020 CEA LIST +// Copyright 2002-2020 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/tools/dictionary/sortutf16.cpp b/lima_linguisticprocessing/tools/dictionary/sortutf16.cpp index f92f522ca..2ae6c186b 100644 --- a/lima_linguisticprocessing/tools/dictionary/sortutf16.cpp +++ b/lima_linguisticprocessing/tools/dictionary/sortutf16.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Utility to sort a list of words, in a more controlled way than * the sort command of Linux diff --git a/lima_linguisticprocessing/tools/dictionary/sortutf8.cpp b/lima_linguisticprocessing/tools/dictionary/sortutf8.cpp index 0ac62e5d1..761e4361c 100644 --- a/lima_linguisticprocessing/tools/dictionary/sortutf8.cpp +++ b/lima_linguisticprocessing/tools/dictionary/sortutf8.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Utility to sort a list of words, in a more controlled way than * the sort command of Linux @@ -103,14 +90,13 @@ int main(int argc, char *argv[]) char newWordBuff[256]; for( ; ; ) { // read line in array of bytes - is.getline( newWordBuff, 256, ' -'); + is.getline( newWordBuff, 256, '\n'); // skip zero space non breaking space (from BOM) char *newWord_cstr = newWordBuff; - if( (newWordBuff[0] == '�') - &&(newWordBuff[1] == '�') - &&(newWordBuff[2] == '�') ) + if( (newWordBuff[0] == 'ï') + &&(newWordBuff[1] == '»') + &&(newWordBuff[2] == '¿') ) newWord_cstr += 3; // build string from array of bytes diff --git a/lima_linguisticprocessing/tools/dictionary/testComposedDict.cpp b/lima_linguisticprocessing/tools/dictionary/testComposedDict.cpp index 4c255af92..4a96c2d8e 100644 --- a/lima_linguisticprocessing/tools/dictionary/testComposedDict.cpp +++ b/lima_linguisticprocessing/tools/dictionary/testComposedDict.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ #ifdef HAVE_CONFIG_H #include #endif diff --git a/lima_linguisticprocessing/tools/evalCoref/CMakeLists.txt b/lima_linguisticprocessing/tools/evalCoref/CMakeLists.txt index bd8d2e049..73dca3e95 100644 --- a/lima_linguisticprocessing/tools/evalCoref/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/evalCoref/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT include_directories(${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/tools/evalCoref/evalCoref.cpp b/lima_linguisticprocessing/tools/evalCoref/evalCoref.cpp index 239fabf07..33f423676 100644 --- a/lima_linguisticprocessing/tools/evalCoref/evalCoref.cpp +++ b/lima_linguisticprocessing/tools/evalCoref/evalCoref.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Copyright (C) 2007-2019 by CEA LIST * diff --git a/lima_linguisticprocessing/tools/evalCoref/preprocessCorpus.cpp b/lima_linguisticprocessing/tools/evalCoref/preprocessCorpus.cpp index 36a16384e..03c3bb637 100644 --- a/lima_linguisticprocessing/tools/evalCoref/preprocessCorpus.cpp +++ b/lima_linguisticprocessing/tools/evalCoref/preprocessCorpus.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /** * Copyright (C) 2007-2012 by CEA LIST * diff --git a/lima_linguisticprocessing/tools/normalize/CMakeLists.txt b/lima_linguisticprocessing/tools/normalize/CMakeLists.txt index 5773708b5..20849f6cd 100644 --- a/lima_linguisticprocessing/tools/normalize/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/normalize/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/tools/normalize/desaccent.cpp b/lima_linguisticprocessing/tools/normalize/desaccent.cpp index b09ce27b5..3244b752a 100644 --- a/lima_linguisticprocessing/tools/normalize/desaccent.cpp +++ b/lima_linguisticprocessing/tools/normalize/desaccent.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by CEA - LIST * * * diff --git a/lima_linguisticprocessing/tools/normalize/normalizeTerm.cpp b/lima_linguisticprocessing/tools/normalize/normalizeTerm.cpp index 907ce2770..1d27796c8 100644 --- a/lima_linguisticprocessing/tools/normalize/normalizeTerm.cpp +++ b/lima_linguisticprocessing/tools/normalize/normalizeTerm.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004-2019 by CEA LIST * * * diff --git a/lima_linguisticprocessing/tools/tva/AnalysisTestCase.cpp b/lima_linguisticprocessing/tools/tva/AnalysisTestCase.cpp index 94804076c..47fac18aa 100644 --- a/lima_linguisticprocessing/tools/tva/AnalysisTestCase.cpp +++ b/lima_linguisticprocessing/tools/tva/AnalysisTestCase.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/tools/tva/AnalysisTestCase.h b/lima_linguisticprocessing/tools/tva/AnalysisTestCase.h index 5a092b71e..cef0cb3e0 100644 --- a/lima_linguisticprocessing/tools/tva/AnalysisTestCase.h +++ b/lima_linguisticprocessing/tools/tva/AnalysisTestCase.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/tools/tva/CMakeLists.txt b/lima_linguisticprocessing/tools/tva/CMakeLists.txt index 0c7b23605..bbab9b1b1 100644 --- a/lima_linguisticprocessing/tools/tva/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/tva/CMakeLists.txt @@ -1,19 +1,8 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/. ${CMAKE_SOURCE_DIR}/src ) ########### next target ############### diff --git a/lima_linguisticprocessing/tools/tva/tva.cpp b/lima_linguisticprocessing/tools/tva/tva.cpp index 63405fe8f..422ba086e 100644 --- a/lima_linguisticprocessing/tools/tva/tva.cpp +++ b/lima_linguisticprocessing/tools/tva/tva.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2019 CEA LIST +// Copyright 2002-2019 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_linguisticprocessing/tools/tvx/CMakeLists.txt b/lima_linguisticprocessing/tools/tvx/CMakeLists.txt index d0a2fe72d..400e5a321 100644 --- a/lima_linguisticprocessing/tools/tvx/CMakeLists.txt +++ b/lima_linguisticprocessing/tools/tvx/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + include_directories(BEFORE ${CMAKE_SOURCE_DIR}/. ${CMAKE_SOURCE_DIR}/src ) diff --git a/lima_linguisticprocessing/tools/tvx/ReaderTestCase.cpp b/lima_linguisticprocessing/tools/tvx/ReaderTestCase.cpp index 2ccf53ee3..1cc3c4b72 100644 --- a/lima_linguisticprocessing/tools/tvx/ReaderTestCase.cpp +++ b/lima_linguisticprocessing/tools/tvx/ReaderTestCase.cpp @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST - - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2006 by Oliier Mesnard * * olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/tools/tvx/ReaderTestCase.h b/lima_linguisticprocessing/tools/tvx/ReaderTestCase.h index 61e0fbee8..72fcdecb3 100644 --- a/lima_linguisticprocessing/tools/tvx/ReaderTestCase.h +++ b/lima_linguisticprocessing/tools/tvx/ReaderTestCase.h @@ -1,21 +1,8 @@ -/* - Copyright 2002-2013 CEA LIST +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT - This file is part of LIMA. - - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see -*/ /*************************************************************************** * Copyright (C) 2006 by Oliier Mesnard * * olivier.mesnard@cea.fr * diff --git a/lima_linguisticprocessing/tools/tvx/tvx.cpp b/lima_linguisticprocessing/tools/tvx/tvx.cpp index 358552803..087ae4193 100644 --- a/lima_linguisticprocessing/tools/tvx/tvx.cpp +++ b/lima_linguisticprocessing/tools/tvx/tvx.cpp @@ -1,7 +1,7 @@ -/* - Copyright 2006-2016 CEA LIST - Author: Olivier Mesnard -*/ +// Copyright 2006-2016 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT /** * This program is designed to test the LIMA document readers whose role is to dispatch diff --git a/lima_pelf/CMakeLists.txt b/lima_pelf/CMakeLists.txt index 956616c4e..883d6dc87 100644 --- a/lima_pelf/CMakeLists.txt +++ b/lima_pelf/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Define project # Find required packages diff --git a/lima_pelf/COPYING b/lima_pelf/COPYING deleted file mode 100644 index 7e79449ef..000000000 --- a/lima_pelf/COPYING +++ /dev/null @@ -1,66 +0,0 @@ - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - -======================================================================== - - LIMA includes several Free/Libre Open Source Software and data used. They are - listed below. The full text of their respective licence is reproduced here or - in the LICENCES folder. - -======================================================================== -This software includes code from Nokia released under the LGPL: -/**************************************************************************** - ** - ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). - ** Contact: Qt Software Information (qt-info@nokia.com) - ** - ** This file is part of the examples of the Qt Toolkit. - ** - ** $QT_BEGIN_LICENSE:LGPL$ - ** Commercial Usage - ** Licensees holding valid Qt Commercial licenses may use this file in - ** accordance with the Qt Commercial License Agreement provided with the - ** Software or, alternatively, in accordance with the terms contained in - ** a written agreement between you and Nokia. - ** - ** GNU Lesser General Public License Usage - ** Alternatively, this file may be used under the terms of the GNU Lesser - ** General Public License version 2.1 as published by the Free Software - ** Foundation and appearing in the file LICENSE.LGPL included in the - ** packaging of this file. Please review the following information to - ** ensure the GNU Lesser General Public License version 2.1 requirements - ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. - ** - ** In addition, as a special exception, Nokia gives you certain - ** additional rights. These rights are described in the Nokia Qt LGPL - ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this - ** package. - ** - ** GNU General Public License Usage - ** Alternatively, this file may be used under the terms of the GNU - ** General Public License version 3.0 as published by the Free Software - ** Foundation and appearing in the file LICENSE.GPL included in the - ** packaging of this file. Please review the following information to - ** ensure the GNU General Public License version 3.0 requirements will be - ** met: http://www.gnu.org/copyleft/gpl.html. - ** - ** If you are unsure which license is appropriate for your use, please - ** contact the sales department at qt-sales@nokia.com. - ** $QT_END_LICENSE$ - ** - ****************************************************************************/ - -This software includes an icon made from an image (C) Sebastian Bergmann, -licensed under CC by-sa 2.0: src/LeffeBenchmarkingTool/hi64-app-leffe-bench.png - - diff --git a/lima_pelf/Doxyfile.in b/lima_pelf/Doxyfile.in index 2f7be43ef..9205b563e 100644 --- a/lima_pelf/Doxyfile.in +++ b/lima_pelf/Doxyfile.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # Doxyfile 1.4.1-KDevelop #--------------------------------------------------------------------------- diff --git a/lima_pelf/FindQwt.cmake b/lima_pelf/FindQwt.cmake index cac032db7..f5c5f6415 100644 --- a/lima_pelf/FindQwt.cmake +++ b/lima_pelf/FindQwt.cmake @@ -13,29 +13,10 @@ # QWT_VERSION_STRING - version (ex. 5.2.1) # QWT_ROOT_DIR - root dir (ex. /usr/local) -#============================================================================= # Copyright 2010-2013, Julien Schueller -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# 1. Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. +# SPDX-FileCopyrightText: 2022 CEA LIST # -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: MIT # The views and conclusions contained in the software and documentation are those # of the authors and should not be interpreted as representing official policies, diff --git a/lima_pelf/LICENCE b/lima_pelf/LICENCE deleted file mode 100644 index d5445e7ac..000000000 --- a/lima_pelf/LICENCE +++ /dev/null @@ -1,661 +0,0 @@ -GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are 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. - - 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. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - 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 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 work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero 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 Affero 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 Affero 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 Affero 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. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - 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 AGPL, see -. diff --git a/lima_pelf/README b/lima_pelf/README index 8b09ac6df..7d7284cca 100644 --- a/lima_pelf/README +++ b/lima_pelf/README @@ -3,28 +3,17 @@ Pelf, the Performance Evaluation of LIMA Framework ----------------------------------------------- This package was initialy called "Leffe, the Lima Evaluation Framework for End-users" -It has been renamed to Pelf to remove the name collision with the Lefff, a +It has been renamed to Pelf to remove the name collision with the Lefff, a French machine readable dictionary by Benoit Sagot and colleagues. ----------------------------------------------- Initial Author: Damien Nouvel Date: 2008-11-04 ----------------------------------------------- - Copyright 2002-2013 CEA LIST + Copyright 2002-2022 CEA LIST - This file is part of LIMA. +SPDX-FileCopyrightText: 2022 CEA LIST - LIMA is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - LIMA 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 Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see +SPDX-License-Identifier: MIT ----------------------------------------------- diff --git a/lima_pelf/benchmarkingTool/BenchmarkingResult.cpp b/lima_pelf/benchmarkingTool/BenchmarkingResult.cpp index 12cffbd4c..5452d7582 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingResult.cpp +++ b/lima_pelf/benchmarkingTool/BenchmarkingResult.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BenchmarkingResult.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/BenchmarkingResult.h b/lima_pelf/benchmarkingTool/BenchmarkingResult.h index bec9fbd8f..002d3991b 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingResult.h +++ b/lima_pelf/benchmarkingTool/BenchmarkingResult.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_BECNHMARKINGRESULT_H #define LIMA_PELF_BECNHMARKINGRESULT_H diff --git a/lima_pelf/benchmarkingTool/BenchmarkingTool.cpp b/lima_pelf/benchmarkingTool/BenchmarkingTool.cpp index cc5494410..d734bea7c 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingTool.cpp +++ b/lima_pelf/benchmarkingTool/BenchmarkingTool.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BenchmarkingTool.h" #include "BenchmarkingXmlReader.h" #include "BenchmarkingXmlWriter.h" diff --git a/lima_pelf/benchmarkingTool/BenchmarkingTool.h b/lima_pelf/benchmarkingTool/BenchmarkingTool.h index 6e5dd03cb..29b0c0dcb 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingTool.h +++ b/lima_pelf/benchmarkingTool/BenchmarkingTool.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_BENCHMARKINGTOOL_H #define LIMA_PELF_BENCHMARKINGTOOL_H diff --git a/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.cpp b/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.cpp index 3087be9f8..3d0a3e4da 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.cpp +++ b/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BenchmarkingXmlReader.h" #include "Pipeline.h" diff --git a/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.h b/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.h index 4cd2bebf9..b8780f562 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.h +++ b/lima_pelf/benchmarkingTool/BenchmarkingXmlReader.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_BENCHMARKINGXMLREADER_H #define LIMA_PELF_BENCHMARKINGXMLREADER_H diff --git a/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.cpp b/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.cpp index 10020bf08..e37471451 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.cpp +++ b/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BenchmarkingXmlWriter.h" #include "Pipeline.h" diff --git a/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.h b/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.h index 7f07ff8ea..3bd0f2357 100644 --- a/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.h +++ b/lima_pelf/benchmarkingTool/BenchmarkingXmlWriter.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_BENCHMARKINGXMLWRITER_H #define LIMA_PELF_BENCHMARKINGXMLWRITER_H diff --git a/lima_pelf/benchmarkingTool/CMakeLists.txt b/lima_pelf/benchmarkingTool/CMakeLists.txt index 786778963..825f80104 100644 --- a/lima_pelf/benchmarkingTool/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(examples) add_subdirectory(commands) diff --git a/lima_pelf/benchmarkingTool/Command.cpp b/lima_pelf/benchmarkingTool/Command.cpp index a02320dc8..0c4a76bbd 100644 --- a/lima_pelf/benchmarkingTool/Command.cpp +++ b/lima_pelf/benchmarkingTool/Command.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "Command.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/Command.h b/lima_pelf/benchmarkingTool/Command.h index ce251e30c..860a5077c 100644 --- a/lima_pelf/benchmarkingTool/Command.h +++ b/lima_pelf/benchmarkingTool/Command.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_COMMAND_H #define LIMA_PELF_COMMAND_H diff --git a/lima_pelf/benchmarkingTool/CommentEditDlg.cpp b/lima_pelf/benchmarkingTool/CommentEditDlg.cpp index d9f57290b..61a67a317 100644 --- a/lima_pelf/benchmarkingTool/CommentEditDlg.cpp +++ b/lima_pelf/benchmarkingTool/CommentEditDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "CommentEditDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/CommentEditDlg.h b/lima_pelf/benchmarkingTool/CommentEditDlg.h index 8148992f2..0fd255209 100644 --- a/lima_pelf/benchmarkingTool/CommentEditDlg.h +++ b/lima_pelf/benchmarkingTool/CommentEditDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_COMMENTEDITDLG_H #define LIMA_PELF_COMMENTEDITDLG_H diff --git a/lima_pelf/benchmarkingTool/EvaluationResult.cpp b/lima_pelf/benchmarkingTool/EvaluationResult.cpp index 63d11d00e..fc8055e4c 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResult.cpp +++ b/lima_pelf/benchmarkingTool/EvaluationResult.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "EvaluationResult.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/EvaluationResult.h b/lima_pelf/benchmarkingTool/EvaluationResult.h index e86d7586e..67d082b36 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResult.h +++ b/lima_pelf/benchmarkingTool/EvaluationResult.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_EVALUATIONRESULT_H #define LIMA_PELF_EVALUATIONRESULT_H diff --git a/lima_pelf/benchmarkingTool/EvaluationResultDimension.cpp b/lima_pelf/benchmarkingTool/EvaluationResultDimension.cpp index 1808d9e66..405220cb4 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResultDimension.cpp +++ b/lima_pelf/benchmarkingTool/EvaluationResultDimension.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "EvaluationResultDimension.h" #include diff --git a/lima_pelf/benchmarkingTool/EvaluationResultDimension.h b/lima_pelf/benchmarkingTool/EvaluationResultDimension.h index 1d0e42486..2d49ae55b 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResultDimension.h +++ b/lima_pelf/benchmarkingTool/EvaluationResultDimension.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_EVALUATIONRESULTDIMENSION_H #define LIMA_PELF_EVALUATIONRESULTDIMENSION_H diff --git a/lima_pelf/benchmarkingTool/EvaluationResultSet.cpp b/lima_pelf/benchmarkingTool/EvaluationResultSet.cpp index f6cd2b78d..cffcc0990 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResultSet.cpp +++ b/lima_pelf/benchmarkingTool/EvaluationResultSet.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "EvaluationResultSet.h" #include using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/EvaluationResultSet.h b/lima_pelf/benchmarkingTool/EvaluationResultSet.h index 77743af9c..9b40d72a4 100644 --- a/lima_pelf/benchmarkingTool/EvaluationResultSet.h +++ b/lima_pelf/benchmarkingTool/EvaluationResultSet.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_EVALUATIONRESULTSET_H #define LIMA_PELF_EVALUATIONRESULTSET_H diff --git a/lima_pelf/benchmarkingTool/Pipeline.cpp b/lima_pelf/benchmarkingTool/Pipeline.cpp index a3b7e040f..3f24da988 100644 --- a/lima_pelf/benchmarkingTool/Pipeline.cpp +++ b/lima_pelf/benchmarkingTool/Pipeline.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "Pipeline.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/Pipeline.h b/lima_pelf/benchmarkingTool/Pipeline.h index e313302cd..35fc2cd48 100644 --- a/lima_pelf/benchmarkingTool/Pipeline.h +++ b/lima_pelf/benchmarkingTool/Pipeline.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINE_H #define LIMA_PELF_PIPELINE_H diff --git a/lima_pelf/benchmarkingTool/PipelineConfigureDlg.cpp b/lima_pelf/benchmarkingTool/PipelineConfigureDlg.cpp index 443622f3d..d9b73c364 100644 --- a/lima_pelf/benchmarkingTool/PipelineConfigureDlg.cpp +++ b/lima_pelf/benchmarkingTool/PipelineConfigureDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "PipelineConfigureDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/PipelineConfigureDlg.h b/lima_pelf/benchmarkingTool/PipelineConfigureDlg.h index 6f1af5c2a..264173325 100644 --- a/lima_pelf/benchmarkingTool/PipelineConfigureDlg.h +++ b/lima_pelf/benchmarkingTool/PipelineConfigureDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINECONFIGUREDLG_H #define LIMA_PELF_PIPELINECONFIGUREDLG_H diff --git a/lima_pelf/benchmarkingTool/PipelineEditFileDlg.cpp b/lima_pelf/benchmarkingTool/PipelineEditFileDlg.cpp index 5a3679f31..f9a5ac940 100644 --- a/lima_pelf/benchmarkingTool/PipelineEditFileDlg.cpp +++ b/lima_pelf/benchmarkingTool/PipelineEditFileDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "PipelineEditFileDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/PipelineEditFileDlg.h b/lima_pelf/benchmarkingTool/PipelineEditFileDlg.h index ccb6ba46d..bcbf9e314 100644 --- a/lima_pelf/benchmarkingTool/PipelineEditFileDlg.h +++ b/lima_pelf/benchmarkingTool/PipelineEditFileDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINEEDITFILEDLG_H #define LIMA_PELF_PIPELINEEDITFILEDLG_H diff --git a/lima_pelf/benchmarkingTool/PipelineUnit.cpp b/lima_pelf/benchmarkingTool/PipelineUnit.cpp index 458ca62a1..0527aaa0e 100644 --- a/lima_pelf/benchmarkingTool/PipelineUnit.cpp +++ b/lima_pelf/benchmarkingTool/PipelineUnit.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "PipelineUnit.h" #include diff --git a/lima_pelf/benchmarkingTool/PipelineUnit.h b/lima_pelf/benchmarkingTool/PipelineUnit.h index 3908898a8..b8c5b9a66 100644 --- a/lima_pelf/benchmarkingTool/PipelineUnit.h +++ b/lima_pelf/benchmarkingTool/PipelineUnit.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINEUNIT_H #define LIMA_PELF_PIPELINEUNIT_H diff --git a/lima_pelf/benchmarkingTool/PipelineUnitDelegate.cpp b/lima_pelf/benchmarkingTool/PipelineUnitDelegate.cpp index b56e33450..189020771 100644 --- a/lima_pelf/benchmarkingTool/PipelineUnitDelegate.cpp +++ b/lima_pelf/benchmarkingTool/PipelineUnitDelegate.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "PipelineUnitDelegate.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/PipelineUnitDelegate.h b/lima_pelf/benchmarkingTool/PipelineUnitDelegate.h index 3ee1a9d30..6faaabbdb 100644 --- a/lima_pelf/benchmarkingTool/PipelineUnitDelegate.h +++ b/lima_pelf/benchmarkingTool/PipelineUnitDelegate.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINEUNITDELEGATE_H #define LIMA_PELF_PIPELINEUNITDELEGATE_H diff --git a/lima_pelf/benchmarkingTool/PipelineWidget.cpp b/lima_pelf/benchmarkingTool/PipelineWidget.cpp index 2209f0695..2c1995332 100644 --- a/lima_pelf/benchmarkingTool/PipelineWidget.cpp +++ b/lima_pelf/benchmarkingTool/PipelineWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "PipelineWidget.h" #include "PipelineUnitDelegate.h" diff --git a/lima_pelf/benchmarkingTool/PipelineWidget.h b/lima_pelf/benchmarkingTool/PipelineWidget.h index 29176463f..c5dbb543a 100644 --- a/lima_pelf/benchmarkingTool/PipelineWidget.h +++ b/lima_pelf/benchmarkingTool/PipelineWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_PIPELINEWIDGET_H #define LIMA_PELF_PIPELINEWIDGET_H diff --git a/lima_pelf/benchmarkingTool/ResultsModel.cpp b/lima_pelf/benchmarkingTool/ResultsModel.cpp index 4d5b848bc..7e0d0f9e5 100644 --- a/lima_pelf/benchmarkingTool/ResultsModel.cpp +++ b/lima_pelf/benchmarkingTool/ResultsModel.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResultsModel.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/ResultsModel.h b/lima_pelf/benchmarkingTool/ResultsModel.h index c2c104ceb..e70e6257c 100644 --- a/lima_pelf/benchmarkingTool/ResultsModel.h +++ b/lima_pelf/benchmarkingTool/ResultsModel.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESULTSMODEL_H #define LIMA_PELF_RESULTSMODEL_H diff --git a/lima_pelf/benchmarkingTool/ResultsWidget.cpp b/lima_pelf/benchmarkingTool/ResultsWidget.cpp index c80d87d0c..26d76fbc4 100644 --- a/lima_pelf/benchmarkingTool/ResultsWidget.cpp +++ b/lima_pelf/benchmarkingTool/ResultsWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResultsWidget.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/ResultsWidget.h b/lima_pelf/benchmarkingTool/ResultsWidget.h index 6e41d8e67..2a4b5799a 100644 --- a/lima_pelf/benchmarkingTool/ResultsWidget.h +++ b/lima_pelf/benchmarkingTool/ResultsWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESULTSWIDGET_H #define LIMA_PELF_RESULTSWIDGET_H diff --git a/lima_pelf/benchmarkingTool/commands/CMakeLists.txt b/lima_pelf/benchmarkingTool/commands/CMakeLists.txt index 63a8dcb45..12ca99d45 100644 --- a/lima_pelf/benchmarkingTool/commands/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/commands/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(analyzer) add_subdirectory(evaluator) add_subdirectory(remote) diff --git a/lima_pelf/benchmarkingTool/commands/analyzer/CMakeLists.txt b/lima_pelf/benchmarkingTool/commands/analyzer/CMakeLists.txt index fc13462e1..e7378b01c 100644 --- a/lima_pelf/benchmarkingTool/commands/analyzer/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/commands/analyzer/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS analyzer-easy.sh analyzer-easy-remote.sh DESTINATION share/apps/pelf/commands/analyzer) diff --git a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy-remote.sh b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy-remote.sh index de813d344..093265e58 100755 --- a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy-remote.sh +++ b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy-remote.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy.sh b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy.sh index b7fdf3308..32c35ea9a 100755 --- a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy.sh +++ b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-easy.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # The script needs variables to be defined : PELF_RESOURCES diff --git a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-evaluator-easy-remote.sh b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-evaluator-easy-remote.sh index 115ce7da0..d68946637 100755 --- a/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-evaluator-easy-remote.sh +++ b/lima_pelf/benchmarkingTool/commands/analyzer/analyzer-evaluator-easy-remote.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/evaluator/CMakeLists.txt b/lima_pelf/benchmarkingTool/commands/evaluator/CMakeLists.txt index 39fc80fd4..57219091e 100644 --- a/lima_pelf/benchmarkingTool/commands/evaluator/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/commands/evaluator/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set (PELF_RESOURCES ${CMAKE_INSTALL_PREFIX}/share/apps/pelf/resources) configure_file(evaluator-easy.sh evaluator-easy.sh) diff --git a/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy-remote.sh b/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy-remote.sh index 024f0b02c..515518a26 100755 --- a/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy-remote.sh +++ b/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy-remote.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy.sh b/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy.sh index d362e770f..bee6ea3e0 100755 --- a/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy.sh +++ b/lima_pelf/benchmarkingTool/commands/evaluator/evaluator-easy.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/CMakeLists.txt b/lima_pelf/benchmarkingTool/commands/remote/CMakeLists.txt index 09d37c268..ee58fe67e 100644 --- a/lima_pelf/benchmarkingTool/commands/remote/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/commands/remote/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS analyzer-distribute.sh analyzer-evaluator-distribute.sh analyzer-evaluator-node.sh analyzer-node.sh evaluator-distribute.sh evaluator-easy.sh evaluator-node.sh install-dictionnary.sh install-idioms.sh install-ngrams.sh install-synrules.sh DESTINATION share/apps/pelf/commands/remote) diff --git a/lima_pelf/benchmarkingTool/commands/remote/analyzer-distribute.sh b/lima_pelf/benchmarkingTool/commands/remote/analyzer-distribute.sh index 04e9db344..d14393e25 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/analyzer-distribute.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/analyzer-distribute.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-distribute.sh b/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-distribute.sh index 3c2979cb7..ccd485379 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-distribute.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-distribute.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-node.sh b/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-node.sh index c5813a9c3..caa102bcb 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-node.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/analyzer-evaluator-node.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # Environmnent parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/analyzer-node.sh b/lima_pelf/benchmarkingTool/commands/remote/analyzer-node.sh index ed06d1689..30f45cbe3 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/analyzer-node.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/analyzer-node.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # Environmnent parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/evaluator-distribute.sh b/lima_pelf/benchmarkingTool/commands/remote/evaluator-distribute.sh index 36c666304..cbc9341db 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/evaluator-distribute.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/evaluator-distribute.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/evaluator-easy.sh b/lima_pelf/benchmarkingTool/commands/remote/evaluator-easy.sh index 200076f53..cbd0ca733 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/evaluator-easy.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/evaluator-easy.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # The script needs variables to be defined : PELF_RESOURCES, PELF_ALIGNER, PELF_EVALUATOR diff --git a/lima_pelf/benchmarkingTool/commands/remote/evaluator-node.sh b/lima_pelf/benchmarkingTool/commands/remote/evaluator-node.sh index e0c61cbd7..b876b0cd4 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/evaluator-node.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/evaluator-node.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # Environmnent parameters diff --git a/lima_pelf/benchmarkingTool/commands/remote/install-dictionnary.sh b/lima_pelf/benchmarkingTool/commands/remote/install-dictionnary.sh index 3eba72adf..fc5d8c29c 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/install-dictionnary.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/install-dictionnary.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh source /home/leffe/Lima/leffe.env diff --git a/lima_pelf/benchmarkingTool/commands/remote/install-idioms.sh b/lima_pelf/benchmarkingTool/commands/remote/install-idioms.sh index 604006b7d..c47701925 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/install-idioms.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/install-idioms.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh source /home/leffe/Lima/leffe.env diff --git a/lima_pelf/benchmarkingTool/commands/remote/install-ngrams.sh b/lima_pelf/benchmarkingTool/commands/remote/install-ngrams.sh index 6e4023078..1a0191b09 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/install-ngrams.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/install-ngrams.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh source /home/leffe/Lima/leffe.env diff --git a/lima_pelf/benchmarkingTool/commands/remote/install-synrules.sh b/lima_pelf/benchmarkingTool/commands/remote/install-synrules.sh index 7386a0bee..89006126f 100755 --- a/lima_pelf/benchmarkingTool/commands/remote/install-synrules.sh +++ b/lima_pelf/benchmarkingTool/commands/remote/install-synrules.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh source /home/leffe/Lima/leffe.env diff --git a/lima_pelf/benchmarkingTool/commands/viewer/CMakeLists.txt b/lima_pelf/benchmarkingTool/commands/viewer/CMakeLists.txt index d5180fb12..848b8db89 100644 --- a/lima_pelf/benchmarkingTool/commands/viewer/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/commands/viewer/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS launchAnalysis.sh oneShotAnalysis.sh viewer-easy.sh DESTINATION share/apps/pelf/commands/viewer) diff --git a/lima_pelf/benchmarkingTool/commands/viewer/launchAnalysis.sh b/lima_pelf/benchmarkingTool/commands/viewer/launchAnalysis.sh index 578563d7d..d7190549d 100755 --- a/lima_pelf/benchmarkingTool/commands/viewer/launchAnalysis.sh +++ b/lima_pelf/benchmarkingTool/commands/viewer/launchAnalysis.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + echo "I got the analysis! $1 $2 $PWD" syanot ref/$1.easyref.xml >& /dev/null & diff --git a/lima_pelf/benchmarkingTool/commands/viewer/oneShotAnalysis.sh b/lima_pelf/benchmarkingTool/commands/viewer/oneShotAnalysis.sh index 1d653d338..6803bc6e6 100755 --- a/lima_pelf/benchmarkingTool/commands/viewer/oneShotAnalysis.sh +++ b/lima_pelf/benchmarkingTool/commands/viewer/oneShotAnalysis.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + txtfile=$1 lang=fre diff --git a/lima_pelf/benchmarkingTool/commands/viewer/viewer-easy.sh b/lima_pelf/benchmarkingTool/commands/viewer/viewer-easy.sh index 24c491867..eef67e446 100755 --- a/lima_pelf/benchmarkingTool/commands/viewer/viewer-easy.sh +++ b/lima_pelf/benchmarkingTool/commands/viewer/viewer-easy.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # command line parameters diff --git a/lima_pelf/benchmarkingTool/examples/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/CMakeLists.txt index 723c919e2..cab2740af 100644 --- a/lima_pelf/benchmarkingTool/examples/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/CMakeLists.txt @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(easy-guide) add_subdirectory(easy-ref) diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-guide/CMakeLists.txt index 4062d98b5..75837694d 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(ref) add_subdirectory(text) diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/CMakeLists.txt index 4ea654742..5eea9e736 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + file(GLOB files *.xml) install(FILES ${files} DESTINATION share/apps/pelf/examples/easy-guide/ref) diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.1.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.1.easyref.xml index 4cfd5c3a9..94ca846ac 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.1.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.1.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.10.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.10.easyref.xml index b35b6f209..e098245c3 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.10.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.10.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.11.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.11.easyref.xml index 578c1efa1..8360919fe 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.11.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.11.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.12.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.12.easyref.xml index d3557e946..0629331d8 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.12.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.12.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.13.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.13.easyref.xml index 1af3c590a..d86d82b71 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.13.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.13.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.14.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.14.easyref.xml index a274ae058..f337600ae 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.14.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.14.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.15.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.15.easyref.xml index ccf82bfb9..f3039d512 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.15.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.15.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.2.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.2.easyref.xml index 459799649..da23eb5f4 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.2.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.2.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.3.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.3.easyref.xml index 02f5163c7..ab76206b4 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.3.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.3.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.4.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.4.easyref.xml index 65cc00c50..e21c5ef06 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.4.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.4.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.5.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.5.easyref.xml index bbde63f88..ce7e1ba05 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.5.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.5.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.6.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.6.easyref.xml index 055866c2b..b2a21cb0d 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.6.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.6.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.7.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.7.easyref.xml index a78e3c164..fe19d6dac 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.7.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.7.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.8.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.8.easyref.xml index a2057685f..c8160f924 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.8.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.8.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.9.easyref.xml b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.9.easyref.xml index bd3abdf8a..3f77b59b5 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.9.easyref.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/ref/Guide.9.easyref.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-guide/text/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-guide/text/CMakeLists.txt index 33145dce0..75dc6e205 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-guide/text/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-guide/text/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + file(GLOB files Guide.*) install(FILES ${files} DESTINATION share/apps/pelf/examples/easy-guide/text) diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-ref/CMakeLists.txt index 363995fc4..91e174463 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(ref) add_subdirectory(text) diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/CMakeLists.txt index dd8f0ad8b..e10ba7e79 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + file(GLOB files *.xml) install(FILES ${files} DESTINATION share/apps/pelf/examples/easy-ref/ref) diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_elda.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_elda.xml index 0e6118eb8..e4af07198 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_elda.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_elda.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_lemonde.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_lemonde.xml index f1812b5b0..73bc00c28 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_lemonde.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_lemonde.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_mlcc.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_mlcc.xml index 46e25579d..9b09511e8 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_mlcc.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_mlcc.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_senat.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_senat.xml index af6cc5555..d86cfd894 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_senat.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/general_senat.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_1.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_1.xml index b3705b358..04e24fea8 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_1.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_1.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_2.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_2.xml index 753609401..7c1d8c832 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_2.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_2.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_3.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_3.xml index ba65fa3ba..07a37af6b 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_3.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_3.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_4.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_4.xml index 6790adf44..c9988856f 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_4.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/litteraire_4.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_10.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_10.xml index 9acccf14c..b765360aa 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_10.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_10.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_9.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_9.xml index d1a35e250..64d4d9bd2 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_9.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/mail_9.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/medical_6.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/medical_6.xml index 0400d169c..9599cc48c 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/medical_6.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/medical_6.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_1.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_1.xml index 346cc69df..8848fdadf 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_1.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_1.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_2.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_2.xml index ccfd112c9..ffec26b5f 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_2.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_2.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_3.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_3.xml index 8ac9f60bd..d58992068 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_3.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_3.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_4.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_4.xml index 75b473e3e..45c027639 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_4.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_4.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_5.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_5.xml index 1cff5bbd2..05dc052a2 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_5.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_5.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_6.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_6.xml index 9574bec8a..a9b7ec558 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_6.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_6.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_7.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_7.xml index 17830b514..837484846 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_7.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_7.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_8.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_8.xml index 1ad6eaaa2..d438745a0 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_8.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_8.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_9.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_9.xml index 4485148ee..343b1a669 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_9.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/oral_delic_9.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_amaryllis.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_amaryllis.xml index af2c4dcda..ffb7ff02d 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_amaryllis.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_amaryllis.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_trec.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_trec.xml index 916c5c643..c51a3c085 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_trec.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/ref/questions_trec.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/CMakeLists.txt b/lima_pelf/benchmarkingTool/examples/easy-ref/text/CMakeLists.txt index ebd21d83f..216e8e989 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/CMakeLists.txt +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + file(GLOB files *.xml) install(FILES ${files} DESTINATION share/apps/pelf/examples/easy-ref/text) diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_elda.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_elda.lic2m.xml index d9c62cc64..4da6467d5 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_elda.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_elda.lic2m.xml @@ -1,4 +1,11 @@ + + + Utilité et bénéfices A quoi servent les ressources linguistiques ? diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_lemonde.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_lemonde.lic2m.xml index 50b709e96..6e6cdef72 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_lemonde.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_lemonde.lic2m.xml @@ -1,4 +1,11 @@ + + + Depuis quelques semaines, les rapports entre les deux camps se dégradent. Le gouvernement intérimaire a visiblement décidé d'asphyxier économiquement le " Taylorland ", en imposant un embargo total sur les marchandises à destination des zones sous contrôle du FNPL et en remplaçant les coupures de 5 dollars libériens, les plus utilisés, par de nouveaux billets. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_mlcc.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_mlcc.lic2m.xml index 80d0c6e1b..f8a3e6591 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_mlcc.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_mlcc.lic2m.xml @@ -1,4 +1,11 @@ + + + ISSN 0378-5017 Annexe Journal officiel des Communautés européennes No 3-435 Édition de langue française Débats du Parlement européen Session 1993-1994 Compte rendu in extenso des séances du 29 au 30 septembre 1993 Espace Leopold - Bruxelles Sommaire diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_senat.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_senat.lic2m.xml index a71e826c5..f2713fa1a 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_senat.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/general_senat.lic2m.xml @@ -1,4 +1,11 @@ + + + Senat RAPPORT D'INFORMATION N° 102 6 ELARGISSEMENT A L'EST : QUELLE STRATEGIE POUR L'UNION M. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_1.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_1.lic2m.xml index 4b8fde339..1ce64df23 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_1.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_1.lic2m.xml @@ -1,4 +1,11 @@ + + + C'est spécialement à l'intention de ces esprits troublés, pour qui le doute n'est pas le mol oreiller dont parle Montaigne, et qui s'arrêtent, pour ainsi dire, au bord de la foi, que je place, au début de ce livre, le simple récit de la révolution morale qui vient de s'accomplir en moi-même. Longtemps j'ai été comme eux et j'ai souffert du même malaise. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_2.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_2.lic2m.xml index d660e609d..df0bb3a26 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_2.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_2.lic2m.xml @@ -1,4 +1,11 @@ + + + Le jeune homme redressa la tête et aspira longuement l'air sonore, comme s'il eût voulu s'abreuver des sons mélodieux épars dans le vent. - Monsieur Gérard, cria tout à coup derrière lui la voix nasillarde de la vieille servante du logis, M De Seigneulles est déjà couché, Baptiste et moi nous allons en faire autant, ne comptez-vous pas rentrer bientôt ? - tout à l'heure, Manette. La servante, ayant fermé à double tour la porte qui donnait sur les vignes, revint vers son jeune maître. - bonsoir donc ! diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_3.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_3.lic2m.xml index 950f339fd..a8dc9ba51 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_3.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_3.lic2m.xml @@ -1,4 +1,11 @@ + + + L'héroïsme est chose ordinaire à nos communes picardes. Les femmes marchaient au combat au même rang que les hommes. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_4.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_4.lic2m.xml index d4b31c69b..469d4ae0c 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_4.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/litteraire_4.lic2m.xml @@ -1,4 +1,11 @@ + + + Les sommets l'attiraient. Pour s'encourager, il compulsait avec complaisance les fastes récents de la bourgeoisie. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_10.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_10.lic2m.xml index cd6fa5048..15a0b52d3 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_10.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_10.lic2m.xml @@ -1,4 +1,11 @@ + + + yep, partant pas moi, désolée. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_9.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_9.lic2m.xml index dde93b41e..67d9e09ed 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_9.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/mail_9.lic2m.xml @@ -1,4 +1,11 @@ + + + Chers tous, La date convient à Paul. diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_1.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_1.lic2m.xml index 861ec70f3..0a793fbb6 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_1.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_1.lic2m.xml @@ -1,4 +1,11 @@ + + + voilà ben je travaille dans un pressing diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_2.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_2.lic2m.xml index 45457a3b1..6d4055530 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_2.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_2.lic2m.xml @@ -1,4 +1,11 @@ + + + ah oui oui diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_3.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_3.lic2m.xml index 995641458..872dae57d 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_3.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_3.lic2m.xml @@ -1,4 +1,11 @@ + + + ben en fait il y a pas mal de choses qui rentrent en compte déjà euh l'ambiance du magasin donc euh on s'est attaché à autour de le des huiles d'olives de qualité que nous avions à une ambiance de qualité diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_4.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_4.lic2m.xml index a174c55f6..20fd16162 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_4.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_4.lic2m.xml @@ -1,4 +1,11 @@ + + + bon vais pas vous réciter toute la psychanalyse ça on connaît hein les premières pertes le premier objet est-ce le placenta le sein ou que sais-je enfin tous ces sacro sacrifices accomplis pour pouvoir prendre place et rang dans l'espèce à laquelle nous appartenons diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_5.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_5.lic2m.xml index f786e331f..da97d003a 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_5.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_5.lic2m.xml @@ -1,4 +1,11 @@ + + + il me je me rappelle qu'il posa une question à laquelle j j'ai eu des difficultés à répondre mais mes élèves m'ont sauvé diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_6.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_6.lic2m.xml index 63a35a626..fb01e9933 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_6.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_6.lic2m.xml @@ -1,4 +1,11 @@ + + + voilà alors hein on ne il est il est difficile d'aborder la la question du métier sans parler un petit peu des origines et principalement des origines du service diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_7.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_7.lic2m.xml index 8cd64a553..3f8fb6ac9 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_7.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_7.lic2m.xml @@ -1,4 +1,11 @@ + + + on on dit il y a une anecdote qui dit pourquoi Corton-Charlemagne ben parce que le Charlemagne euh paraît-il ne buvait que des rouges parce qu'il voulait pas il il se tachait sa sa il ne ne buvait que des Blancs pardon euh parce qu'il ne voulait pas se tacher sa sa barbe diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_8.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_8.lic2m.xml index 14b51903c..abda03871 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_8.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_8.lic2m.xml @@ -1,4 +1,11 @@ + + + la come la comedia qui va faire euh l'objet de notre étude cette année le Chien du Jardinier a été pendant longtemps je crois vous l'avoir déjà dit cela a été connue sous le titre la Condesa de Belflor ce titre la Condesa de Belflor me parait euh significatif diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_9.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_9.lic2m.xml index dc49004e6..4867124e1 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_9.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/oral_delic_9.lic2m.xml @@ -1,4 +1,11 @@ + + + euh - c pour euh situer les choses ces comités départementaux sont un peu sont sont exactement le le reflet de ce qu'il y a à Paris à l'ONIC à l'ONIC à Paris il y a une direction générale diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_amaryllis.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_amaryllis.lic2m.xml index f2e925133..db06c9873 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_amaryllis.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_amaryllis.lic2m.xml @@ -1,4 +1,11 @@ + + + Revue de 8 études publiées depuis 1980 pour répondre aux questions suivantes : existe-il des critères d'évaluation satisfaisants ? quelle est la fiabilité de la tomodensitométrie ? quand faut-il faire une exploration tomodensitométrique ? quelle valeur faut-il attacher aux renseignements obtenus ? Cela lui a donné l'occasion de répondre à trois questions que se posent les gaziers : d'où venons-nous ? où sommes-nous ? et ou allons nous ? diff --git a/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_trec.lic2m.xml b/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_trec.lic2m.xml index 1b2e61c31..c3d8ea7a2 100644 --- a/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_trec.lic2m.xml +++ b/lima_pelf/benchmarkingTool/examples/easy-ref/text/questions_trec.lic2m.xml @@ -1,4 +1,11 @@ + + + À combien s'élève la richesse de Bill Gates ? À quand remonte la dernière éruption importante du mont Sainte-Hélène ? diff --git a/lima_pelf/benchmarkingTool/main.cpp b/lima_pelf/benchmarkingTool/main.cpp index 26967f758..28f863fac 100644 --- a/lima_pelf/benchmarkingTool/main.cpp +++ b/lima_pelf/benchmarkingTool/main.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "BenchmarkingTool.h" #include "EvaluationResult.h" using namespace Lima::Pelf; diff --git a/lima_pelf/benchmarkingTool/pelf-bt-commenteditdialog.ui b/lima_pelf/benchmarkingTool/pelf-bt-commenteditdialog.ui index b206c8695..93e7dedee 100644 --- a/lima_pelf/benchmarkingTool/pelf-bt-commenteditdialog.ui +++ b/lima_pelf/benchmarkingTool/pelf-bt-commenteditdialog.ui @@ -1,20 +1,8 @@ diff --git a/lima_pelf/benchmarkingTool/pelf-bt-configurepipelinedialog.ui b/lima_pelf/benchmarkingTool/pelf-bt-configurepipelinedialog.ui index 963e87859..ac50aee8a 100644 --- a/lima_pelf/benchmarkingTool/pelf-bt-configurepipelinedialog.ui +++ b/lima_pelf/benchmarkingTool/pelf-bt-configurepipelinedialog.ui @@ -1,21 +1,10 @@ -LIMA is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -LIMA 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 Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - --> PipelineConfigureDialog diff --git a/lima_pelf/benchmarkingTool/pelf-bt-editfiledialog.ui b/lima_pelf/benchmarkingTool/pelf-bt-editfiledialog.ui index a7644a636..29040ec9b 100644 --- a/lima_pelf/benchmarkingTool/pelf-bt-editfiledialog.ui +++ b/lima_pelf/benchmarkingTool/pelf-bt-editfiledialog.ui @@ -1,21 +1,10 @@ -LIMA is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -LIMA 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 Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - --> PipelineEditFileDialog diff --git a/lima_pelf/benchmarkingTool/pelf-bt-resources.qrc b/lima_pelf/benchmarkingTool/pelf-bt-resources.qrc index f18351d99..b04420250 100644 --- a/lima_pelf/benchmarkingTool/pelf-bt-resources.qrc +++ b/lima_pelf/benchmarkingTool/pelf-bt-resources.qrc @@ -1,21 +1,10 @@ -LIMA is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -LIMA 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 Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - --> document-open.png diff --git a/lima_pelf/benchmarkingTool/pelf-bt.ui b/lima_pelf/benchmarkingTool/pelf-bt.ui index 31ee676d7..e1279d8ae 100644 --- a/lima_pelf/benchmarkingTool/pelf-bt.ui +++ b/lima_pelf/benchmarkingTool/pelf-bt.ui @@ -1,22 +1,12 @@ + -You should have received a copy of the GNU Affero General Public License - along with LIMA. If not, see - --> BenchmarkingToolWindow diff --git a/lima_pelf/benchmarkingTool/syanotprocess.cpp b/lima_pelf/benchmarkingTool/syanotprocess.cpp index d3e73ec9f..d87cc09d7 100644 --- a/lima_pelf/benchmarkingTool/syanotprocess.cpp +++ b/lima_pelf/benchmarkingTool/syanotprocess.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "syanotprocess.h" #include diff --git a/lima_pelf/benchmarkingTool/syanotprocess.h b/lima_pelf/benchmarkingTool/syanotprocess.h index 8b88b37fe..a3f7994d6 100644 --- a/lima_pelf/benchmarkingTool/syanotprocess.h +++ b/lima_pelf/benchmarkingTool/syanotprocess.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef SYANOTPROCESS_H #define SYANOTPROCESS_H diff --git a/lima_pelf/commands/CMakeLists.txt b/lima_pelf/commands/CMakeLists.txt index a7701bd7a..008252267 100644 --- a/lima_pelf/commands/CMakeLists.txt +++ b/lima_pelf/commands/CMakeLists.txt @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + file(GLOB global_command_files *.sh) install(PROGRAMS ${global_command_files} DESTINATION bin/commands/) diff --git a/lima_pelf/commands/sshcommands.sh b/lima_pelf/commands/sshcommands.sh index 95ebe1553..e218861ac 100755 --- a/lima_pelf/commands/sshcommands.sh +++ b/lima_pelf/commands/sshcommands.sh @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ##!bin/sh # allow retry for ssh and rsync commands diff --git a/lima_pelf/easyprocessor/CMakeLists.txt b/lima_pelf/easyprocessor/CMakeLists.txt index cf358fadb..f47974b2a 100644 --- a/lima_pelf/easyprocessor/CMakeLists.txt +++ b/lima_pelf/easyprocessor/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2004-2019 CEA LIST +# Copyright 2004-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT ########### next target ############### diff --git a/lima_pelf/easyprocessor/EasySourceHandler.cpp b/lima_pelf/easyprocessor/EasySourceHandler.cpp index 74e5dd400..c4917ce5e 100644 --- a/lima_pelf/easyprocessor/EasySourceHandler.cpp +++ b/lima_pelf/easyprocessor/EasySourceHandler.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2004-2014 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2004-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_pelf/easyprocessor/EasySourceHandler.h b/lima_pelf/easyprocessor/EasySourceHandler.h index 4c18c8ad0..aacb9432d 100644 --- a/lima_pelf/easyprocessor/EasySourceHandler.h +++ b/lima_pelf/easyprocessor/EasySourceHandler.h @@ -1,21 +1,8 @@ -/* - * Copyright 2004-2014 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2004-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_pelf/easyprocessor/easyprocessor.conf.xml b/lima_pelf/easyprocessor/easyprocessor.conf.xml index 608fdc21b..b73d9bb10 100644 --- a/lima_pelf/easyprocessor/easyprocessor.conf.xml +++ b/lima_pelf/easyprocessor/easyprocessor.conf.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/easyprocessor/easyprocessor.cpp b/lima_pelf/easyprocessor/easyprocessor.cpp index 88c2c2abe..37a1493e3 100644 --- a/lima_pelf/easyprocessor/easyprocessor.cpp +++ b/lima_pelf/easyprocessor/easyprocessor.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2004-2014 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2004-2014 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + /*************************************************************************** * Copyright (C) 2004 by Benoit Mathieu * * mathieub@zoe.cea.fr * diff --git a/lima_pelf/evalPosTagging/CMakeLists.txt b/lima_pelf/evalPosTagging/CMakeLists.txt index 6a99d6dea..9b87d4655 100644 --- a/lima_pelf/evalPosTagging/CMakeLists.txt +++ b/lima_pelf/evalPosTagging/CMakeLists.txt @@ -1,19 +1,7 @@ -# Copyright 2002-2013 CEA LIST -# -# This file is part of LIMA. +# Copyright 2002-2013 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT set(SCRIPTS_PATH ${CMAKE_SOURCE_DIR}/../lima_linguisticdata/scripts) configure_file(tfcv.py tfcv.py @ONLY) diff --git a/lima_pelf/evalPosTagging/ExploitResults/src/erreursFrequentes.pl b/lima_pelf/evalPosTagging/ExploitResults/src/erreursFrequentes.pl index 741701dcc..1513ae16c 100755 --- a/lima_pelf/evalPosTagging/ExploitResults/src/erreursFrequentes.pl +++ b/lima_pelf/evalPosTagging/ExploitResults/src/erreursFrequentes.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + use Cwd; my $lang = $ARGV[0]; diff --git a/lima_pelf/evalPosTagging/ExploitResults/src/matriceConfusion.pl b/lima_pelf/evalPosTagging/ExploitResults/src/matriceConfusion.pl index 0438692c6..e7693da73 100755 --- a/lima_pelf/evalPosTagging/ExploitResults/src/matriceConfusion.pl +++ b/lima_pelf/evalPosTagging/ExploitResults/src/matriceConfusion.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + ## V.HANOKA, juillet 2010. # arg1: code de la langue envisagée, # arg2: liste des tags ordonnée pour cette langue. diff --git a/lima_pelf/evalPosTagging/MFT.pl b/lima_pelf/evalPosTagging/MFT.pl index a625e7379..8b12e2d24 100755 --- a/lima_pelf/evalPosTagging/MFT.pl +++ b/lima_pelf/evalPosTagging/MFT.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + die "need two args (training set and tagging set)" unless @ARGV>=2; my ($train, $tag)=@ARGV; diff --git a/lima_pelf/evalPosTagging/SVM/CMakeLists.txt b/lima_pelf/evalPosTagging/SVM/CMakeLists.txt index 5d3a48525..cfde0c6f4 100644 --- a/lima_pelf/evalPosTagging/SVM/CMakeLists.txt +++ b/lima_pelf/evalPosTagging/SVM/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(svm_light) diff --git a/lima_pelf/evalPosTagging/aligner.pl b/lima_pelf/evalPosTagging/aligner.pl index 1b84f68c5..1e94259f3 100755 --- a/lima_pelf/evalPosTagging/aligner.pl +++ b/lima_pelf/evalPosTagging/aligner.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl -s + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # Perl Program created by Romaric Besancon on Thu Mar 18 2010 # Version : $Id$ diff --git a/lima_pelf/evalPosTagging/eval.pl b/lima_pelf/evalPosTagging/eval.pl index d29eaf21c..69c94d459 100755 --- a/lima_pelf/evalPosTagging/eval.pl +++ b/lima_pelf/evalPosTagging/eval.pl @@ -1,4 +1,9 @@ #!/usr/bin/perl -s + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # # Perl Program created by Romaric Besancon on Wed Mar 17 2010 # Version : $Id$ diff --git a/lima_pelf/evalPosTagging/old/eval.pl b/lima_pelf/evalPosTagging/old/eval.pl index e8c6d21f1..ef87a2b6c 100755 --- a/lima_pelf/evalPosTagging/old/eval.pl +++ b/lima_pelf/evalPosTagging/old/eval.pl @@ -1,5 +1,9 @@ #! /usr/bin/perl -s +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + $posTagger=$ARGV[0]; $lang=$ARGV[1]; $fileFilter=$ARGV[2]; diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-clustering.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-clustering.xml index ae9463ad4..a25347172 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-clustering.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-clustering.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ara.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ara.xml index aa31f64dd..2d0408d9d 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ara.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ara.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-eng.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-eng.xml index 617352a4a..97f046e5a 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-eng.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-eng.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ger.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ger.xml index 6fe119779..f283962d1 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ger.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-ger.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-spa.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-spa.xml index e667f13d3..9b5fc7a95 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-spa.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common-spa.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common.xml index 861114976..12510d755 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-common.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-ldec.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-ldec.xml index a88dee402..9590ed9de 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-ldec.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-ldec.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-ara.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-ara.xml index 24a7658d5..562436ebe 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-ara.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-ara.xml @@ -1,4 +1,11 @@ + + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-eng.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-eng.xml index 1bcb9cc89..cc103879a 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-eng.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-lp-eng.xml @@ -1,4 +1,11 @@ + + + + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-reformulator.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-reformulator.xml index 0dc5e814b..e0ed3cffb 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-reformulator.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-reformulator.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-searchengine.xml b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-searchengine.xml index bad5ff17c..5a025d029 100644 --- a/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-searchengine.xml +++ b/lima_pelf/evalPosTagging/old/viterbi-freq/config/S2-searchengine.xml @@ -1,4 +1,11 @@ + + + diff --git a/lima_pelf/evalPosTagging/problemesAlignement.sh b/lima_pelf/evalPosTagging/problemesAlignement.sh index 9c9f46a7c..b9adf16a9 100755 --- a/lima_pelf/evalPosTagging/problemesAlignement.sh +++ b/lima_pelf/evalPosTagging/problemesAlignement.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + set -o nounset set -o errexit set -o pipefail diff --git a/lima_pelf/evalPosTagging/tfcv.py b/lima_pelf/evalPosTagging/tfcv.py index da7c66d7b..3079f2eb3 100755 --- a/lima_pelf/evalPosTagging/tfcv.py +++ b/lima_pelf/evalPosTagging/tfcv.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + # -*- coding: utf-8 -*- # kate: encoding utf-8; diff --git a/lima_pelf/resourceTool/AbstractResourceEntry.h b/lima_pelf/resourceTool/AbstractResourceEntry.h index 08ab7ebbb..a26969c98 100644 --- a/lima_pelf/resourceTool/AbstractResourceEntry.h +++ b/lima_pelf/resourceTool/AbstractResourceEntry.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_ABSTRACTRESOURCEENTRY_H #define LIMA_PELF_ABSTRACTRESOURCEENTRY_H diff --git a/lima_pelf/resourceTool/CMakeLists.txt b/lima_pelf/resourceTool/CMakeLists.txt index 404c5e0f3..91ddfa585 100644 --- a/lima_pelf/resourceTool/CMakeLists.txt +++ b/lima_pelf/resourceTool/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(examples) add_subdirectory(commands) diff --git a/lima_pelf/resourceTool/DictionnaryEntry.cpp b/lima_pelf/resourceTool/DictionnaryEntry.cpp index fdbefb82d..5adb7ff47 100644 --- a/lima_pelf/resourceTool/DictionnaryEntry.cpp +++ b/lima_pelf/resourceTool/DictionnaryEntry.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "DictionnaryEntry.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/DictionnaryEntry.h b/lima_pelf/resourceTool/DictionnaryEntry.h index f6b7fbe3d..001a3c0bb 100644 --- a/lima_pelf/resourceTool/DictionnaryEntry.h +++ b/lima_pelf/resourceTool/DictionnaryEntry.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_DICTIONNARYENTRY_H #define LIMA_PELF_DICTIONNARYENTRY_H diff --git a/lima_pelf/resourceTool/DictionnaryEntryEditDlg.cpp b/lima_pelf/resourceTool/DictionnaryEntryEditDlg.cpp index 0992527d6..03392f3cb 100644 --- a/lima_pelf/resourceTool/DictionnaryEntryEditDlg.cpp +++ b/lima_pelf/resourceTool/DictionnaryEntryEditDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "DictionnaryEntryEditDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/DictionnaryEntryEditDlg.h b/lima_pelf/resourceTool/DictionnaryEntryEditDlg.h index f6ab07fb3..dcc1adc78 100644 --- a/lima_pelf/resourceTool/DictionnaryEntryEditDlg.h +++ b/lima_pelf/resourceTool/DictionnaryEntryEditDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_DICTIONNARYENTRYEDITDLG_H #define LIMA_PELF_DICTIONNARYENTRYEDITDLG_H diff --git a/lima_pelf/resourceTool/IdiomaticExpressionEntry.cpp b/lima_pelf/resourceTool/IdiomaticExpressionEntry.cpp index 5d7289364..fb129a7fd 100644 --- a/lima_pelf/resourceTool/IdiomaticExpressionEntry.cpp +++ b/lima_pelf/resourceTool/IdiomaticExpressionEntry.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "IdiomaticExpressionEntry.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/IdiomaticExpressionEntry.h b/lima_pelf/resourceTool/IdiomaticExpressionEntry.h index 87e6793f7..89acd69ad 100644 --- a/lima_pelf/resourceTool/IdiomaticExpressionEntry.h +++ b/lima_pelf/resourceTool/IdiomaticExpressionEntry.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_IDIOMATICEXPRESSIONENTRY_H #define LIMA_PELF_IDIOMATICEXPRESSIONENTRY_H diff --git a/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.cpp b/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.cpp index b026d60ab..bcc721351 100644 --- a/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.cpp +++ b/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "IdiomaticExpressionEntryEditDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.h b/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.h index 646756487..0d7db771a 100644 --- a/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.h +++ b/lima_pelf/resourceTool/IdiomaticExpressionEntryEditDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_IDIOMATICEXPRESSIONENTRYEDITDLG_H #define LIMA_PELF_IDIOMATICEXPRESSIONENTRYEDITDLG_H diff --git a/lima_pelf/resourceTool/NGramEntry.cpp b/lima_pelf/resourceTool/NGramEntry.cpp index 1d8b59e94..d8f3d61ca 100644 --- a/lima_pelf/resourceTool/NGramEntry.cpp +++ b/lima_pelf/resourceTool/NGramEntry.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "NGramEntry.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/NGramEntry.h b/lima_pelf/resourceTool/NGramEntry.h index 74c565ded..0f16cdf0f 100644 --- a/lima_pelf/resourceTool/NGramEntry.h +++ b/lima_pelf/resourceTool/NGramEntry.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_NGRAMENTRY_H #define LIMA_PELF_NGRAMENTRY_H diff --git a/lima_pelf/resourceTool/ResourceEditorTableModel.cpp b/lima_pelf/resourceTool/ResourceEditorTableModel.cpp index ce9086974..6ede1de9e 100644 --- a/lima_pelf/resourceTool/ResourceEditorTableModel.cpp +++ b/lima_pelf/resourceTool/ResourceEditorTableModel.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceEditorTableModel.h" #include diff --git a/lima_pelf/resourceTool/ResourceEditorTableModel.h b/lima_pelf/resourceTool/ResourceEditorTableModel.h index ca4c6232b..71e364760 100644 --- a/lima_pelf/resourceTool/ResourceEditorTableModel.h +++ b/lima_pelf/resourceTool/ResourceEditorTableModel.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEEDITORTABLEMODEL_H #define LIMA_PELF_RESOURCEEDITORTABLEMODEL_H diff --git a/lima_pelf/resourceTool/ResourceEditorTableWidget.cpp b/lima_pelf/resourceTool/ResourceEditorTableWidget.cpp index 9bbbcc53a..db8c5a6be 100644 --- a/lima_pelf/resourceTool/ResourceEditorTableWidget.cpp +++ b/lima_pelf/resourceTool/ResourceEditorTableWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceEditorTableWidget.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceEditorTableWidget.h b/lima_pelf/resourceTool/ResourceEditorTableWidget.h index 4469b4765..bb4ede6ac 100644 --- a/lima_pelf/resourceTool/ResourceEditorTableWidget.h +++ b/lima_pelf/resourceTool/ResourceEditorTableWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEEDITORTABLEWIDGET_H #define LIMA_PELF_RESOURCEEDITORTABLEWIDGET_H diff --git a/lima_pelf/resourceTool/ResourceFileEditDlg.cpp b/lima_pelf/resourceTool/ResourceFileEditDlg.cpp index c4b721090..c13475174 100644 --- a/lima_pelf/resourceTool/ResourceFileEditDlg.cpp +++ b/lima_pelf/resourceTool/ResourceFileEditDlg.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceFileEditDlg.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceFileEditDlg.h b/lima_pelf/resourceTool/ResourceFileEditDlg.h index cbfb518e2..2a5f2a19f 100644 --- a/lima_pelf/resourceTool/ResourceFileEditDlg.h +++ b/lima_pelf/resourceTool/ResourceFileEditDlg.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEFILEEDITDLG_H #define LIMA_PELF_RESOURCEFILEEDITDLG_H diff --git a/lima_pelf/resourceTool/ResourceReaderSimpleModel.cpp b/lima_pelf/resourceTool/ResourceReaderSimpleModel.cpp index 12b6f9cdf..2ea44e3f1 100644 --- a/lima_pelf/resourceTool/ResourceReaderSimpleModel.cpp +++ b/lima_pelf/resourceTool/ResourceReaderSimpleModel.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderSimpleModel.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderSimpleModel.h b/lima_pelf/resourceTool/ResourceReaderSimpleModel.h index 1292889e8..4931c29ed 100644 --- a/lima_pelf/resourceTool/ResourceReaderSimpleModel.h +++ b/lima_pelf/resourceTool/ResourceReaderSimpleModel.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERSIMPLEMODEL_H #define LIMA_PELF_RESOURCEREADERSIMPLEMODEL_H diff --git a/lima_pelf/resourceTool/ResourceReaderSimpleWidget.cpp b/lima_pelf/resourceTool/ResourceReaderSimpleWidget.cpp index 9c501a966..02c4bd0fc 100644 --- a/lima_pelf/resourceTool/ResourceReaderSimpleWidget.cpp +++ b/lima_pelf/resourceTool/ResourceReaderSimpleWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderSimpleWidget.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderSimpleWidget.h b/lima_pelf/resourceTool/ResourceReaderSimpleWidget.h index b9768f802..24254c6b3 100644 --- a/lima_pelf/resourceTool/ResourceReaderSimpleWidget.h +++ b/lima_pelf/resourceTool/ResourceReaderSimpleWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERSIMPLEWIDGET_H #define LIMA_PELF_RESOURCEREADERSIMPLEWIDGET_H diff --git a/lima_pelf/resourceTool/ResourceReaderTableModel.cpp b/lima_pelf/resourceTool/ResourceReaderTableModel.cpp index 2ae67dae9..95004652c 100644 --- a/lima_pelf/resourceTool/ResourceReaderTableModel.cpp +++ b/lima_pelf/resourceTool/ResourceReaderTableModel.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderTableModel.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderTableModel.h b/lima_pelf/resourceTool/ResourceReaderTableModel.h index 52d878c5d..7952113c0 100644 --- a/lima_pelf/resourceTool/ResourceReaderTableModel.h +++ b/lima_pelf/resourceTool/ResourceReaderTableModel.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERTABLEMODEL_H #define LIMA_PELF_RESOURCEREADERTABLEMODEL_H diff --git a/lima_pelf/resourceTool/ResourceReaderTableWidget.cpp b/lima_pelf/resourceTool/ResourceReaderTableWidget.cpp index 36feab25e..ca49bd70b 100644 --- a/lima_pelf/resourceTool/ResourceReaderTableWidget.cpp +++ b/lima_pelf/resourceTool/ResourceReaderTableWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderTableWidget.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderTableWidget.h b/lima_pelf/resourceTool/ResourceReaderTableWidget.h index 5efdf95fe..edcd923fa 100644 --- a/lima_pelf/resourceTool/ResourceReaderTableWidget.h +++ b/lima_pelf/resourceTool/ResourceReaderTableWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERTABLEWIDGET_H #define LIMA_PELF_RESOURCEREADERTABLEWIDGET_H diff --git a/lima_pelf/resourceTool/ResourceReaderToolBoxModel.cpp b/lima_pelf/resourceTool/ResourceReaderToolBoxModel.cpp index afda9498f..89a7dba8e 100644 --- a/lima_pelf/resourceTool/ResourceReaderToolBoxModel.cpp +++ b/lima_pelf/resourceTool/ResourceReaderToolBoxModel.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderToolBoxModel.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderToolBoxModel.h b/lima_pelf/resourceTool/ResourceReaderToolBoxModel.h index 4ec195170..cb78e4bcc 100644 --- a/lima_pelf/resourceTool/ResourceReaderToolBoxModel.h +++ b/lima_pelf/resourceTool/ResourceReaderToolBoxModel.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERTOOLBOXMODEL_H #define LIMA_PELF_RESOURCEREADERTOOLBOXMODEL_H diff --git a/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.cpp b/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.cpp index 57967586b..bb1e2676d 100644 --- a/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.cpp +++ b/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceReaderToolBoxWidget.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.h b/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.h index 8dcce9033..301964e9e 100644 --- a/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.h +++ b/lima_pelf/resourceTool/ResourceReaderToolBoxWidget.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCEREADERTOOLBOXWIDGET_H #define LIMA_PELF_RESOURCEREADERTOOLBOXWIDGET_H diff --git a/lima_pelf/resourceTool/ResourceTool.cpp b/lima_pelf/resourceTool/ResourceTool.cpp index 8a6b64208..8477a9839 100644 --- a/lima_pelf/resourceTool/ResourceTool.cpp +++ b/lima_pelf/resourceTool/ResourceTool.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceTool.h" #include "ResourceEditorTableModel.h" #include "ResourceFileEditDlg.h" diff --git a/lima_pelf/resourceTool/ResourceTool.h b/lima_pelf/resourceTool/ResourceTool.h index 35d64823f..3edccf7de 100644 --- a/lima_pelf/resourceTool/ResourceTool.h +++ b/lima_pelf/resourceTool/ResourceTool.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_RESOURCETOOL_H #define LIMA_PELF_RESOURCETOOL_H diff --git a/lima_pelf/resourceTool/SyntacticRuleEntry.cpp b/lima_pelf/resourceTool/SyntacticRuleEntry.cpp index b202ac510..41ae2f6f6 100644 --- a/lima_pelf/resourceTool/SyntacticRuleEntry.cpp +++ b/lima_pelf/resourceTool/SyntacticRuleEntry.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "SyntacticRuleEntry.h" using namespace Lima::Pelf; diff --git a/lima_pelf/resourceTool/SyntacticRuleEntry.h b/lima_pelf/resourceTool/SyntacticRuleEntry.h index f90c66ab6..399553b6e 100644 --- a/lima_pelf/resourceTool/SyntacticRuleEntry.h +++ b/lima_pelf/resourceTool/SyntacticRuleEntry.h @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #ifndef LIMA_PELF_SYNTACTICRULEENTRY_H #define LIMA_PELF_SYNTACTICRULEENTRY_H diff --git a/lima_pelf/resourceTool/commands/CMakeLists.txt b/lima_pelf/resourceTool/commands/CMakeLists.txt index 951576d86..0cbfbd041 100644 --- a/lima_pelf/resourceTool/commands/CMakeLists.txt +++ b/lima_pelf/resourceTool/commands/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + add_subdirectory(dictionnary) add_subdirectory(idioms) add_subdirectory(ngrams) diff --git a/lima_pelf/resourceTool/commands/dictionnary/CMakeLists.txt b/lima_pelf/resourceTool/commands/dictionnary/CMakeLists.txt index aab1808fe..d3a8c513e 100644 --- a/lima_pelf/resourceTool/commands/dictionnary/CMakeLists.txt +++ b/lima_pelf/resourceTool/commands/dictionnary/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS install.sh install-remote.sh install-remote-and-local.sh DESTINATION share/apps/pelf/commands/dictionary) diff --git a/lima_pelf/resourceTool/commands/idioms/CMakeLists.txt b/lima_pelf/resourceTool/commands/idioms/CMakeLists.txt index 67391f105..349f5c9ef 100644 --- a/lima_pelf/resourceTool/commands/idioms/CMakeLists.txt +++ b/lima_pelf/resourceTool/commands/idioms/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS install.sh install-remote.sh install-remote-and-local.sh DESTINATION share/apps/pelf/commands/idioms) diff --git a/lima_pelf/resourceTool/commands/ngrams/CMakeLists.txt b/lima_pelf/resourceTool/commands/ngrams/CMakeLists.txt index eb1f24d2c..315676d31 100644 --- a/lima_pelf/resourceTool/commands/ngrams/CMakeLists.txt +++ b/lima_pelf/resourceTool/commands/ngrams/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS install.sh install-remote.sh install-remote-and-local.sh DESTINATION share/apps/pelf/commands/ngrams) diff --git a/lima_pelf/resourceTool/commands/synrules/CMakeLists.txt b/lima_pelf/resourceTool/commands/synrules/CMakeLists.txt index 70424a298..18b05f57c 100644 --- a/lima_pelf/resourceTool/commands/synrules/CMakeLists.txt +++ b/lima_pelf/resourceTool/commands/synrules/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(PROGRAMS install.sh install-remote.sh install-remote-and-local.sh DESTINATION share/apps/pelf/commands/synrules) diff --git a/lima_pelf/resourceTool/examples/CMakeLists.txt b/lima_pelf/resourceTool/examples/CMakeLists.txt index 577f43585..fde6f1fdc 100644 --- a/lima_pelf/resourceTool/examples/CMakeLists.txt +++ b/lima_pelf/resourceTool/examples/CMakeLists.txt @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2022 CEA LIST +# +# SPDX-License-Identifier: MIT + install(FILES pelf-rt-conf.xml DESTINATION share/config/pelf) diff --git a/lima_pelf/resourceTool/main.cpp b/lima_pelf/resourceTool/main.cpp index 520f8d18d..3ac7bd01b 100644 --- a/lima_pelf/resourceTool/main.cpp +++ b/lima_pelf/resourceTool/main.cpp @@ -1,21 +1,8 @@ -/* - * Copyright 2002-2013 CEA LIST - * - * This file is part of LIMA. - * - * LIMA is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * LIMA 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with LIMA. If not, see - */ +// Copyright 2002-2013 CEA LIST +// SPDX-FileCopyrightText: 2022 CEA LIST +// +// SPDX-License-Identifier: MIT + #include "ResourceTool.h" #include diff --git a/lima_pelf/resourceTool/pelf-rt-editdictionnaryentrydialog.ui b/lima_pelf/resourceTool/pelf-rt-editdictionnaryentrydialog.ui index cf07bd973..cedd59b04 100644 --- a/lima_pelf/resourceTool/pelf-rt-editdictionnaryentrydialog.ui +++ b/lima_pelf/resourceTool/pelf-rt-editdictionnaryentrydialog.ui @@ -1,21 +1,10 @@ +Copyright 2002-2013 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST + +SPDX-License-Identifier: MIT +--> + DictionnaryEntryEditDialog diff --git a/lima_pelf/resourceTool/pelf-rt-editidiomaticexpressionentrydialog.ui b/lima_pelf/resourceTool/pelf-rt-editidiomaticexpressionentrydialog.ui index 5bff5cfc2..1e59ceb90 100644 --- a/lima_pelf/resourceTool/pelf-rt-editidiomaticexpressionentrydialog.ui +++ b/lima_pelf/resourceTool/pelf-rt-editidiomaticexpressionentrydialog.ui @@ -1,21 +1,10 @@ +Copyright 2002-2013 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST + +SPDX-License-Identifier: MIT +--> + IdiomaticExpressionEntryEditDialog diff --git a/lima_pelf/resourceTool/pelf-rt-editresourcetextfiledialog.ui b/lima_pelf/resourceTool/pelf-rt-editresourcetextfiledialog.ui index bc9a89344..f7feecce7 100644 --- a/lima_pelf/resourceTool/pelf-rt-editresourcetextfiledialog.ui +++ b/lima_pelf/resourceTool/pelf-rt-editresourcetextfiledialog.ui @@ -1,22 +1,12 @@ + +Copyright 2002-2013 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST + +SPDX-License-Identifier: MIT +--> + ResourceTextFileEditDialog diff --git a/lima_pelf/resourceTool/pelf-rt.ui b/lima_pelf/resourceTool/pelf-rt.ui index 7e3cf5f73..00d737cb2 100644 --- a/lima_pelf/resourceTool/pelf-rt.ui +++ b/lima_pelf/resourceTool/pelf-rt.ui @@ -1,22 +1,12 @@ + +Copyright 2002-2013 CEA LIST +SPDX-FileCopyrightText: 2022 CEA LIST + +SPDX-License-Identifier: MIT +--> + PelfResourceToolWindow diff --git a/manageQt5.cmake b/manageQt5.cmake index bf82dc676..ba2c1adfe 100644 --- a/manageQt5.cmake +++ b/manageQt5.cmake @@ -1,19 +1,7 @@ -# Copyright 2002-2019 CEA LIST +# Copyright 2002-2019 CEA LIST +# SPDX-FileCopyrightText: 2022 CEA LIST # -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT # It is necessary to define Qt5_INSTALL_DIR in your environment. set(CMAKE_PREFIX_PATH diff --git a/setenv-lima-clang.sh b/setenv-lima-clang.sh index 1a3ca3f2f..d232bace9 100755 --- a/setenv-lima-clang.sh +++ b/setenv-lima-clang.sh @@ -1,21 +1,11 @@ #!/bin/bash -invoked=$_ # needs to be first thing in the script -OPTIND=1 # also remember to initialize your flags and other variables -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + +invoked=$_ # needs to be first thing in the script +OPTIND=1 # also remember to initialize your flags and other variables usage() { diff --git a/setenv-lima.sh b/setenv-lima.sh index 1949b8e7c..063f9dfb7 100755 --- a/setenv-lima.sh +++ b/setenv-lima.sh @@ -1,21 +1,11 @@ #!/bin/bash -invoked=$_ # needs to be first thing in the script -OPTIND=1 # also remember to initialize your flags and other variables -# This file is part of LIMA. -# -# LIMA is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LIMA 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 Affero General Public License for more details. +# SPDX-FileCopyrightText: 2022 CEA LIST # -# You should have received a copy of the GNU Affero General Public License -# along with LIMA. If not, see +# SPDX-License-Identifier: MIT + +invoked=$_ # needs to be first thing in the script +OPTIND=1 # also remember to initialize your flags and other variables usage() {