diff --git a/LICENSE b/LICENSE deleted file mode 100644 index d159169d..00000000 --- a/LICENSE +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - 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. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 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 General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/application/clicommands/CheckCommand.php b/application/clicommands/CheckCommand.php index 33d09dc0..a4a71b86 100644 --- a/application/clicommands/CheckCommand.php +++ b/application/clicommands/CheckCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use gipfl\Cli\Screen; diff --git a/application/clicommands/Command.php b/application/clicommands/Command.php index 3b01416c..9b61e9ba 100644 --- a/application/clicommands/Command.php +++ b/application/clicommands/Command.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use Exception; diff --git a/application/clicommands/DaemonCommand.php b/application/clicommands/DaemonCommand.php index 6cb56cb6..1f88f0aa 100644 --- a/application/clicommands/DaemonCommand.php +++ b/application/clicommands/DaemonCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use gipfl\SimpleDaemon\Daemon; diff --git a/application/clicommands/DbCommand.php b/application/clicommands/DbCommand.php index 8e7c7a11..6ab4aeb6 100644 --- a/application/clicommands/DbCommand.php +++ b/application/clicommands/DbCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use Exception; diff --git a/application/clicommands/HealthCommand.php b/application/clicommands/HealthCommand.php index 45019024..5fad76e3 100644 --- a/application/clicommands/HealthCommand.php +++ b/application/clicommands/HealthCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use Icinga\Module\Vspheredb\CheckPluginHelper; diff --git a/application/clicommands/MigrationCommand.php b/application/clicommands/MigrationCommand.php index 89ce052a..e54ebf91 100644 --- a/application/clicommands/MigrationCommand.php +++ b/application/clicommands/MigrationCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use Icinga\Module\Vspheredb\Db; diff --git a/application/clicommands/PerfCommand.php b/application/clicommands/PerfCommand.php index 080e65f0..ded1be3a 100644 --- a/application/clicommands/PerfCommand.php +++ b/application/clicommands/PerfCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; class PerfCommand extends Command diff --git a/application/clicommands/PerfdataconsumerCommand.php b/application/clicommands/PerfdataconsumerCommand.php index 02c8c61e..84133c1e 100644 --- a/application/clicommands/PerfdataconsumerCommand.php +++ b/application/clicommands/PerfdataconsumerCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; use gipfl\Translation\StaticTranslator; diff --git a/application/clicommands/VcenterCommand.php b/application/clicommands/VcenterCommand.php index a4abd415..c74fa936 100644 --- a/application/clicommands/VcenterCommand.php +++ b/application/clicommands/VcenterCommand.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Clicommands; class VcenterCommand extends Command diff --git a/application/controllers/AlarmsController.php b/application/controllers/AlarmsController.php index 5922e9da..4e6c0059 100644 --- a/application/controllers/AlarmsController.php +++ b/application/controllers/AlarmsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/AnomaliesController.php b/application/controllers/AnomaliesController.php index 0b6911d2..5671c245 100644 --- a/application/controllers/AnomaliesController.php +++ b/application/controllers/AnomaliesController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Module\Vspheredb\Web\Controller; diff --git a/application/controllers/AsyncControllerHelper.php b/application/controllers/AsyncControllerHelper.php index 6f50c146..4b987677 100644 --- a/application/controllers/AsyncControllerHelper.php +++ b/application/controllers/AsyncControllerHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Module\Vspheredb\Configuration; diff --git a/application/controllers/ComputeClusterController.php b/application/controllers/ComputeClusterController.php index faf9c1dd..94d29dd0 100644 --- a/application/controllers/ComputeClusterController.php +++ b/application/controllers/ComputeClusterController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/ConfigurationController.php b/application/controllers/ConfigurationController.php index 577ce732..19f504c8 100644 --- a/application/controllers/ConfigurationController.php +++ b/application/controllers/ConfigurationController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/DaemonController.php b/application/controllers/DaemonController.php index 0566d15f..8f2a8c5d 100644 --- a/application/controllers/DaemonController.php +++ b/application/controllers/DaemonController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Icon; diff --git a/application/controllers/DatacentersController.php b/application/controllers/DatacentersController.php index 965216bc..f2a35267 100644 --- a/application/controllers/DatacentersController.php +++ b/application/controllers/DatacentersController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/DatastoreController.php b/application/controllers/DatastoreController.php index 00fc3b9c..cc7acc88 100644 --- a/application/controllers/DatastoreController.php +++ b/application/controllers/DatastoreController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/DatastoresController.php b/application/controllers/DatastoresController.php index eca3565e..8e1908ac 100644 --- a/application/controllers/DatastoresController.php +++ b/application/controllers/DatastoresController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/DetailSections.php b/application/controllers/DetailSections.php index 1aead75f..d66d6cd4 100644 --- a/application/controllers/DetailSections.php +++ b/application/controllers/DetailSections.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use ipl\Html\Html; diff --git a/application/controllers/EventsController.php b/application/controllers/EventsController.php index e71a1929..58e5c6da 100644 --- a/application/controllers/EventsController.php +++ b/application/controllers/EventsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/HostController.php b/application/controllers/HostController.php index 040ffb6d..409e72c3 100644 --- a/application/controllers/HostController.php +++ b/application/controllers/HostController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/HostsController.php b/application/controllers/HostsController.php index 050d531a..50f934f2 100644 --- a/application/controllers/HostsController.php +++ b/application/controllers/HostsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/MonitoringController.php b/application/controllers/MonitoringController.php index 21b3b9fd..1a9002ad 100644 --- a/application/controllers/MonitoringController.php +++ b/application/controllers/MonitoringController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/OverviewController.php b/application/controllers/OverviewController.php index 3e883ee3..f6fe1a6f 100644 --- a/application/controllers/OverviewController.php +++ b/application/controllers/OverviewController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Module\Vspheredb\Web\Controller\ObjectsController; diff --git a/application/controllers/PerfdataController.php b/application/controllers/PerfdataController.php index 8fe28a3f..2c1a54c9 100644 --- a/application/controllers/PerfdataController.php +++ b/application/controllers/PerfdataController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/PortgroupController.php b/application/controllers/PortgroupController.php index 67595816..59b63be8 100644 --- a/application/controllers/PortgroupController.php +++ b/application/controllers/PortgroupController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/ResourcepoolsController.php b/application/controllers/ResourcepoolsController.php index 08e1fb1f..d9ddfb7c 100644 --- a/application/controllers/ResourcepoolsController.php +++ b/application/controllers/ResourcepoolsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/ResourcesController.php b/application/controllers/ResourcesController.php index d6b6e115..e9019475 100644 --- a/application/controllers/ResourcesController.php +++ b/application/controllers/ResourcesController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/RpcServerUpdateHelper.php b/application/controllers/RpcServerUpdateHelper.php index 6afec32a..d8ee4fae 100644 --- a/application/controllers/RpcServerUpdateHelper.php +++ b/application/controllers/RpcServerUpdateHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Module\Vspheredb\DbObject\VCenterServer; diff --git a/application/controllers/SingleObjectMonitoring.php b/application/controllers/SingleObjectMonitoring.php index 75a75f0d..b3c07c49 100644 --- a/application/controllers/SingleObjectMonitoring.php +++ b/application/controllers/SingleObjectMonitoring.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/StoragepodsController.php b/application/controllers/StoragepodsController.php index a09ccfcf..7ba4c77d 100644 --- a/application/controllers/StoragepodsController.php +++ b/application/controllers/StoragepodsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/SwitchController.php b/application/controllers/SwitchController.php index 50693960..be135914 100644 --- a/application/controllers/SwitchController.php +++ b/application/controllers/SwitchController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/SwitchesController.php b/application/controllers/SwitchesController.php index 2d26146b..9b5d69f7 100644 --- a/application/controllers/SwitchesController.php +++ b/application/controllers/SwitchesController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Authentication\Auth; diff --git a/application/controllers/TopController.php b/application/controllers/TopController.php index 0058d8f9..36f0b4ea 100644 --- a/application/controllers/TopController.php +++ b/application/controllers/TopController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Module\Vspheredb\Web\Controller; diff --git a/application/controllers/VcenterController.php b/application/controllers/VcenterController.php index 1241dbc0..98ed494d 100644 --- a/application/controllers/VcenterController.php +++ b/application/controllers/VcenterController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/VcentersController.php b/application/controllers/VcentersController.php index 560b83e7..c422088f 100644 --- a/application/controllers/VcentersController.php +++ b/application/controllers/VcentersController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/application/controllers/VmController.php b/application/controllers/VmController.php index 730b7d7e..c2d9445d 100644 --- a/application/controllers/VmController.php +++ b/application/controllers/VmController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use Icinga\Exception\MissingParameterException; diff --git a/application/controllers/VmsController.php b/application/controllers/VmsController.php index c22845a4..3abbd588 100644 --- a/application/controllers/VmsController.php +++ b/application/controllers/VmsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Controllers; use gipfl\IcingaWeb2\Link; diff --git a/configuration.php b/configuration.php index 39ea0b61..e0d58ac4 100644 --- a/configuration.php +++ b/configuration.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + /** @var \Icinga\Application\Modules\Module $this */ $this->providePermission( diff --git a/library/Vspheredb/Addon/BackupTool.php b/library/Vspheredb/Addon/BackupTool.php index f2d419da..381a9633 100644 --- a/library/Vspheredb/Addon/BackupTool.php +++ b/library/Vspheredb/Addon/BackupTool.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\DbObject\CustomValues; diff --git a/library/Vspheredb/Addon/IbmSpectrumProtect.php b/library/Vspheredb/Addon/IbmSpectrumProtect.php index 6481c1e3..77b05ea2 100644 --- a/library/Vspheredb/Addon/IbmSpectrumProtect.php +++ b/library/Vspheredb/Addon/IbmSpectrumProtect.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\DbObject\VirtualMachine; diff --git a/library/Vspheredb/Addon/NetBackup.php b/library/Vspheredb/Addon/NetBackup.php index 58dff676..abad3ec1 100644 --- a/library/Vspheredb/Addon/NetBackup.php +++ b/library/Vspheredb/Addon/NetBackup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\DbObject\CustomValues; diff --git a/library/Vspheredb/Addon/SimpleBackupTool.php b/library/Vspheredb/Addon/SimpleBackupTool.php index 7eb5eabb..03f35a8d 100644 --- a/library/Vspheredb/Addon/SimpleBackupTool.php +++ b/library/Vspheredb/Addon/SimpleBackupTool.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\DbObject\CustomValues; diff --git a/library/Vspheredb/Addon/VRangerBackup.php b/library/Vspheredb/Addon/VRangerBackup.php index bae060b0..bf2e75cf 100644 --- a/library/Vspheredb/Addon/VRangerBackup.php +++ b/library/Vspheredb/Addon/VRangerBackup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\Web\Widget\Addon\VRangerBackupRunDetails; diff --git a/library/Vspheredb/Addon/VeeamBackup.php b/library/Vspheredb/Addon/VeeamBackup.php index 7e2f5f68..e3e78e37 100644 --- a/library/Vspheredb/Addon/VeeamBackup.php +++ b/library/Vspheredb/Addon/VeeamBackup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Addon; use Icinga\Module\Vspheredb\DbObject\VirtualMachine; diff --git a/library/Vspheredb/Api/Protocol/ClientDecoder.php b/library/Vspheredb/Api/Protocol/ClientDecoder.php index 6067300e..797314e5 100644 --- a/library/Vspheredb/Api/Protocol/ClientDecoder.php +++ b/library/Vspheredb/Api/Protocol/ClientDecoder.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Api\Protocol; use SoapClient; diff --git a/library/Vspheredb/Api/Protocol/ClientEncoder.php b/library/Vspheredb/Api/Protocol/ClientEncoder.php index fea558fc..7c50292d 100644 --- a/library/Vspheredb/Api/Protocol/ClientEncoder.php +++ b/library/Vspheredb/Api/Protocol/ClientEncoder.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Api\Protocol; use SoapClient; diff --git a/library/Vspheredb/Api/SoapClient.php b/library/Vspheredb/Api/SoapClient.php index 3f7ab4b3..ad3de12b 100644 --- a/library/Vspheredb/Api/SoapClient.php +++ b/library/Vspheredb/Api/SoapClient.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Api; use gipfl\Curl\CurlAsync; diff --git a/library/Vspheredb/Application/MemoryLimit.php b/library/Vspheredb/Application/MemoryLimit.php index 04c4d04f..6fcf064c 100644 --- a/library/Vspheredb/Application/MemoryLimit.php +++ b/library/Vspheredb/Application/MemoryLimit.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Application; class MemoryLimit diff --git a/library/Vspheredb/Auth/RestrictionHelper.php b/library/Vspheredb/Auth/RestrictionHelper.php index 104fe752..02e9c750 100644 --- a/library/Vspheredb/Auth/RestrictionHelper.php +++ b/library/Vspheredb/Auth/RestrictionHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Auth; use gipfl\IcingaWeb2\Zf1\Db\FilterRenderer; diff --git a/library/Vspheredb/CheckPluginHelper.php b/library/Vspheredb/CheckPluginHelper.php index e4b21705..998c820b 100644 --- a/library/Vspheredb/CheckPluginHelper.php +++ b/library/Vspheredb/CheckPluginHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use Exception; diff --git a/library/Vspheredb/Configuration.php b/library/Vspheredb/Configuration.php index 251fddc5..6a98559d 100644 --- a/library/Vspheredb/Configuration.php +++ b/library/Vspheredb/Configuration.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; /** diff --git a/library/Vspheredb/Daemon/ConfigWatch.php b/library/Vspheredb/Daemon/ConfigWatch.php index 811a658b..62348fcd 100644 --- a/library/Vspheredb/Daemon/ConfigWatch.php +++ b/library/Vspheredb/Daemon/ConfigWatch.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterTrait; diff --git a/library/Vspheredb/Daemon/ConnectionState.php b/library/Vspheredb/Daemon/ConnectionState.php index 647ad466..585578f7 100644 --- a/library/Vspheredb/Daemon/ConnectionState.php +++ b/library/Vspheredb/Daemon/ConnectionState.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use gipfl\Translation\StaticTranslator; diff --git a/library/Vspheredb/Daemon/ControlSocket.php b/library/Vspheredb/Daemon/ControlSocket.php index 06954e39..e385af55 100644 --- a/library/Vspheredb/Daemon/ControlSocket.php +++ b/library/Vspheredb/Daemon/ControlSocket.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Daemon/DbCleanup.php b/library/Vspheredb/Daemon/DbCleanup.php index 34246629..ed5af66d 100644 --- a/library/Vspheredb/Daemon/DbCleanup.php +++ b/library/Vspheredb/Daemon/DbCleanup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use gipfl\Log\Logger; diff --git a/library/Vspheredb/Daemon/DbLogger.php b/library/Vspheredb/Daemon/DbLogger.php index 580c2984..b2941f23 100644 --- a/library/Vspheredb/Daemon/DbLogger.php +++ b/library/Vspheredb/Daemon/DbLogger.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Daemon/DbProcessRunner.php b/library/Vspheredb/Daemon/DbProcessRunner.php index bfa9204c..01e64684 100644 --- a/library/Vspheredb/Daemon/DbProcessRunner.php +++ b/library/Vspheredb/Daemon/DbProcessRunner.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Daemon/IcingaCli.php b/library/Vspheredb/Daemon/IcingaCli.php index bc41c062..408fe8bf 100644 --- a/library/Vspheredb/Daemon/IcingaCli.php +++ b/library/Vspheredb/Daemon/IcingaCli.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterTrait; diff --git a/library/Vspheredb/Daemon/IcingaCliRpc.php b/library/Vspheredb/Daemon/IcingaCliRpc.php index dbe6d3c4..9a4b7829 100644 --- a/library/Vspheredb/Daemon/IcingaCliRpc.php +++ b/library/Vspheredb/Daemon/IcingaCliRpc.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Exception; diff --git a/library/Vspheredb/Daemon/IcingaCliRunner.php b/library/Vspheredb/Daemon/IcingaCliRunner.php index c83a39e1..b6c2042a 100644 --- a/library/Vspheredb/Daemon/IcingaCliRunner.php +++ b/library/Vspheredb/Daemon/IcingaCliRunner.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use React\ChildProcess\Process; diff --git a/library/Vspheredb/Daemon/ObjectSync.php b/library/Vspheredb/Daemon/ObjectSync.php index 205b39b2..dca95374 100644 --- a/library/Vspheredb/Daemon/ObjectSync.php +++ b/library/Vspheredb/Daemon/ObjectSync.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Exception; diff --git a/library/Vspheredb/Daemon/PerfDataSync.php b/library/Vspheredb/Daemon/PerfDataSync.php index e2835cfe..26481ae5 100644 --- a/library/Vspheredb/Daemon/PerfDataSync.php +++ b/library/Vspheredb/Daemon/PerfDataSync.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Exception; diff --git a/library/Vspheredb/Daemon/RemoteApi.php b/library/Vspheredb/Daemon/RemoteApi.php index 4f1883dd..33ec874f 100644 --- a/library/Vspheredb/Daemon/RemoteApi.php +++ b/library/Vspheredb/Daemon/RemoteApi.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Daemon/RemoteClient.php b/library/Vspheredb/Daemon/RemoteClient.php index 33b77077..e723645c 100644 --- a/library/Vspheredb/Daemon/RemoteClient.php +++ b/library/Vspheredb/Daemon/RemoteClient.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use gipfl\Protocol\JsonRpc\JsonRpcConnection; diff --git a/library/Vspheredb/Daemon/RpcNamespace/DbRunner.php b/library/Vspheredb/Daemon/RpcNamespace/DbRunner.php index 53be1ce9..5ca84cb6 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/DbRunner.php +++ b/library/Vspheredb/Daemon/RpcNamespace/DbRunner.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use Exception; diff --git a/library/Vspheredb/Daemon/RpcNamespace/LogProxy.php b/library/Vspheredb/Daemon/RpcNamespace/LogProxy.php index c29088af..095dce02 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/LogProxy.php +++ b/library/Vspheredb/Daemon/RpcNamespace/LogProxy.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use Psr\Log\LoggerInterface; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceCurl.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceCurl.php index 8a324abf..0c6d8b0e 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceCurl.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceCurl.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use gipfl\Curl\CurlAsync; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceDbProxy.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceDbProxy.php index 2d63b7e8..5dc5ae3d 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceDbProxy.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceDbProxy.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use Icinga\Module\Vspheredb\Daemon\DbProcessRunner; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceInfluxDb.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceInfluxDb.php index 9a95186a..eb43ead3 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceInfluxDb.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceInfluxDb.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use gipfl\Curl\CurlAsync; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceLogger.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceLogger.php index a4da4941..4ff9164f 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceLogger.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceLogger.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use gipfl\Log\Filter\LogLevelFilter; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceProcess.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceProcess.php index c9eb8920..d11cbc31 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceProcess.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceProcess.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceSystem.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceSystem.php index 2b1b0d64..3fdaac71 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceSystem.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceSystem.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use gipfl\LinuxHealth\Cpu; diff --git a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceVsphere.php b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceVsphere.php index 576f0e49..037d95bb 100644 --- a/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceVsphere.php +++ b/library/Vspheredb/Daemon/RpcNamespace/RpcNamespaceVsphere.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon\RpcNamespace; use Icinga\Module\Vspheredb\Monitoring\Health\ApiConnectionInfo; diff --git a/library/Vspheredb/Daemon/StateMachine.php b/library/Vspheredb/Daemon/StateMachine.php index b023e1a0..788fd182 100644 --- a/library/Vspheredb/Daemon/StateMachine.php +++ b/library/Vspheredb/Daemon/StateMachine.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use RuntimeException; diff --git a/library/Vspheredb/Daemon/VsphereDbDaemon.php b/library/Vspheredb/Daemon/VsphereDbDaemon.php index ab6c057f..6e0064ce 100644 --- a/library/Vspheredb/Daemon/VsphereDbDaemon.php +++ b/library/Vspheredb/Daemon/VsphereDbDaemon.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Daemon; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Data/Anonymizer.php b/library/Vspheredb/Data/Anonymizer.php index 86e0f792..d8d5d2ab 100644 --- a/library/Vspheredb/Data/Anonymizer.php +++ b/library/Vspheredb/Data/Anonymizer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Data; use Icinga\Application\Hook; diff --git a/library/Vspheredb/Db.php b/library/Vspheredb/Db.php index d102a4d1..90c4fa52 100644 --- a/library/Vspheredb/Db.php +++ b/library/Vspheredb/Db.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use gipfl\DbMigration\Migrations; diff --git a/library/Vspheredb/Db/BulkPathLookup.php b/library/Vspheredb/Db/BulkPathLookup.php index 1debfd75..28f528d9 100644 --- a/library/Vspheredb/Db/BulkPathLookup.php +++ b/library/Vspheredb/Db/BulkPathLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Db/CheckRelatedLookup.php b/library/Vspheredb/Db/CheckRelatedLookup.php index 0544b4be..e56d6385 100644 --- a/library/Vspheredb/Db/CheckRelatedLookup.php +++ b/library/Vspheredb/Db/CheckRelatedLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Icinga\Exception\NotFoundError; diff --git a/library/Vspheredb/Db/DbConnection.php b/library/Vspheredb/Db/DbConnection.php index 3f726cf2..a266994f 100644 --- a/library/Vspheredb/Db/DbConnection.php +++ b/library/Vspheredb/Db/DbConnection.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Icinga\Data\Db\DbConnection as IcingaDbConnection; diff --git a/library/Vspheredb/Db/DbObject.php b/library/Vspheredb/Db/DbObject.php index ee07c33d..0945f59b 100644 --- a/library/Vspheredb/Db/DbObject.php +++ b/library/Vspheredb/Db/DbObject.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Db/DbUtil.php b/library/Vspheredb/Db/DbUtil.php index adff3318..d9da8675 100644 --- a/library/Vspheredb/Db/DbUtil.php +++ b/library/Vspheredb/Db/DbUtil.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use gipfl\ZfDb\Adapter\Adapter; diff --git a/library/Vspheredb/Db/QueryHelper.php b/library/Vspheredb/Db/QueryHelper.php index 29d55771..9b6e473c 100644 --- a/library/Vspheredb/Db/QueryHelper.php +++ b/library/Vspheredb/Db/QueryHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Zend_Db_Adapter_Abstract as ZfDb; diff --git a/library/Vspheredb/Db/TagLookup.php b/library/Vspheredb/Db/TagLookup.php index 3dc30cb5..466ab6ba 100644 --- a/library/Vspheredb/Db/TagLookup.php +++ b/library/Vspheredb/Db/TagLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Db/VCenterCleanup.php b/library/Vspheredb/Db/VCenterCleanup.php index 8137c181..38cf2157 100644 --- a/library/Vspheredb/Db/VCenterCleanup.php +++ b/library/Vspheredb/Db/VCenterCleanup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Db; use Exception; diff --git a/library/Vspheredb/DbObject/BaseDbObject.php b/library/Vspheredb/DbObject/BaseDbObject.php index 56642b3c..07adefaf 100644 --- a/library/Vspheredb/DbObject/BaseDbObject.php +++ b/library/Vspheredb/DbObject/BaseDbObject.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/DbObject/BaseVmHardwareDbObject.php b/library/Vspheredb/DbObject/BaseVmHardwareDbObject.php index 36737150..f7a454dc 100644 --- a/library/Vspheredb/DbObject/BaseVmHardwareDbObject.php +++ b/library/Vspheredb/DbObject/BaseVmHardwareDbObject.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; abstract class BaseVmHardwareDbObject extends BaseDbObject diff --git a/library/Vspheredb/DbObject/ComputeCluster.php b/library/Vspheredb/DbObject/ComputeCluster.php index c92e334b..7f421278 100644 --- a/library/Vspheredb/DbObject/ComputeCluster.php +++ b/library/Vspheredb/DbObject/ComputeCluster.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class ComputeCluster extends BaseDbObject diff --git a/library/Vspheredb/DbObject/ComputeResource.php b/library/Vspheredb/DbObject/ComputeResource.php index fbbfca74..0a590c99 100644 --- a/library/Vspheredb/DbObject/ComputeResource.php +++ b/library/Vspheredb/DbObject/ComputeResource.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class ComputeResource extends BaseDbObject diff --git a/library/Vspheredb/DbObject/CustomValueSupport.php b/library/Vspheredb/DbObject/CustomValueSupport.php index 50e8ba56..7c0043e9 100644 --- a/library/Vspheredb/DbObject/CustomValueSupport.php +++ b/library/Vspheredb/DbObject/CustomValueSupport.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/DbObject/CustomValues.php b/library/Vspheredb/DbObject/CustomValues.php index 29775c5c..59581a60 100644 --- a/library/Vspheredb/DbObject/CustomValues.php +++ b/library/Vspheredb/DbObject/CustomValues.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/DbObject/Datastore.php b/library/Vspheredb/DbObject/Datastore.php index 5dbeda5f..a09b78bc 100644 --- a/library/Vspheredb/DbObject/Datastore.php +++ b/library/Vspheredb/DbObject/Datastore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class Datastore extends BaseDbObject diff --git a/library/Vspheredb/DbObject/DbProperty.php b/library/Vspheredb/DbObject/DbProperty.php index 3b2a00c7..40d5dc33 100644 --- a/library/Vspheredb/DbObject/DbProperty.php +++ b/library/Vspheredb/DbObject/DbProperty.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use InvalidArgumentException; diff --git a/library/Vspheredb/DbObject/DistributedVirtualPortgroup.php b/library/Vspheredb/DbObject/DistributedVirtualPortgroup.php index 6c70c159..34622105 100644 --- a/library/Vspheredb/DbObject/DistributedVirtualPortgroup.php +++ b/library/Vspheredb/DbObject/DistributedVirtualPortgroup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\VmwareDataType\NumericRange; diff --git a/library/Vspheredb/DbObject/DistributedVirtualSwitch.php b/library/Vspheredb/DbObject/DistributedVirtualSwitch.php index f3a36139..2bd16f7d 100644 --- a/library/Vspheredb/DbObject/DistributedVirtualSwitch.php +++ b/library/Vspheredb/DbObject/DistributedVirtualSwitch.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/DbObject/HostHba.php b/library/Vspheredb/DbObject/HostHba.php index 365fd067..feda2efb 100644 --- a/library/Vspheredb/DbObject/HostHba.php +++ b/library/Vspheredb/DbObject/HostHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostHba extends BaseVmHardwareDbObject diff --git a/library/Vspheredb/DbObject/HostPciDevice.php b/library/Vspheredb/DbObject/HostPciDevice.php index d50f9527..8730fe63 100644 --- a/library/Vspheredb/DbObject/HostPciDevice.php +++ b/library/Vspheredb/DbObject/HostPciDevice.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostPciDevice extends BaseDbObject diff --git a/library/Vspheredb/DbObject/HostPhysicalNic.php b/library/Vspheredb/DbObject/HostPhysicalNic.php index 91e2d585..b6a5c8f8 100644 --- a/library/Vspheredb/DbObject/HostPhysicalNic.php +++ b/library/Vspheredb/DbObject/HostPhysicalNic.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostPhysicalNic extends BaseVmHardwareDbObject diff --git a/library/Vspheredb/DbObject/HostQuickStats.php b/library/Vspheredb/DbObject/HostQuickStats.php index c5062da9..885215cb 100644 --- a/library/Vspheredb/DbObject/HostQuickStats.php +++ b/library/Vspheredb/DbObject/HostQuickStats.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/DbObject/HostSensor.php b/library/Vspheredb/DbObject/HostSensor.php index b8ef19d6..a02f92ba 100644 --- a/library/Vspheredb/DbObject/HostSensor.php +++ b/library/Vspheredb/DbObject/HostSensor.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostSensor extends BaseDbObject diff --git a/library/Vspheredb/DbObject/HostSystem.php b/library/Vspheredb/DbObject/HostSystem.php index 83e157a4..c68e67c9 100644 --- a/library/Vspheredb/DbObject/HostSystem.php +++ b/library/Vspheredb/DbObject/HostSystem.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use DateTime; diff --git a/library/Vspheredb/DbObject/HostSystemList.php b/library/Vspheredb/DbObject/HostSystemList.php index ae063564..bac40a9d 100644 --- a/library/Vspheredb/DbObject/HostSystemList.php +++ b/library/Vspheredb/DbObject/HostSystemList.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostSystemList extends MoRefList diff --git a/library/Vspheredb/DbObject/HostVirtualNic.php b/library/Vspheredb/DbObject/HostVirtualNic.php index eda20cd8..9f31b6c8 100644 --- a/library/Vspheredb/DbObject/HostVirtualNic.php +++ b/library/Vspheredb/DbObject/HostVirtualNic.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class HostVirtualNic extends BaseVmHardwareDbObject diff --git a/library/Vspheredb/DbObject/ManagedObject.php b/library/Vspheredb/DbObject/ManagedObject.php index 01cb63fe..8a3607e9 100644 --- a/library/Vspheredb/DbObject/ManagedObject.php +++ b/library/Vspheredb/DbObject/ManagedObject.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/DbObject/MappingHelper.php b/library/Vspheredb/DbObject/MappingHelper.php index ed88b21f..bcdba674 100644 --- a/library/Vspheredb/DbObject/MappingHelper.php +++ b/library/Vspheredb/DbObject/MappingHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db\DbObject; diff --git a/library/Vspheredb/DbObject/MoRefList.php b/library/Vspheredb/DbObject/MoRefList.php index 6e1f10cf..b020c0a7 100644 --- a/library/Vspheredb/DbObject/MoRefList.php +++ b/library/Vspheredb/DbObject/MoRefList.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/DbObject/MonitoringConnection.php b/library/Vspheredb/DbObject/MonitoringConnection.php index fd8b1cc5..8a992eb0 100644 --- a/library/Vspheredb/DbObject/MonitoringConnection.php +++ b/library/Vspheredb/DbObject/MonitoringConnection.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Exception\ConfigurationError; diff --git a/library/Vspheredb/DbObject/StoragePod.php b/library/Vspheredb/DbObject/StoragePod.php index 3d718ff0..c69dd2fd 100644 --- a/library/Vspheredb/DbObject/StoragePod.php +++ b/library/Vspheredb/DbObject/StoragePod.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class StoragePod extends BaseDbObject diff --git a/library/Vspheredb/DbObject/TaggingCategory.php b/library/Vspheredb/DbObject/TaggingCategory.php index f6fa74a6..9524c291 100644 --- a/library/Vspheredb/DbObject/TaggingCategory.php +++ b/library/Vspheredb/DbObject/TaggingCategory.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class TaggingCategory extends BaseDbObject diff --git a/library/Vspheredb/DbObject/TaggingObjectTag.php b/library/Vspheredb/DbObject/TaggingObjectTag.php index 2ff89d33..3aa88250 100644 --- a/library/Vspheredb/DbObject/TaggingObjectTag.php +++ b/library/Vspheredb/DbObject/TaggingObjectTag.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class TaggingObjectTag extends BaseDbObject diff --git a/library/Vspheredb/DbObject/TaggingTag.php b/library/Vspheredb/DbObject/TaggingTag.php index aed9da1a..306abdad 100644 --- a/library/Vspheredb/DbObject/TaggingTag.php +++ b/library/Vspheredb/DbObject/TaggingTag.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class TaggingTag extends BaseDbObject diff --git a/library/Vspheredb/DbObject/VCenter.php b/library/Vspheredb/DbObject/VCenter.php index 908ef213..86926f9d 100644 --- a/library/Vspheredb/DbObject/VCenter.php +++ b/library/Vspheredb/DbObject/VCenter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Exception\NotFoundError; diff --git a/library/Vspheredb/DbObject/VCenterServer.php b/library/Vspheredb/DbObject/VCenterServer.php index 1fb12688..e2da9bdf 100644 --- a/library/Vspheredb/DbObject/VCenterServer.php +++ b/library/Vspheredb/DbObject/VCenterServer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/DbObject/VirtualMachine.php b/library/Vspheredb/DbObject/VirtualMachine.php index 0364b221..7ad4f017 100644 --- a/library/Vspheredb/DbObject/VirtualMachine.php +++ b/library/Vspheredb/DbObject/VirtualMachine.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/DbObject/VirtualMachineList.php b/library/Vspheredb/DbObject/VirtualMachineList.php index a39f129a..ff01fe17 100644 --- a/library/Vspheredb/DbObject/VirtualMachineList.php +++ b/library/Vspheredb/DbObject/VirtualMachineList.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class VirtualMachineList extends MoRefList diff --git a/library/Vspheredb/DbObject/VmDatastoreUsage.php b/library/Vspheredb/DbObject/VmDatastoreUsage.php index df11618c..11eb2c5e 100644 --- a/library/Vspheredb/DbObject/VmDatastoreUsage.php +++ b/library/Vspheredb/DbObject/VmDatastoreUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db\DbObject; diff --git a/library/Vspheredb/DbObject/VmDisk.php b/library/Vspheredb/DbObject/VmDisk.php index ee325da8..974695b4 100644 --- a/library/Vspheredb/DbObject/VmDisk.php +++ b/library/Vspheredb/DbObject/VmDisk.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Ramsey\Uuid\Uuid; diff --git a/library/Vspheredb/DbObject/VmDiskUsage.php b/library/Vspheredb/DbObject/VmDiskUsage.php index 92c7aaeb..bdcd2fbb 100644 --- a/library/Vspheredb/DbObject/VmDiskUsage.php +++ b/library/Vspheredb/DbObject/VmDiskUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db\DbObject; diff --git a/library/Vspheredb/DbObject/VmHardware.php b/library/Vspheredb/DbObject/VmHardware.php index e24e4fdb..c09ea0e7 100644 --- a/library/Vspheredb/DbObject/VmHardware.php +++ b/library/Vspheredb/DbObject/VmHardware.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class VmHardware extends BaseVmHardwareDbObject diff --git a/library/Vspheredb/DbObject/VmNetworkAdapter.php b/library/Vspheredb/DbObject/VmNetworkAdapter.php index bfab1e04..78cf64a1 100644 --- a/library/Vspheredb/DbObject/VmNetworkAdapter.php +++ b/library/Vspheredb/DbObject/VmNetworkAdapter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class VmNetworkAdapter extends BaseVmHardwareDbObject diff --git a/library/Vspheredb/DbObject/VmQuickStats.php b/library/Vspheredb/DbObject/VmQuickStats.php index 165ce8cc..29807355 100644 --- a/library/Vspheredb/DbObject/VmQuickStats.php +++ b/library/Vspheredb/DbObject/VmQuickStats.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/DbObject/VmSnapshot.php b/library/Vspheredb/DbObject/VmSnapshot.php index 934263b2..16a673dd 100644 --- a/library/Vspheredb/DbObject/VmSnapshot.php +++ b/library/Vspheredb/DbObject/VmSnapshot.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\DbObject; class VmSnapshot extends BaseDbObject diff --git a/library/Vspheredb/EventHistory/VmRecentMigrationHistory.php b/library/Vspheredb/EventHistory/VmRecentMigrationHistory.php index 86a45198..f1269b43 100644 --- a/library/Vspheredb/EventHistory/VmRecentMigrationHistory.php +++ b/library/Vspheredb/EventHistory/VmRecentMigrationHistory.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\EventHistory; use Icinga\Module\Vspheredb\Db\DbUtil; diff --git a/library/Vspheredb/Exception/DuplicateKeyException.php b/library/Vspheredb/Exception/DuplicateKeyException.php index ab8462bf..23716a8c 100644 --- a/library/Vspheredb/Exception/DuplicateKeyException.php +++ b/library/Vspheredb/Exception/DuplicateKeyException.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Exception; use Icinga\Exception\IcingaException; diff --git a/library/Vspheredb/Exception/NoPermissionException.php b/library/Vspheredb/Exception/NoPermissionException.php index 581588a2..6fbe7b94 100644 --- a/library/Vspheredb/Exception/NoPermissionException.php +++ b/library/Vspheredb/Exception/NoPermissionException.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Exception; class NoPermissionException extends VmwareException diff --git a/library/Vspheredb/Exception/NoSessionForCookieError.php b/library/Vspheredb/Exception/NoSessionForCookieError.php index e15c1a42..ccf13068 100644 --- a/library/Vspheredb/Exception/NoSessionForCookieError.php +++ b/library/Vspheredb/Exception/NoSessionForCookieError.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Exception; use Exception; diff --git a/library/Vspheredb/Exception/NotAuthenticatedException.php b/library/Vspheredb/Exception/NotAuthenticatedException.php index 9eabd6a4..761f1299 100644 --- a/library/Vspheredb/Exception/NotAuthenticatedException.php +++ b/library/Vspheredb/Exception/NotAuthenticatedException.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Exception; class NotAuthenticatedException extends VmwareException diff --git a/library/Vspheredb/Exception/VmwareException.php b/library/Vspheredb/Exception/VmwareException.php index 8567e9ab..5d66a564 100644 --- a/library/Vspheredb/Exception/VmwareException.php +++ b/library/Vspheredb/Exception/VmwareException.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Exception; use Exception; diff --git a/library/Vspheredb/Format.php b/library/Vspheredb/Format.php index b61987b8..a95a9c36 100644 --- a/library/Vspheredb/Format.php +++ b/library/Vspheredb/Format.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; class Format diff --git a/library/Vspheredb/Hint/ConnectionStateDetails.php b/library/Vspheredb/Hint/ConnectionStateDetails.php index 26532134..c77a9767 100644 --- a/library/Vspheredb/Hint/ConnectionStateDetails.php +++ b/library/Vspheredb/Hint/ConnectionStateDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Hint; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Hook/AnonymizerHook.php b/library/Vspheredb/Hook/AnonymizerHook.php index 5d1fd4a8..4b04b2ab 100644 --- a/library/Vspheredb/Hook/AnonymizerHook.php +++ b/library/Vspheredb/Hook/AnonymizerHook.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Hook; abstract class AnonymizerHook diff --git a/library/Vspheredb/Hook/PerfDataConsumerHook.php b/library/Vspheredb/Hook/PerfDataConsumerHook.php index 6d41fc79..c90b9974 100644 --- a/library/Vspheredb/Hook/PerfDataConsumerHook.php +++ b/library/Vspheredb/Hook/PerfDataConsumerHook.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Hook; use gipfl\InfluxDb\DataPoint; diff --git a/library/Vspheredb/Ido.php b/library/Vspheredb/Ido.php index 9d0b3bf6..a1ffe5fd 100644 --- a/library/Vspheredb/Ido.php +++ b/library/Vspheredb/Ido.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use Icinga\Data\Db\DbConnection; diff --git a/library/Vspheredb/MappedClass/AboutInfo.php b/library/Vspheredb/MappedClass/AboutInfo.php index 88e958b4..f0e9edae 100644 --- a/library/Vspheredb/MappedClass/AboutInfo.php +++ b/library/Vspheredb/MappedClass/AboutInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/Action.php b/library/Vspheredb/MappedClass/Action.php index 5b258ba7..5bad59f3 100644 --- a/library/Vspheredb/MappedClass/Action.php +++ b/library/Vspheredb/MappedClass/Action.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/Alarm.php b/library/Vspheredb/MappedClass/Alarm.php index 12aa6a06..d5907866 100644 --- a/library/Vspheredb/MappedClass/Alarm.php +++ b/library/Vspheredb/MappedClass/Alarm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlarmAcknowledgedEvent.php b/library/Vspheredb/MappedClass/AlarmAcknowledgedEvent.php index 1777ca96..a8332f7f 100644 --- a/library/Vspheredb/MappedClass/AlarmAcknowledgedEvent.php +++ b/library/Vspheredb/MappedClass/AlarmAcknowledgedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmAcknowledgedEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmAction.php b/library/Vspheredb/MappedClass/AlarmAction.php index a61881f6..10004719 100644 --- a/library/Vspheredb/MappedClass/AlarmAction.php +++ b/library/Vspheredb/MappedClass/AlarmAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlarmClearedEvent.php b/library/Vspheredb/MappedClass/AlarmClearedEvent.php index ec4f94fa..268cb7a5 100644 --- a/library/Vspheredb/MappedClass/AlarmClearedEvent.php +++ b/library/Vspheredb/MappedClass/AlarmClearedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmClearedEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmCreatedEvent.php b/library/Vspheredb/MappedClass/AlarmCreatedEvent.php index bca7801b..de58d308 100644 --- a/library/Vspheredb/MappedClass/AlarmCreatedEvent.php +++ b/library/Vspheredb/MappedClass/AlarmCreatedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmCreatedEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmEvent.php b/library/Vspheredb/MappedClass/AlarmEvent.php index 3782a739..2b12ff77 100644 --- a/library/Vspheredb/MappedClass/AlarmEvent.php +++ b/library/Vspheredb/MappedClass/AlarmEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/AlarmEventArgument.php b/library/Vspheredb/MappedClass/AlarmEventArgument.php index 5667730f..80adee3f 100644 --- a/library/Vspheredb/MappedClass/AlarmEventArgument.php +++ b/library/Vspheredb/MappedClass/AlarmEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/AlarmExpression.php b/library/Vspheredb/MappedClass/AlarmExpression.php index d005d607..1a26cd53 100644 --- a/library/Vspheredb/MappedClass/AlarmExpression.php +++ b/library/Vspheredb/MappedClass/AlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlarmInfo.php b/library/Vspheredb/MappedClass/AlarmInfo.php index da80eb8a..2139fc14 100644 --- a/library/Vspheredb/MappedClass/AlarmInfo.php +++ b/library/Vspheredb/MappedClass/AlarmInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/AlarmReconfiguredEvent.php b/library/Vspheredb/MappedClass/AlarmReconfiguredEvent.php index d8f05a32..e1477ead 100644 --- a/library/Vspheredb/MappedClass/AlarmReconfiguredEvent.php +++ b/library/Vspheredb/MappedClass/AlarmReconfiguredEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmReconfiguredEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmRemovedEvent.php b/library/Vspheredb/MappedClass/AlarmRemovedEvent.php index ede26b08..c406032d 100644 --- a/library/Vspheredb/MappedClass/AlarmRemovedEvent.php +++ b/library/Vspheredb/MappedClass/AlarmRemovedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmRemovedEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmSetting.php b/library/Vspheredb/MappedClass/AlarmSetting.php index f7c7f612..caecb055 100644 --- a/library/Vspheredb/MappedClass/AlarmSetting.php +++ b/library/Vspheredb/MappedClass/AlarmSetting.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlarmSpec.php b/library/Vspheredb/MappedClass/AlarmSpec.php index 0b69dcd4..73c1d5ea 100644 --- a/library/Vspheredb/MappedClass/AlarmSpec.php +++ b/library/Vspheredb/MappedClass/AlarmSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlarmState.php b/library/Vspheredb/MappedClass/AlarmState.php index a4a128fc..5b8aa7db 100644 --- a/library/Vspheredb/MappedClass/AlarmState.php +++ b/library/Vspheredb/MappedClass/AlarmState.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/AlarmStatusChangedEvent.php b/library/Vspheredb/MappedClass/AlarmStatusChangedEvent.php index 9255381d..582dc134 100644 --- a/library/Vspheredb/MappedClass/AlarmStatusChangedEvent.php +++ b/library/Vspheredb/MappedClass/AlarmStatusChangedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlarmStatusChangedEvent extends AlarmEvent diff --git a/library/Vspheredb/MappedClass/AlarmTriggeringAction.php b/library/Vspheredb/MappedClass/AlarmTriggeringAction.php index 8f7d5306..1f031bff 100644 --- a/library/Vspheredb/MappedClass/AlarmTriggeringAction.php +++ b/library/Vspheredb/MappedClass/AlarmTriggeringAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/AlarmTriggeringActionTransitionSpec.php b/library/Vspheredb/MappedClass/AlarmTriggeringActionTransitionSpec.php index 7007e152..371e1182 100644 --- a/library/Vspheredb/MappedClass/AlarmTriggeringActionTransitionSpec.php +++ b/library/Vspheredb/MappedClass/AlarmTriggeringActionTransitionSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/AlreadyAuthenticatedSessionEvent.php b/library/Vspheredb/MappedClass/AlreadyAuthenticatedSessionEvent.php index 72ba2f29..0920ae8a 100644 --- a/library/Vspheredb/MappedClass/AlreadyAuthenticatedSessionEvent.php +++ b/library/Vspheredb/MappedClass/AlreadyAuthenticatedSessionEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class AlreadyAuthenticatedSessionEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/AndAlarmExpression.php b/library/Vspheredb/MappedClass/AndAlarmExpression.php index c54f0dda..c9b6e8c6 100644 --- a/library/Vspheredb/MappedClass/AndAlarmExpression.php +++ b/library/Vspheredb/MappedClass/AndAlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/ApiClassMap.php b/library/Vspheredb/MappedClass/ApiClassMap.php index a7bb0270..90c0b35d 100644 --- a/library/Vspheredb/MappedClass/ApiClassMap.php +++ b/library/Vspheredb/MappedClass/ApiClassMap.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/BadUsernameSessionEvent.php b/library/Vspheredb/MappedClass/BadUsernameSessionEvent.php index 61929211..45881566 100644 --- a/library/Vspheredb/MappedClass/BadUsernameSessionEvent.php +++ b/library/Vspheredb/MappedClass/BadUsernameSessionEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class BadUsernameSessionEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/BaseMigrationEvent.php b/library/Vspheredb/MappedClass/BaseMigrationEvent.php index 125827d2..2f27383b 100644 --- a/library/Vspheredb/MappedClass/BaseMigrationEvent.php +++ b/library/Vspheredb/MappedClass/BaseMigrationEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/ClusterDasFdmHostState.php b/library/Vspheredb/MappedClass/ClusterDasFdmHostState.php index a8d59975..496f990b 100644 --- a/library/Vspheredb/MappedClass/ClusterDasFdmHostState.php +++ b/library/Vspheredb/MappedClass/ClusterDasFdmHostState.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/MappedClass/ComputeResourceEventArgument.php b/library/Vspheredb/MappedClass/ComputeResourceEventArgument.php index ccec1ff6..54869f42 100644 --- a/library/Vspheredb/MappedClass/ComputeResourceEventArgument.php +++ b/library/Vspheredb/MappedClass/ComputeResourceEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/CreateTaskAction.php b/library/Vspheredb/MappedClass/CreateTaskAction.php index b757c390..2da106e5 100644 --- a/library/Vspheredb/MappedClass/CreateTaskAction.php +++ b/library/Vspheredb/MappedClass/CreateTaskAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/CustomFieldDef.php b/library/Vspheredb/MappedClass/CustomFieldDef.php index ddf723e7..938358b0 100644 --- a/library/Vspheredb/MappedClass/CustomFieldDef.php +++ b/library/Vspheredb/MappedClass/CustomFieldDef.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class CustomFieldDef extends DynamicData diff --git a/library/Vspheredb/MappedClass/CustomFieldValue.php b/library/Vspheredb/MappedClass/CustomFieldValue.php index a7fe837f..607f5eb3 100644 --- a/library/Vspheredb/MappedClass/CustomFieldValue.php +++ b/library/Vspheredb/MappedClass/CustomFieldValue.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/CustomFieldsManager.php b/library/Vspheredb/MappedClass/CustomFieldsManager.php index 4c92ce86..ab36f347 100644 --- a/library/Vspheredb/MappedClass/CustomFieldsManager.php +++ b/library/Vspheredb/MappedClass/CustomFieldsManager.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/Datacenter.php b/library/Vspheredb/MappedClass/Datacenter.php index 3cb3a75c..1f717393 100644 --- a/library/Vspheredb/MappedClass/Datacenter.php +++ b/library/Vspheredb/MappedClass/Datacenter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/DatacenterConfigInfo.php b/library/Vspheredb/MappedClass/DatacenterConfigInfo.php index e801d04a..ad70fb63 100644 --- a/library/Vspheredb/MappedClass/DatacenterConfigInfo.php +++ b/library/Vspheredb/MappedClass/DatacenterConfigInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/DatacenterEventArgument.php b/library/Vspheredb/MappedClass/DatacenterEventArgument.php index bd7a8343..d991d5d2 100644 --- a/library/Vspheredb/MappedClass/DatacenterEventArgument.php +++ b/library/Vspheredb/MappedClass/DatacenterEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/Datastore.php b/library/Vspheredb/MappedClass/Datastore.php index 1ac0309c..38611fbb 100644 --- a/library/Vspheredb/MappedClass/Datastore.php +++ b/library/Vspheredb/MappedClass/Datastore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/DatastoreEventArgument.php b/library/Vspheredb/MappedClass/DatastoreEventArgument.php index 28a50a5e..2e82534e 100644 --- a/library/Vspheredb/MappedClass/DatastoreEventArgument.php +++ b/library/Vspheredb/MappedClass/DatastoreEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberBacking.php b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberBacking.php index 0822cf5b..7206aefd 100644 --- a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberBacking.php +++ b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberBacking.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class DistributedVirtualSwitchHostMemberBacking extends DynamicData diff --git a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicBacking.php b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicBacking.php index ae47993f..46354338 100644 --- a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicBacking.php +++ b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicBacking.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicSpec.php b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicSpec.php index 5908a6de..789c2a91 100644 --- a/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicSpec.php +++ b/library/Vspheredb/MappedClass/DistributedVirtualSwitchHostMemberPnicSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/DistributedVirtualSwitchPortConnection.php b/library/Vspheredb/MappedClass/DistributedVirtualSwitchPortConnection.php index b9aad901..f144bacf 100644 --- a/library/Vspheredb/MappedClass/DistributedVirtualSwitchPortConnection.php +++ b/library/Vspheredb/MappedClass/DistributedVirtualSwitchPortConnection.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/DrsVmMigratedEvent.php b/library/Vspheredb/MappedClass/DrsVmMigratedEvent.php index 224923df..5caf6050 100644 --- a/library/Vspheredb/MappedClass/DrsVmMigratedEvent.php +++ b/library/Vspheredb/MappedClass/DrsVmMigratedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class DrsVmMigratedEvent extends VmMigratedEvent diff --git a/library/Vspheredb/MappedClass/DynamicData.php b/library/Vspheredb/MappedClass/DynamicData.php index 503142f1..9af0b1f8 100644 --- a/library/Vspheredb/MappedClass/DynamicData.php +++ b/library/Vspheredb/MappedClass/DynamicData.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/DynamicProperty.php b/library/Vspheredb/MappedClass/DynamicProperty.php index da3daca9..498d0b89 100644 --- a/library/Vspheredb/MappedClass/DynamicProperty.php +++ b/library/Vspheredb/MappedClass/DynamicProperty.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/ElementDescription.php b/library/Vspheredb/MappedClass/ElementDescription.php index 528f1493..4c9fd2de 100644 --- a/library/Vspheredb/MappedClass/ElementDescription.php +++ b/library/Vspheredb/MappedClass/ElementDescription.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/EntityEventArgument.php b/library/Vspheredb/MappedClass/EntityEventArgument.php index dcb478a8..f47d6d02 100644 --- a/library/Vspheredb/MappedClass/EntityEventArgument.php +++ b/library/Vspheredb/MappedClass/EntityEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/EventAlarmExpression.php b/library/Vspheredb/MappedClass/EventAlarmExpression.php index f724be4a..66c51cd2 100644 --- a/library/Vspheredb/MappedClass/EventAlarmExpression.php +++ b/library/Vspheredb/MappedClass/EventAlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/EventAlarmExpressionComparison.php b/library/Vspheredb/MappedClass/EventAlarmExpressionComparison.php index a218bedb..1e23a968 100644 --- a/library/Vspheredb/MappedClass/EventAlarmExpressionComparison.php +++ b/library/Vspheredb/MappedClass/EventAlarmExpressionComparison.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/EventFilterSpec.php b/library/Vspheredb/MappedClass/EventFilterSpec.php index 1926b28d..75776d96 100644 --- a/library/Vspheredb/MappedClass/EventFilterSpec.php +++ b/library/Vspheredb/MappedClass/EventFilterSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/EventFilterSpecByEntity.php b/library/Vspheredb/MappedClass/EventFilterSpecByEntity.php index 1112a59a..33252f0c 100644 --- a/library/Vspheredb/MappedClass/EventFilterSpecByEntity.php +++ b/library/Vspheredb/MappedClass/EventFilterSpecByEntity.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/EventFilterSpecByTime.php b/library/Vspheredb/MappedClass/EventFilterSpecByTime.php index 23659f84..310b6652 100644 --- a/library/Vspheredb/MappedClass/EventFilterSpecByTime.php +++ b/library/Vspheredb/MappedClass/EventFilterSpecByTime.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/EventFilterSpecByUsername.php b/library/Vspheredb/MappedClass/EventFilterSpecByUsername.php index 357a830c..fff320a7 100644 --- a/library/Vspheredb/MappedClass/EventFilterSpecByUsername.php +++ b/library/Vspheredb/MappedClass/EventFilterSpecByUsername.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/EventHistoryCollector.php b/library/Vspheredb/MappedClass/EventHistoryCollector.php index 75aec7a2..7149e940 100644 --- a/library/Vspheredb/MappedClass/EventHistoryCollector.php +++ b/library/Vspheredb/MappedClass/EventHistoryCollector.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/ExtensibleManagedObject.php b/library/Vspheredb/MappedClass/ExtensibleManagedObject.php index edf75eff..23c95825 100644 --- a/library/Vspheredb/MappedClass/ExtensibleManagedObject.php +++ b/library/Vspheredb/MappedClass/ExtensibleManagedObject.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/Fault.php b/library/Vspheredb/MappedClass/Fault.php index c1b36831..e0a50505 100644 --- a/library/Vspheredb/MappedClass/Fault.php +++ b/library/Vspheredb/MappedClass/Fault.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/Folder.php b/library/Vspheredb/MappedClass/Folder.php index 4719febe..b43188e4 100644 --- a/library/Vspheredb/MappedClass/Folder.php +++ b/library/Vspheredb/MappedClass/Folder.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/GlobalMessageChanged.php b/library/Vspheredb/MappedClass/GlobalMessageChanged.php index 5b2dd477..d14e459a 100644 --- a/library/Vspheredb/MappedClass/GlobalMessageChanged.php +++ b/library/Vspheredb/MappedClass/GlobalMessageChanged.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class GlobalMessageChanged extends SessionEvent diff --git a/library/Vspheredb/MappedClass/GlobalMessageChangedEvent.php b/library/Vspheredb/MappedClass/GlobalMessageChangedEvent.php index 05fd094c..90a6b5ff 100644 --- a/library/Vspheredb/MappedClass/GlobalMessageChangedEvent.php +++ b/library/Vspheredb/MappedClass/GlobalMessageChangedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class GlobalMessageChangedEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/GuestNicInfo.php b/library/Vspheredb/MappedClass/GuestNicInfo.php index 525b4a38..e72e10c4 100644 --- a/library/Vspheredb/MappedClass/GuestNicInfo.php +++ b/library/Vspheredb/MappedClass/GuestNicInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostBlockHba.php b/library/Vspheredb/MappedClass/HostBlockHba.php index fd7e41eb..565afa22 100644 --- a/library/Vspheredb/MappedClass/HostBlockHba.php +++ b/library/Vspheredb/MappedClass/HostBlockHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class HostBlockHba extends HostHostBusAdapter diff --git a/library/Vspheredb/MappedClass/HostDnsConfig.php b/library/Vspheredb/MappedClass/HostDnsConfig.php index 3d8e0bfc..5fd95bbc 100644 --- a/library/Vspheredb/MappedClass/HostDnsConfig.php +++ b/library/Vspheredb/MappedClass/HostDnsConfig.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostEventArgument.php b/library/Vspheredb/MappedClass/HostEventArgument.php index bafefc7f..0759424f 100644 --- a/library/Vspheredb/MappedClass/HostEventArgument.php +++ b/library/Vspheredb/MappedClass/HostEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/HostFibreChannelHba.php b/library/Vspheredb/MappedClass/HostFibreChannelHba.php index 109a0519..cfb8d2ed 100644 --- a/library/Vspheredb/MappedClass/HostFibreChannelHba.php +++ b/library/Vspheredb/MappedClass/HostFibreChannelHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHba.php b/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHba.php index e8b9f886..27445172 100644 --- a/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHba.php +++ b/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHbaLinkInfo.php b/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHbaLinkInfo.php index ae88eecc..d6d216b8 100644 --- a/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHbaLinkInfo.php +++ b/library/Vspheredb/MappedClass/HostFibreChannelOverEthernetHbaLinkInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostHostBusAdapter.php b/library/Vspheredb/MappedClass/HostHostBusAdapter.php index 121b573b..fe365afd 100644 --- a/library/Vspheredb/MappedClass/HostHostBusAdapter.php +++ b/library/Vspheredb/MappedClass/HostHostBusAdapter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class HostHostBusAdapter extends DynamicData diff --git a/library/Vspheredb/MappedClass/HostIpConfig.php b/library/Vspheredb/MappedClass/HostIpConfig.php index 5b6f12d7..b0119b59 100644 --- a/library/Vspheredb/MappedClass/HostIpConfig.php +++ b/library/Vspheredb/MappedClass/HostIpConfig.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostIpConfigIpV6Address.php b/library/Vspheredb/MappedClass/HostIpConfigIpV6Address.php index 61623842..d0c2dcef 100644 --- a/library/Vspheredb/MappedClass/HostIpConfigIpV6Address.php +++ b/library/Vspheredb/MappedClass/HostIpConfigIpV6Address.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostIpConfigIpV6AddressConfiguration.php b/library/Vspheredb/MappedClass/HostIpConfigIpV6AddressConfiguration.php index 14f5652a..6f22fcbd 100644 --- a/library/Vspheredb/MappedClass/HostIpConfigIpV6AddressConfiguration.php +++ b/library/Vspheredb/MappedClass/HostIpConfigIpV6AddressConfiguration.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostIpRouteConfig.php b/library/Vspheredb/MappedClass/HostIpRouteConfig.php index 574745e6..4242e494 100644 --- a/library/Vspheredb/MappedClass/HostIpRouteConfig.php +++ b/library/Vspheredb/MappedClass/HostIpRouteConfig.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostMultipathInfo.php b/library/Vspheredb/MappedClass/HostMultipathInfo.php index 67b84940..e1e036fa 100644 --- a/library/Vspheredb/MappedClass/HostMultipathInfo.php +++ b/library/Vspheredb/MappedClass/HostMultipathInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostNetStackInstance.php b/library/Vspheredb/MappedClass/HostNetStackInstance.php index e171bdee..b71f1f4b 100644 --- a/library/Vspheredb/MappedClass/HostNetStackInstance.php +++ b/library/Vspheredb/MappedClass/HostNetStackInstance.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostNetworkInfo.php b/library/Vspheredb/MappedClass/HostNetworkInfo.php index fbf10e57..5dc72b46 100644 --- a/library/Vspheredb/MappedClass/HostNetworkInfo.php +++ b/library/Vspheredb/MappedClass/HostNetworkInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostNumericSensorInfo.php b/library/Vspheredb/MappedClass/HostNumericSensorInfo.php index f26eeadd..b31c074a 100644 --- a/library/Vspheredb/MappedClass/HostNumericSensorInfo.php +++ b/library/Vspheredb/MappedClass/HostNumericSensorInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostOpaqueNetworkInfo.php b/library/Vspheredb/MappedClass/HostOpaqueNetworkInfo.php index 223eb9b1..eb64da8a 100644 --- a/library/Vspheredb/MappedClass/HostOpaqueNetworkInfo.php +++ b/library/Vspheredb/MappedClass/HostOpaqueNetworkInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostOpaqueSwitch.php b/library/Vspheredb/MappedClass/HostOpaqueSwitch.php index b0d09f99..12e3a82d 100644 --- a/library/Vspheredb/MappedClass/HostOpaqueSwitch.php +++ b/library/Vspheredb/MappedClass/HostOpaqueSwitch.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostParallelScsiHba.php b/library/Vspheredb/MappedClass/HostParallelScsiHba.php index 3f84f302..65368ed9 100644 --- a/library/Vspheredb/MappedClass/HostParallelScsiHba.php +++ b/library/Vspheredb/MappedClass/HostParallelScsiHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostPcieHba.php b/library/Vspheredb/MappedClass/HostPcieHba.php index 73e17950..cd854829 100644 --- a/library/Vspheredb/MappedClass/HostPcieHba.php +++ b/library/Vspheredb/MappedClass/HostPcieHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostPortGroup.php b/library/Vspheredb/MappedClass/HostPortGroup.php index df7d86d0..0408ad2e 100644 --- a/library/Vspheredb/MappedClass/HostPortGroup.php +++ b/library/Vspheredb/MappedClass/HostPortGroup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostPortGroupPort.php b/library/Vspheredb/MappedClass/HostPortGroupPort.php index a1cd099a..8c9fc270 100644 --- a/library/Vspheredb/MappedClass/HostPortGroupPort.php +++ b/library/Vspheredb/MappedClass/HostPortGroupPort.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostPortGroupSpec.php b/library/Vspheredb/MappedClass/HostPortGroupSpec.php index f9a0fcee..ec5516f9 100644 --- a/library/Vspheredb/MappedClass/HostPortGroupSpec.php +++ b/library/Vspheredb/MappedClass/HostPortGroupSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostProxySwitch.php b/library/Vspheredb/MappedClass/HostProxySwitch.php index 38775e2a..2e0744ae 100644 --- a/library/Vspheredb/MappedClass/HostProxySwitch.php +++ b/library/Vspheredb/MappedClass/HostProxySwitch.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostProxySwitchSpec.php b/library/Vspheredb/MappedClass/HostProxySwitchSpec.php index 80f66e69..49385dcf 100644 --- a/library/Vspheredb/MappedClass/HostProxySwitchSpec.php +++ b/library/Vspheredb/MappedClass/HostProxySwitchSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostRdmaHba.php b/library/Vspheredb/MappedClass/HostRdmaHba.php index 81c600b2..161cc747 100644 --- a/library/Vspheredb/MappedClass/HostRdmaHba.php +++ b/library/Vspheredb/MappedClass/HostRdmaHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostSerialAttachedHba.php b/library/Vspheredb/MappedClass/HostSerialAttachedHba.php index 1549453f..c19a0360 100644 --- a/library/Vspheredb/MappedClass/HostSerialAttachedHba.php +++ b/library/Vspheredb/MappedClass/HostSerialAttachedHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostTcpHba.php b/library/Vspheredb/MappedClass/HostTcpHba.php index 681a5024..51fb6c83 100644 --- a/library/Vspheredb/MappedClass/HostTcpHba.php +++ b/library/Vspheredb/MappedClass/HostTcpHba.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostVirtualNic.php b/library/Vspheredb/MappedClass/HostVirtualNic.php index 43e13be6..51c7525b 100644 --- a/library/Vspheredb/MappedClass/HostVirtualNic.php +++ b/library/Vspheredb/MappedClass/HostVirtualNic.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostVirtualNicSpec.php b/library/Vspheredb/MappedClass/HostVirtualNicSpec.php index 1d2e59a7..34d9b14c 100644 --- a/library/Vspheredb/MappedClass/HostVirtualNicSpec.php +++ b/library/Vspheredb/MappedClass/HostVirtualNicSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/HostVirtualSwitch.php b/library/Vspheredb/MappedClass/HostVirtualSwitch.php index 5f11543c..b8746175 100644 --- a/library/Vspheredb/MappedClass/HostVirtualSwitch.php +++ b/library/Vspheredb/MappedClass/HostVirtualSwitch.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostVirtualSwitchBridge.php b/library/Vspheredb/MappedClass/HostVirtualSwitchBridge.php index 616cb8e2..0e5e4cff 100644 --- a/library/Vspheredb/MappedClass/HostVirtualSwitchBridge.php +++ b/library/Vspheredb/MappedClass/HostVirtualSwitchBridge.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/HostVirtualSwitchSpec.php b/library/Vspheredb/MappedClass/HostVirtualSwitchSpec.php index 7b616067..ca62c193 100644 --- a/library/Vspheredb/MappedClass/HostVirtualSwitchSpec.php +++ b/library/Vspheredb/MappedClass/HostVirtualSwitchSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/InvalidProperty.php b/library/Vspheredb/MappedClass/InvalidProperty.php index 701d4d2a..19bc6622 100644 --- a/library/Vspheredb/MappedClass/InvalidProperty.php +++ b/library/Vspheredb/MappedClass/InvalidProperty.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class InvalidProperty extends Fault diff --git a/library/Vspheredb/MappedClass/KeyValue.php b/library/Vspheredb/MappedClass/KeyValue.php index 6ed821f7..db7e4855 100644 --- a/library/Vspheredb/MappedClass/KeyValue.php +++ b/library/Vspheredb/MappedClass/KeyValue.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/KnownEvent.php b/library/Vspheredb/MappedClass/KnownEvent.php index fbb3bd16..3cc5f877 100644 --- a/library/Vspheredb/MappedClass/KnownEvent.php +++ b/library/Vspheredb/MappedClass/KnownEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use DateTime; diff --git a/library/Vspheredb/MappedClass/LocalizedMethodFault.php b/library/Vspheredb/MappedClass/LocalizedMethodFault.php index 9f122508..11249d6e 100644 --- a/library/Vspheredb/MappedClass/LocalizedMethodFault.php +++ b/library/Vspheredb/MappedClass/LocalizedMethodFault.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/ManagedEntity.php b/library/Vspheredb/MappedClass/ManagedEntity.php index 8f815de8..ea0b48cd 100644 --- a/library/Vspheredb/MappedClass/ManagedEntity.php +++ b/library/Vspheredb/MappedClass/ManagedEntity.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/ManagedObjectNotFoundFault.php b/library/Vspheredb/MappedClass/ManagedObjectNotFoundFault.php index 6ad11001..824745ad 100644 --- a/library/Vspheredb/MappedClass/ManagedObjectNotFoundFault.php +++ b/library/Vspheredb/MappedClass/ManagedObjectNotFoundFault.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/MethodAction.php b/library/Vspheredb/MappedClass/MethodAction.php index b4c96f72..dfd5c8b9 100644 --- a/library/Vspheredb/MappedClass/MethodAction.php +++ b/library/Vspheredb/MappedClass/MethodAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/MethodActionArgument.php b/library/Vspheredb/MappedClass/MethodActionArgument.php index 4b44c511..829638f5 100644 --- a/library/Vspheredb/MappedClass/MethodActionArgument.php +++ b/library/Vspheredb/MappedClass/MethodActionArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/MetricAlarmExpression.php b/library/Vspheredb/MappedClass/MetricAlarmExpression.php index 043668e4..454154c5 100644 --- a/library/Vspheredb/MappedClass/MetricAlarmExpression.php +++ b/library/Vspheredb/MappedClass/MetricAlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/MissingProperty.php b/library/Vspheredb/MappedClass/MissingProperty.php index 61a9b068..ca6bb4c0 100644 --- a/library/Vspheredb/MappedClass/MissingProperty.php +++ b/library/Vspheredb/MappedClass/MissingProperty.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/NetDnsConfigInfo.php b/library/Vspheredb/MappedClass/NetDnsConfigInfo.php index bb33ae08..6d2656cd 100644 --- a/library/Vspheredb/MappedClass/NetDnsConfigInfo.php +++ b/library/Vspheredb/MappedClass/NetDnsConfigInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/Network.php b/library/Vspheredb/MappedClass/Network.php index 29059001..81cedbf9 100644 --- a/library/Vspheredb/MappedClass/Network.php +++ b/library/Vspheredb/MappedClass/Network.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/NoAccessUserEvent.php b/library/Vspheredb/MappedClass/NoAccessUserEvent.php index 581ae1b1..3b3661ac 100644 --- a/library/Vspheredb/MappedClass/NoAccessUserEvent.php +++ b/library/Vspheredb/MappedClass/NoAccessUserEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class NoAccessUserEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/NoPermission.php b/library/Vspheredb/MappedClass/NoPermission.php index 2af533a3..4b56ba81 100644 --- a/library/Vspheredb/MappedClass/NoPermission.php +++ b/library/Vspheredb/MappedClass/NoPermission.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/NotAuthenticated.php b/library/Vspheredb/MappedClass/NotAuthenticated.php index 397fb619..7852d8c2 100644 --- a/library/Vspheredb/MappedClass/NotAuthenticated.php +++ b/library/Vspheredb/MappedClass/NotAuthenticated.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class NotAuthenticated extends NoPermission diff --git a/library/Vspheredb/MappedClass/ObjectContent.php b/library/Vspheredb/MappedClass/ObjectContent.php index d2ff95e9..47c7da6b 100644 --- a/library/Vspheredb/MappedClass/ObjectContent.php +++ b/library/Vspheredb/MappedClass/ObjectContent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/ObjectSpec.php b/library/Vspheredb/MappedClass/ObjectSpec.php index 05b0856a..ebbfbb85 100644 --- a/library/Vspheredb/MappedClass/ObjectSpec.php +++ b/library/Vspheredb/MappedClass/ObjectSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/OrAlarmExpression.php b/library/Vspheredb/MappedClass/OrAlarmExpression.php index 4e5c9350..5df16993 100644 --- a/library/Vspheredb/MappedClass/OrAlarmExpression.php +++ b/library/Vspheredb/MappedClass/OrAlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/PerfCounterInfo.php b/library/Vspheredb/MappedClass/PerfCounterInfo.php index 81278dfd..6a47086f 100644 --- a/library/Vspheredb/MappedClass/PerfCounterInfo.php +++ b/library/Vspheredb/MappedClass/PerfCounterInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PerfEntityMetricCSV.php b/library/Vspheredb/MappedClass/PerfEntityMetricCSV.php index 48710241..f4766fb3 100644 --- a/library/Vspheredb/MappedClass/PerfEntityMetricCSV.php +++ b/library/Vspheredb/MappedClass/PerfEntityMetricCSV.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/MappedClass/PerfInterval.php b/library/Vspheredb/MappedClass/PerfInterval.php index fad99200..a615d700 100644 --- a/library/Vspheredb/MappedClass/PerfInterval.php +++ b/library/Vspheredb/MappedClass/PerfInterval.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PerfMetricId.php b/library/Vspheredb/MappedClass/PerfMetricId.php index 8bdbe345..61c22b6a 100644 --- a/library/Vspheredb/MappedClass/PerfMetricId.php +++ b/library/Vspheredb/MappedClass/PerfMetricId.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PerfMetricSeriesCSV.php b/library/Vspheredb/MappedClass/PerfMetricSeriesCSV.php index 458cf543..dce60898 100644 --- a/library/Vspheredb/MappedClass/PerfMetricSeriesCSV.php +++ b/library/Vspheredb/MappedClass/PerfMetricSeriesCSV.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/MappedClass/PerfQuerySpec.php b/library/Vspheredb/MappedClass/PerfQuerySpec.php index c3fa7e88..bb0fe799 100644 --- a/library/Vspheredb/MappedClass/PerfQuerySpec.php +++ b/library/Vspheredb/MappedClass/PerfQuerySpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\ManagedObject; diff --git a/library/Vspheredb/MappedClass/PerformanceDescription.php b/library/Vspheredb/MappedClass/PerformanceDescription.php index a24d91c9..0ff1390c 100644 --- a/library/Vspheredb/MappedClass/PerformanceDescription.php +++ b/library/Vspheredb/MappedClass/PerformanceDescription.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PerformanceManager.php b/library/Vspheredb/MappedClass/PerformanceManager.php index f88b514c..e524914e 100644 --- a/library/Vspheredb/MappedClass/PerformanceManager.php +++ b/library/Vspheredb/MappedClass/PerformanceManager.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PhysicalNic.php b/library/Vspheredb/MappedClass/PhysicalNic.php index 494c8668..a9d93c88 100644 --- a/library/Vspheredb/MappedClass/PhysicalNic.php +++ b/library/Vspheredb/MappedClass/PhysicalNic.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PhysicalNicLinkInfo.php b/library/Vspheredb/MappedClass/PhysicalNicLinkInfo.php index c919bd7d..0acf85c3 100644 --- a/library/Vspheredb/MappedClass/PhysicalNicLinkInfo.php +++ b/library/Vspheredb/MappedClass/PhysicalNicLinkInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PhysicalNicSpec.php b/library/Vspheredb/MappedClass/PhysicalNicSpec.php index 82e76f58..29a36990 100644 --- a/library/Vspheredb/MappedClass/PhysicalNicSpec.php +++ b/library/Vspheredb/MappedClass/PhysicalNicSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PrivilegePolicyDef.php b/library/Vspheredb/MappedClass/PrivilegePolicyDef.php index e8ca1bcc..68e0886f 100644 --- a/library/Vspheredb/MappedClass/PrivilegePolicyDef.php +++ b/library/Vspheredb/MappedClass/PrivilegePolicyDef.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/PropertyFilterSpec.php b/library/Vspheredb/MappedClass/PropertyFilterSpec.php index 8f96287f..d0d1c5c7 100644 --- a/library/Vspheredb/MappedClass/PropertyFilterSpec.php +++ b/library/Vspheredb/MappedClass/PropertyFilterSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/PropertySpec.php b/library/Vspheredb/MappedClass/PropertySpec.php index ec62d44b..991b5761 100644 --- a/library/Vspheredb/MappedClass/PropertySpec.php +++ b/library/Vspheredb/MappedClass/PropertySpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/ResourcePool.php b/library/Vspheredb/MappedClass/ResourcePool.php index 8144613d..9fa22084 100644 --- a/library/Vspheredb/MappedClass/ResourcePool.php +++ b/library/Vspheredb/MappedClass/ResourcePool.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/RetrieveOptions.php b/library/Vspheredb/MappedClass/RetrieveOptions.php index d730919c..956846fd 100644 --- a/library/Vspheredb/MappedClass/RetrieveOptions.php +++ b/library/Vspheredb/MappedClass/RetrieveOptions.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/RetrievePropertiesResponse.php b/library/Vspheredb/MappedClass/RetrievePropertiesResponse.php index 07b71110..1b833db9 100644 --- a/library/Vspheredb/MappedClass/RetrievePropertiesResponse.php +++ b/library/Vspheredb/MappedClass/RetrievePropertiesResponse.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/RetrieveResult.php b/library/Vspheredb/MappedClass/RetrieveResult.php index 3ee0172e..0bfded49 100644 --- a/library/Vspheredb/MappedClass/RetrieveResult.php +++ b/library/Vspheredb/MappedClass/RetrieveResult.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /*** diff --git a/library/Vspheredb/MappedClass/RunScriptAction.php b/library/Vspheredb/MappedClass/RunScriptAction.php index 627062f9..63416831 100644 --- a/library/Vspheredb/MappedClass/RunScriptAction.php +++ b/library/Vspheredb/MappedClass/RunScriptAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/SecurityError.php b/library/Vspheredb/MappedClass/SecurityError.php index 8952a811..c3d017df 100644 --- a/library/Vspheredb/MappedClass/SecurityError.php +++ b/library/Vspheredb/MappedClass/SecurityError.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/SelectionSpec.php b/library/Vspheredb/MappedClass/SelectionSpec.php index 2405d3fc..420a4cb5 100644 --- a/library/Vspheredb/MappedClass/SelectionSpec.php +++ b/library/Vspheredb/MappedClass/SelectionSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/SendEmailAction.php b/library/Vspheredb/MappedClass/SendEmailAction.php index bd638e6b..bb924591 100644 --- a/library/Vspheredb/MappedClass/SendEmailAction.php +++ b/library/Vspheredb/MappedClass/SendEmailAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/SendSNMPAction.php b/library/Vspheredb/MappedClass/SendSNMPAction.php index 08d55c45..b0bab25d 100644 --- a/library/Vspheredb/MappedClass/SendSNMPAction.php +++ b/library/Vspheredb/MappedClass/SendSNMPAction.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/ServiceContent.php b/library/Vspheredb/MappedClass/ServiceContent.php index bc3addf1..47ed4657 100644 --- a/library/Vspheredb/MappedClass/ServiceContent.php +++ b/library/Vspheredb/MappedClass/ServiceContent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/SessionEvent.php b/library/Vspheredb/MappedClass/SessionEvent.php index 8ffb11d1..072e6e21 100644 --- a/library/Vspheredb/MappedClass/SessionEvent.php +++ b/library/Vspheredb/MappedClass/SessionEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/SessionManager.php b/library/Vspheredb/MappedClass/SessionManager.php index 7f692324..1fefa1f0 100644 --- a/library/Vspheredb/MappedClass/SessionManager.php +++ b/library/Vspheredb/MappedClass/SessionManager.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/SessionTerminatedEvent.php b/library/Vspheredb/MappedClass/SessionTerminatedEvent.php index 8bde2f9d..34a1e434 100644 --- a/library/Vspheredb/MappedClass/SessionTerminatedEvent.php +++ b/library/Vspheredb/MappedClass/SessionTerminatedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class SessionTerminatedEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/StateAlarmExpression.php b/library/Vspheredb/MappedClass/StateAlarmExpression.php index bc5d4907..783ad0f8 100644 --- a/library/Vspheredb/MappedClass/StateAlarmExpression.php +++ b/library/Vspheredb/MappedClass/StateAlarmExpression.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/SystemError.php b/library/Vspheredb/MappedClass/SystemError.php index fe4fe0f0..a576f4a5 100644 --- a/library/Vspheredb/MappedClass/SystemError.php +++ b/library/Vspheredb/MappedClass/SystemError.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class SystemError extends Fault diff --git a/library/Vspheredb/MappedClass/SytemError.php b/library/Vspheredb/MappedClass/SytemError.php index 970d9f56..8d9a3059 100644 --- a/library/Vspheredb/MappedClass/SytemError.php +++ b/library/Vspheredb/MappedClass/SytemError.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class SytemError extends LocalizedMethodFault diff --git a/library/Vspheredb/MappedClass/Tag.php b/library/Vspheredb/MappedClass/Tag.php index e93dedbc..438dc1c0 100644 --- a/library/Vspheredb/MappedClass/Tag.php +++ b/library/Vspheredb/MappedClass/Tag.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; #[\AllowDynamicProperties] diff --git a/library/Vspheredb/MappedClass/TraversalSpec.php b/library/Vspheredb/MappedClass/TraversalSpec.php index 616696e3..4e758ad7 100644 --- a/library/Vspheredb/MappedClass/TraversalSpec.php +++ b/library/Vspheredb/MappedClass/TraversalSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/UserLoginSessionEvent.php b/library/Vspheredb/MappedClass/UserLoginSessionEvent.php index c9f46143..10a27e21 100644 --- a/library/Vspheredb/MappedClass/UserLoginSessionEvent.php +++ b/library/Vspheredb/MappedClass/UserLoginSessionEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class UserLoginSessionEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/UserLogoutSessionEvent.php b/library/Vspheredb/MappedClass/UserLogoutSessionEvent.php index 1eb33c85..49291803 100644 --- a/library/Vspheredb/MappedClass/UserLogoutSessionEvent.php +++ b/library/Vspheredb/MappedClass/UserLogoutSessionEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class UserLogoutSessionEvent extends SessionEvent diff --git a/library/Vspheredb/MappedClass/UserSession.php b/library/Vspheredb/MappedClass/UserSession.php index d6499577..670e88a4 100644 --- a/library/Vspheredb/MappedClass/UserSession.php +++ b/library/Vspheredb/MappedClass/UserSession.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; /** diff --git a/library/Vspheredb/MappedClass/VmBeingClonedEvent.php b/library/Vspheredb/MappedClass/VmBeingClonedEvent.php index 4a13d64a..1cb98ced 100644 --- a/library/Vspheredb/MappedClass/VmBeingClonedEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingClonedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingClonedEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmBeingClonedNoFolderEvent.php b/library/Vspheredb/MappedClass/VmBeingClonedNoFolderEvent.php index aa5be0fc..706a9b8c 100644 --- a/library/Vspheredb/MappedClass/VmBeingClonedNoFolderEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingClonedNoFolderEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingClonedNoFolderEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmBeingCreatedEvent.php b/library/Vspheredb/MappedClass/VmBeingCreatedEvent.php index b3df328c..2cd9ef67 100644 --- a/library/Vspheredb/MappedClass/VmBeingCreatedEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingCreatedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingCreatedEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmBeingDeployedEvent.php b/library/Vspheredb/MappedClass/VmBeingDeployedEvent.php index c28cf3f4..30f305af 100644 --- a/library/Vspheredb/MappedClass/VmBeingDeployedEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingDeployedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingDeployedEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmBeingHotMigratedEvent.php b/library/Vspheredb/MappedClass/VmBeingHotMigratedEvent.php index ff15603c..bd955a00 100644 --- a/library/Vspheredb/MappedClass/VmBeingHotMigratedEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingHotMigratedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingHotMigratedEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmBeingMigratedEvent.php b/library/Vspheredb/MappedClass/VmBeingMigratedEvent.php index fa3e0a99..864f6f3f 100644 --- a/library/Vspheredb/MappedClass/VmBeingMigratedEvent.php +++ b/library/Vspheredb/MappedClass/VmBeingMigratedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmBeingMigratedEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmCloneFailedEvent.php b/library/Vspheredb/MappedClass/VmCloneFailedEvent.php index d4510cd4..ad7c62da 100644 --- a/library/Vspheredb/MappedClass/VmCloneFailedEvent.php +++ b/library/Vspheredb/MappedClass/VmCloneFailedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmCloneFailedEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmClonedEvent.php b/library/Vspheredb/MappedClass/VmClonedEvent.php index 52a219cd..194b2260 100644 --- a/library/Vspheredb/MappedClass/VmClonedEvent.php +++ b/library/Vspheredb/MappedClass/VmClonedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmClonedEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmCreatedEvent.php b/library/Vspheredb/MappedClass/VmCreatedEvent.php index 729a510d..0a584df8 100644 --- a/library/Vspheredb/MappedClass/VmCreatedEvent.php +++ b/library/Vspheredb/MappedClass/VmCreatedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmCreatedEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmEmigratingEvent.php b/library/Vspheredb/MappedClass/VmEmigratingEvent.php index 9a650295..2f1a71bd 100644 --- a/library/Vspheredb/MappedClass/VmEmigratingEvent.php +++ b/library/Vspheredb/MappedClass/VmEmigratingEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmEmigratingEvent extends BaseMigrationEvent diff --git a/library/Vspheredb/MappedClass/VmEvent.php b/library/Vspheredb/MappedClass/VmEvent.php index 2000cf6d..d22db49e 100644 --- a/library/Vspheredb/MappedClass/VmEvent.php +++ b/library/Vspheredb/MappedClass/VmEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmEventArgument.php b/library/Vspheredb/MappedClass/VmEventArgument.php index f0a47812..4e0034f8 100644 --- a/library/Vspheredb/MappedClass/VmEventArgument.php +++ b/library/Vspheredb/MappedClass/VmEventArgument.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\VmwareDataType\ManagedObjectReference; diff --git a/library/Vspheredb/MappedClass/VmFailedMigrateEvent.php b/library/Vspheredb/MappedClass/VmFailedMigrateEvent.php index c9ec729b..6f7eaca1 100644 --- a/library/Vspheredb/MappedClass/VmFailedMigrateEvent.php +++ b/library/Vspheredb/MappedClass/VmFailedMigrateEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmMigratedEvent.php b/library/Vspheredb/MappedClass/VmMigratedEvent.php index 11a9a4a8..773fd736 100644 --- a/library/Vspheredb/MappedClass/VmMigratedEvent.php +++ b/library/Vspheredb/MappedClass/VmMigratedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmPoweredOffEvent.php b/library/Vspheredb/MappedClass/VmPoweredOffEvent.php index 0a6530db..25881b93 100644 --- a/library/Vspheredb/MappedClass/VmPoweredOffEvent.php +++ b/library/Vspheredb/MappedClass/VmPoweredOffEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmPoweredOnEvent.php b/library/Vspheredb/MappedClass/VmPoweredOnEvent.php index 9e080c69..126528da 100644 --- a/library/Vspheredb/MappedClass/VmPoweredOnEvent.php +++ b/library/Vspheredb/MappedClass/VmPoweredOnEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmReconfiguredEvent.php b/library/Vspheredb/MappedClass/VmReconfiguredEvent.php index 1b0a67b2..52342a68 100644 --- a/library/Vspheredb/MappedClass/VmReconfiguredEvent.php +++ b/library/Vspheredb/MappedClass/VmReconfiguredEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmReconfiguredEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmResettingEvent.php b/library/Vspheredb/MappedClass/VmResettingEvent.php index e1b5ee8e..a917a0b7 100644 --- a/library/Vspheredb/MappedClass/VmResettingEvent.php +++ b/library/Vspheredb/MappedClass/VmResettingEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmResettingEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmStartingEvent.php b/library/Vspheredb/MappedClass/VmStartingEvent.php index 52590e15..7f3e0134 100644 --- a/library/Vspheredb/MappedClass/VmStartingEvent.php +++ b/library/Vspheredb/MappedClass/VmStartingEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/MappedClass/VmStoppingEvent.php b/library/Vspheredb/MappedClass/VmStoppingEvent.php index 52dc160b..6d9516f1 100644 --- a/library/Vspheredb/MappedClass/VmStoppingEvent.php +++ b/library/Vspheredb/MappedClass/VmStoppingEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; class VmStoppingEvent extends VmEvent diff --git a/library/Vspheredb/MappedClass/VmSuspendedEvent.php b/library/Vspheredb/MappedClass/VmSuspendedEvent.php index 57f4f44a..55129a4e 100644 --- a/library/Vspheredb/MappedClass/VmSuspendedEvent.php +++ b/library/Vspheredb/MappedClass/VmSuspendedEvent.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\MappedClass; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Monitoring/CheckPlugin.php b/library/Vspheredb/Monitoring/CheckPlugin.php index 0192e253..69f11b7e 100644 --- a/library/Vspheredb/Monitoring/CheckPlugin.php +++ b/library/Vspheredb/Monitoring/CheckPlugin.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; class CheckPlugin diff --git a/library/Vspheredb/Monitoring/CheckPluginState.php b/library/Vspheredb/Monitoring/CheckPluginState.php index eb89f121..50dd9ffb 100644 --- a/library/Vspheredb/Monitoring/CheckPluginState.php +++ b/library/Vspheredb/Monitoring/CheckPluginState.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; use InvalidArgumentException; diff --git a/library/Vspheredb/Monitoring/CheckResultInterface.php b/library/Vspheredb/Monitoring/CheckResultInterface.php index fe1351c0..dcb87c46 100644 --- a/library/Vspheredb/Monitoring/CheckResultInterface.php +++ b/library/Vspheredb/Monitoring/CheckResultInterface.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; interface CheckResultInterface diff --git a/library/Vspheredb/Monitoring/CheckResultSet.php b/library/Vspheredb/Monitoring/CheckResultSet.php index c8305fa4..072f3b9c 100644 --- a/library/Vspheredb/Monitoring/CheckResultSet.php +++ b/library/Vspheredb/Monitoring/CheckResultSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; class CheckResultSet implements CheckResultInterface diff --git a/library/Vspheredb/Monitoring/CheckRunner.php b/library/Vspheredb/Monitoring/CheckRunner.php index d2805246..8bf67c65 100644 --- a/library/Vspheredb/Monitoring/CheckRunner.php +++ b/library/Vspheredb/Monitoring/CheckRunner.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; use Exception; diff --git a/library/Vspheredb/Monitoring/Health/ApiConnectionInfo.php b/library/Vspheredb/Monitoring/Health/ApiConnectionInfo.php index e2ee1ce8..18013612 100644 --- a/library/Vspheredb/Monitoring/Health/ApiConnectionInfo.php +++ b/library/Vspheredb/Monitoring/Health/ApiConnectionInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Health; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Monitoring/Health/ServerConnectionInfo.php b/library/Vspheredb/Monitoring/Health/ServerConnectionInfo.php index 6ace3fde..2b269d27 100644 --- a/library/Vspheredb/Monitoring/Health/ServerConnectionInfo.php +++ b/library/Vspheredb/Monitoring/Health/ServerConnectionInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Health; /** diff --git a/library/Vspheredb/Monitoring/Health/VCenterInfo.php b/library/Vspheredb/Monitoring/Health/VCenterInfo.php index 75f137d4..47498193 100644 --- a/library/Vspheredb/Monitoring/Health/VCenterInfo.php +++ b/library/Vspheredb/Monitoring/Health/VCenterInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Health; use gipfl\ZfDb\Adapter\Adapter; diff --git a/library/Vspheredb/Monitoring/MonitoringRuleLookup.php b/library/Vspheredb/Monitoring/MonitoringRuleLookup.php index 37a1b23e..3b228bbb 100644 --- a/library/Vspheredb/Monitoring/MonitoringRuleLookup.php +++ b/library/Vspheredb/Monitoring/MonitoringRuleLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; use Icinga\Module\Vspheredb\DbObject\Datastore; diff --git a/library/Vspheredb/Monitoring/PersistedRuleProblems.php b/library/Vspheredb/Monitoring/PersistedRuleProblems.php index efb23d14..35709218 100644 --- a/library/Vspheredb/Monitoring/PersistedRuleProblems.php +++ b/library/Vspheredb/Monitoring/PersistedRuleProblems.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; use Exception; diff --git a/library/Vspheredb/Monitoring/PlainSettingsRenderer.php b/library/Vspheredb/Monitoring/PlainSettingsRenderer.php index 2eec52f7..bdaf1c36 100644 --- a/library/Vspheredb/Monitoring/PlainSettingsRenderer.php +++ b/library/Vspheredb/Monitoring/PlainSettingsRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; use gipfl\Translation\StaticTranslator; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/ActiveMemoryUsageRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/ActiveMemoryUsageRuleDefinition.php index 57b948fc..9b8fd776 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/ActiveMemoryUsageRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/ActiveMemoryUsageRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/ComputeResourceUsageRuleSet.php b/library/Vspheredb/Monitoring/Rule/Definition/ComputeResourceUsageRuleSet.php index 48584c02..517aa19f 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/ComputeResourceUsageRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/ComputeResourceUsageRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; class ComputeResourceUsageRuleSet extends MonitoringRuleSetDefinition diff --git a/library/Vspheredb/Monitoring/Rule/Definition/ConfigurationPolicyRuleSet.php b/library/Vspheredb/Monitoring/Rule/Definition/ConfigurationPolicyRuleSet.php index b5df1410..7cc8c6e7 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/ConfigurationPolicyRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/ConfigurationPolicyRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; class ConfigurationPolicyRuleSet extends MonitoringRuleSetDefinition diff --git a/library/Vspheredb/Monitoring/Rule/Definition/CpuUsageRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/CpuUsageRuleDefinition.php index d0adbe54..4d20b7c8 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/CpuUsageRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/CpuUsageRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Exception\NotFoundError; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/DatastoreHealthRuleSet.php b/library/Vspheredb/Monitoring/Rule/Definition/DatastoreHealthRuleSet.php index f0bd146e..a366a9c1 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/DatastoreHealthRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/DatastoreHealthRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; class DatastoreHealthRuleSet extends MonitoringRuleSetDefinition diff --git a/library/Vspheredb/Monitoring/Rule/Definition/DatastoreUsageRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/DatastoreUsageRuleDefinition.php index 39d2b331..4470f729 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/DatastoreUsageRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/DatastoreUsageRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/DiskHealthRuleSet.php b/library/Vspheredb/Monitoring/Rule/Definition/DiskHealthRuleSet.php index 6cc66e9a..26046f8d 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/DiskHealthRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/DiskHealthRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; class DiskHealthRuleSet extends MonitoringRuleSetDefinition diff --git a/library/Vspheredb/Monitoring/Rule/Definition/DiskUsageRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/DiskUsageRuleDefinition.php index 77e9ad22..1e7f9299 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/DiskUsageRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/DiskUsageRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/GuestUtilitiesRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/GuestUtilitiesRuleDefinition.php index 32a06b5d..62f414d7 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/GuestUtilitiesRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/GuestUtilitiesRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageHelper.php b/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageHelper.php index 8a35131a..949e5442 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageHelper.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use gipfl\Translation\StaticTranslator; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageRuleDefinition.php index 7b6a57dd..27e3b239 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/MemoryUsageRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleDefinition.php index 864c7d10..d126aae7 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleSetDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleSetDefinition.php index e67eceb9..8528b473 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleSetDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/MonitoringRuleSetDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/ObjectStateRuleSet.php b/library/Vspheredb/Monitoring/Rule/Definition/ObjectStateRuleSet.php index 529bc0a0..4511d498 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/ObjectStateRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/ObjectStateRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; class ObjectStateRuleSet extends MonitoringRuleSetDefinition diff --git a/library/Vspheredb/Monitoring/Rule/Definition/PowerStateRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/PowerStateRuleDefinition.php index a9c0d4bf..88034cda 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/PowerStateRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/PowerStateRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Date\DateFormatter; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/RuleSetRegistry.php b/library/Vspheredb/Monitoring/Rule/Definition/RuleSetRegistry.php index 609782a3..2477337c 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/RuleSetRegistry.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/RuleSetRegistry.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/SnapshotsRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/SnapshotsRuleDefinition.php index ad792b00..8eac86b9 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/SnapshotsRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/SnapshotsRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Definition/VMwareObjectStateRuleDefinition.php b/library/Vspheredb/Monitoring/Rule/Definition/VMwareObjectStateRuleDefinition.php index 55b1256e..f5d68473 100644 --- a/library/Vspheredb/Monitoring/Rule/Definition/VMwareObjectStateRuleDefinition.php +++ b/library/Vspheredb/Monitoring/Rule/Definition/VMwareObjectStateRuleDefinition.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Definition; use Icinga\Exception\NotFoundError; diff --git a/library/Vspheredb/Monitoring/Rule/Enum/MonitoringStateTrigger.php b/library/Vspheredb/Monitoring/Rule/Enum/MonitoringStateTrigger.php index dc51d4f5..0e7b1660 100644 --- a/library/Vspheredb/Monitoring/Rule/Enum/MonitoringStateTrigger.php +++ b/library/Vspheredb/Monitoring/Rule/Enum/MonitoringStateTrigger.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Enum; use Icinga\Module\Vspheredb\Monitoring\CheckPluginState; diff --git a/library/Vspheredb/Monitoring/Rule/Enum/ObjectType.php b/library/Vspheredb/Monitoring/Rule/Enum/ObjectType.php index 655d47e7..8d98236d 100644 --- a/library/Vspheredb/Monitoring/Rule/Enum/ObjectType.php +++ b/library/Vspheredb/Monitoring/Rule/Enum/ObjectType.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Enum; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Monitoring/Rule/Form/Element/NumberElement.php b/library/Vspheredb/Monitoring/Rule/Form/Element/NumberElement.php index d41ac8c3..50be0451 100644 --- a/library/Vspheredb/Monitoring/Rule/Form/Element/NumberElement.php +++ b/library/Vspheredb/Monitoring/Rule/Form/Element/NumberElement.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule\Form\Element; use ipl\Html\FormElement\NumberElement as Number; diff --git a/library/Vspheredb/Monitoring/Rule/InheritedSettings.php b/library/Vspheredb/Monitoring/Rule/InheritedSettings.php index cc6415f1..d684738b 100644 --- a/library/Vspheredb/Monitoring/Rule/InheritedSettings.php +++ b/library/Vspheredb/Monitoring/Rule/InheritedSettings.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Monitoring/Rule/InstanceKeys.php b/library/Vspheredb/Monitoring/Rule/InstanceKeys.php index baa48294..2ad903a6 100644 --- a/library/Vspheredb/Monitoring/Rule/InstanceKeys.php +++ b/library/Vspheredb/Monitoring/Rule/InstanceKeys.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use Icinga\Module\Vspheredb\Monitoring\Rule\Definition\MonitoringRuleDefinition as Rule; diff --git a/library/Vspheredb/Monitoring/Rule/MonitoringRule.php b/library/Vspheredb/Monitoring/Rule/MonitoringRule.php index f4795f6f..df3adb13 100644 --- a/library/Vspheredb/Monitoring/Rule/MonitoringRule.php +++ b/library/Vspheredb/Monitoring/Rule/MonitoringRule.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Monitoring/Rule/MonitoringRuleSet.php b/library/Vspheredb/Monitoring/Rule/MonitoringRuleSet.php index 9c96e534..fa5298ae 100644 --- a/library/Vspheredb/Monitoring/Rule/MonitoringRuleSet.php +++ b/library/Vspheredb/Monitoring/Rule/MonitoringRuleSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Monitoring/Rule/MonitoringRulesTree.php b/library/Vspheredb/Monitoring/Rule/MonitoringRulesTree.php index c3c66c0a..6dee4bce 100644 --- a/library/Vspheredb/Monitoring/Rule/MonitoringRulesTree.php +++ b/library/Vspheredb/Monitoring/Rule/MonitoringRulesTree.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Monitoring/Rule/MonitoringRulesTreeRenderer.php b/library/Vspheredb/Monitoring/Rule/MonitoringRulesTreeRenderer.php index d15028bf..215ccf5b 100644 --- a/library/Vspheredb/Monitoring/Rule/MonitoringRulesTreeRenderer.php +++ b/library/Vspheredb/Monitoring/Rule/MonitoringRulesTreeRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Monitoring/Rule/RuleForm.php b/library/Vspheredb/Monitoring/Rule/RuleForm.php index 3bdf44c2..dea68552 100644 --- a/library/Vspheredb/Monitoring/Rule/RuleForm.php +++ b/library/Vspheredb/Monitoring/Rule/RuleForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use gipfl\Web\Form; diff --git a/library/Vspheredb/Monitoring/Rule/RuleSetLoader.php b/library/Vspheredb/Monitoring/Rule/RuleSetLoader.php index 1d5170a2..3f23e233 100644 --- a/library/Vspheredb/Monitoring/Rule/RuleSetLoader.php +++ b/library/Vspheredb/Monitoring/Rule/RuleSetLoader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Monitoring/Rule/RulesTable.php b/library/Vspheredb/Monitoring/Rule/RulesTable.php index 6ec981fa..0fe7b118 100644 --- a/library/Vspheredb/Monitoring/Rule/RulesTable.php +++ b/library/Vspheredb/Monitoring/Rule/RulesTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use ipl\Html\Table; diff --git a/library/Vspheredb/Monitoring/Rule/Settings.php b/library/Vspheredb/Monitoring/Rule/Settings.php index 7b00dcb0..ec367222 100644 --- a/library/Vspheredb/Monitoring/Rule/Settings.php +++ b/library/Vspheredb/Monitoring/Rule/Settings.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring\Rule; use gipfl\DataType\Settings as SettingsDataType; diff --git a/library/Vspheredb/Monitoring/SingleCheckResult.php b/library/Vspheredb/Monitoring/SingleCheckResult.php index 86b52698..be35c7d6 100644 --- a/library/Vspheredb/Monitoring/SingleCheckResult.php +++ b/library/Vspheredb/Monitoring/SingleCheckResult.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Monitoring; class SingleCheckResult implements CheckResultInterface diff --git a/library/Vspheredb/PathLookup.php b/library/Vspheredb/PathLookup.php index ebee4277..ad3ec76f 100644 --- a/library/Vspheredb/PathLookup.php +++ b/library/Vspheredb/PathLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/PerformanceData/IcingaRrd/RrdImg.php b/library/Vspheredb/PerformanceData/IcingaRrd/RrdImg.php index a72a52e4..6bc1092d 100644 --- a/library/Vspheredb/PerformanceData/IcingaRrd/RrdImg.php +++ b/library/Vspheredb/PerformanceData/IcingaRrd/RrdImg.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\PerformanceData\IcingaRrd; use gipfl\IcingaWeb2\Img; diff --git a/library/Vspheredb/PerformanceData/InfluxConnectionForVcenterLoader.php b/library/Vspheredb/PerformanceData/InfluxConnectionForVcenterLoader.php index de73e3b5..fad1316f 100644 --- a/library/Vspheredb/PerformanceData/InfluxConnectionForVcenterLoader.php +++ b/library/Vspheredb/PerformanceData/InfluxConnectionForVcenterLoader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\PerformanceData; use gipfl\Curl\CurlAsync; diff --git a/library/Vspheredb/PerformanceData/MetricCSVToInfluxDataPoint.php b/library/Vspheredb/PerformanceData/MetricCSVToInfluxDataPoint.php index 0832f2a7..79156f9a 100644 --- a/library/Vspheredb/PerformanceData/MetricCSVToInfluxDataPoint.php +++ b/library/Vspheredb/PerformanceData/MetricCSVToInfluxDataPoint.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\PerformanceData; use Generator; diff --git a/library/Vspheredb/Polling/ApiConnection.php b/library/Vspheredb/Polling/ApiConnection.php index d910a934..b6724907 100644 --- a/library/Vspheredb/Polling/ApiConnection.php +++ b/library/Vspheredb/Polling/ApiConnection.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Polling/ApiConnectionHandler.php b/library/Vspheredb/Polling/ApiConnectionHandler.php index 675fb867..74becb38 100644 --- a/library/Vspheredb/Polling/ApiConnectionHandler.php +++ b/library/Vspheredb/Polling/ApiConnectionHandler.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Polling/CookieStore.php b/library/Vspheredb/Polling/CookieStore.php index 00256368..dd707603 100644 --- a/library/Vspheredb/Polling/CookieStore.php +++ b/library/Vspheredb/Polling/CookieStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use Psr\Log\LoggerInterface; diff --git a/library/Vspheredb/Polling/CurlOptions.php b/library/Vspheredb/Polling/CurlOptions.php index 39f0cb63..e394d9ed 100644 --- a/library/Vspheredb/Polling/CurlOptions.php +++ b/library/Vspheredb/Polling/CurlOptions.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use InvalidArgumentException; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/CounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/CounterLookup.php index 23083a8b..5367a662 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/CounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/CounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/CounterMap.php b/library/Vspheredb/Polling/PerformanceCounterLookup/CounterMap.php index a7349729..bfd30ed0 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/CounterMap.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/CounterMap.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Icinga\Module\Vspheredb\Polling\PerformanceSet\PerformanceSet; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/DefaultCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/DefaultCounterLookup.php index 5f154d2e..bcd843b5 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/DefaultCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/DefaultCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use gipfl\ZfDb\Adapter\Adapter; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/HostCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/HostCounterLookup.php index 6261f01c..5289b02a 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/HostCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/HostCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/HostNetworkCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/HostNetworkCounterLookup.php index 45daf78a..cd9b4a45 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/HostNetworkCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/HostNetworkCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/VmCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/VmCounterLookup.php index 1f8d73a4..46376471 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/VmCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/VmCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/VmDiskCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/VmDiskCounterLookup.php index 878a5c7b..25d07803 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/VmDiskCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/VmDiskCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceCounterLookup/VmNetworkCounterLookup.php b/library/Vspheredb/Polling/PerformanceCounterLookup/VmNetworkCounterLookup.php index a36b3a16..a8b2c24e 100644 --- a/library/Vspheredb/Polling/PerformanceCounterLookup/VmNetworkCounterLookup.php +++ b/library/Vspheredb/Polling/PerformanceCounterLookup/VmNetworkCounterLookup.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceCounterLookup; use Ramsey\Uuid\UuidInterface; diff --git a/library/Vspheredb/Polling/PerformanceQuerySpecHelper.php b/library/Vspheredb/Polling/PerformanceQuerySpecHelper.php index cc85ac7b..b7a3170c 100644 --- a/library/Vspheredb/Polling/PerformanceQuerySpecHelper.php +++ b/library/Vspheredb/Polling/PerformanceQuerySpecHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use Icinga\Module\Vspheredb\MappedClass\PerfMetricId; diff --git a/library/Vspheredb/Polling/PerformanceSet/DatastoreDiskPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/DatastoreDiskPerformanceSet.php index e00ccfd7..12e44764 100644 --- a/library/Vspheredb/Polling/PerformanceSet/DatastoreDiskPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/DatastoreDiskPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class DatastoreDiskPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/DatastorePerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/DatastorePerformanceSet.php index f86bc95f..beeef290 100644 --- a/library/Vspheredb/Polling/PerformanceSet/DatastorePerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/DatastorePerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class DatastorePerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/DefaultPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/DefaultPerformanceSet.php index efeb5972..55974510 100644 --- a/library/Vspheredb/Polling/PerformanceSet/DefaultPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/DefaultPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; use RuntimeException; diff --git a/library/Vspheredb/Polling/PerformanceSet/HostCpuPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/HostCpuPerformanceSet.php index f4708a03..95ee0a28 100644 --- a/library/Vspheredb/Polling/PerformanceSet/HostCpuPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/HostCpuPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class HostCpuPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/HostMemoryPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/HostMemoryPerformanceSet.php index bfa9877a..c393116f 100644 --- a/library/Vspheredb/Polling/PerformanceSet/HostMemoryPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/HostMemoryPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class HostMemoryPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/HostNetworkPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/HostNetworkPerformanceSet.php index 4709dfd6..e823d8c5 100644 --- a/library/Vspheredb/Polling/PerformanceSet/HostNetworkPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/HostNetworkPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class HostNetworkPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/PerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/PerformanceSet.php index ff5f3d9b..6fbf3fd8 100644 --- a/library/Vspheredb/Polling/PerformanceSet/PerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/PerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; interface PerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/VmCpuPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/VmCpuPerformanceSet.php index 6c4bf8ce..badd5141 100644 --- a/library/Vspheredb/Polling/PerformanceSet/VmCpuPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/VmCpuPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class VmCpuPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/VmDiskPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/VmDiskPerformanceSet.php index dda0a9f5..52d79cf6 100644 --- a/library/Vspheredb/Polling/PerformanceSet/VmDiskPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/VmDiskPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class VmDiskPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/VmMemoryPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/VmMemoryPerformanceSet.php index 543731ed..dd56414c 100644 --- a/library/Vspheredb/Polling/PerformanceSet/VmMemoryPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/VmMemoryPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class VmMemoryPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PerformanceSet/VmNetworkPerformanceSet.php b/library/Vspheredb/Polling/PerformanceSet/VmNetworkPerformanceSet.php index 65bff24f..51688c8a 100644 --- a/library/Vspheredb/Polling/PerformanceSet/VmNetworkPerformanceSet.php +++ b/library/Vspheredb/Polling/PerformanceSet/VmNetworkPerformanceSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PerformanceSet; class VmNetworkPerformanceSet extends DefaultPerformanceSet diff --git a/library/Vspheredb/Polling/PropertySet/ComputeResourcePropertySet.php b/library/Vspheredb/Polling/PropertySet/ComputeResourcePropertySet.php index 4fd300b2..2c186590 100644 --- a/library/Vspheredb/Polling/PropertySet/ComputeResourcePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/ComputeResourcePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/DatastorePropertySet.php b/library/Vspheredb/Polling/PropertySet/DatastorePropertySet.php index c53e15fc..90395eea 100644 --- a/library/Vspheredb/Polling/PropertySet/DatastorePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/DatastorePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/FullObjectListPropertySet.php b/library/Vspheredb/Polling/PropertySet/FullObjectListPropertySet.php index 1769f9de..d2fb1b5f 100644 --- a/library/Vspheredb/Polling/PropertySet/FullObjectListPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/FullObjectListPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostHardwarePropertySet.php b/library/Vspheredb/Polling/PropertySet/HostHardwarePropertySet.php index 44701390..7ee602c0 100644 --- a/library/Vspheredb/Polling/PropertySet/HostHardwarePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostHardwarePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostHbaPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostHbaPropertySet.php index d2fcc731..8ba2dfdf 100644 --- a/library/Vspheredb/Polling/PropertySet/HostHbaPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostHbaPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostNetworkPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostNetworkPropertySet.php index 39f10850..0c68e1b8 100644 --- a/library/Vspheredb/Polling/PropertySet/HostNetworkPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostNetworkPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostPhysicalNicPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostPhysicalNicPropertySet.php index 4e99d514..50b540b9 100644 --- a/library/Vspheredb/Polling/PropertySet/HostPhysicalNicPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostPhysicalNicPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostQuickStatsPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostQuickStatsPropertySet.php index 8149e59c..28c14e19 100644 --- a/library/Vspheredb/Polling/PropertySet/HostQuickStatsPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostQuickStatsPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostSensorsPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostSensorsPropertySet.php index c6f28aa4..9d2c9935 100644 --- a/library/Vspheredb/Polling/PropertySet/HostSensorsPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostSensorsPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostSystemPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostSystemPropertySet.php index 3cef9b46..24ee2a67 100644 --- a/library/Vspheredb/Polling/PropertySet/HostSystemPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostSystemPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/HostVirtualNicPropertySet.php b/library/Vspheredb/Polling/PropertySet/HostVirtualNicPropertySet.php index 6252504c..94dcb84a 100644 --- a/library/Vspheredb/Polling/PropertySet/HostVirtualNicPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/HostVirtualNicPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/PropertySet.php b/library/Vspheredb/Polling/PropertySet/PropertySet.php index 608f491e..bfae6325 100644 --- a/library/Vspheredb/Polling/PropertySet/PropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/PropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/StoragePodPropertySet.php b/library/Vspheredb/Polling/PropertySet/StoragePodPropertySet.php index c2b3947e..b899e5d9 100644 --- a/library/Vspheredb/Polling/PropertySet/StoragePodPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/StoragePodPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VirtualMachinePropertySet.php b/library/Vspheredb/Polling/PropertySet/VirtualMachinePropertySet.php index 74197445..5c6083d0 100644 --- a/library/Vspheredb/Polling/PropertySet/VirtualMachinePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VirtualMachinePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VmDatastoreUsagePropertySet.php b/library/Vspheredb/Polling/PropertySet/VmDatastoreUsagePropertySet.php index 4de130b2..37956be9 100644 --- a/library/Vspheredb/Polling/PropertySet/VmDatastoreUsagePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VmDatastoreUsagePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VmDiskUsagePropertySet.php b/library/Vspheredb/Polling/PropertySet/VmDiskUsagePropertySet.php index f0f9ab9a..f3c806b3 100644 --- a/library/Vspheredb/Polling/PropertySet/VmDiskUsagePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VmDiskUsagePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VmHardwarePropertySet.php b/library/Vspheredb/Polling/PropertySet/VmHardwarePropertySet.php index 6790a8be..cfc28d9d 100644 --- a/library/Vspheredb/Polling/PropertySet/VmHardwarePropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VmHardwarePropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VmQuickStatsPropertySet.php b/library/Vspheredb/Polling/PropertySet/VmQuickStatsPropertySet.php index 343f52a7..c45a7ccd 100644 --- a/library/Vspheredb/Polling/PropertySet/VmQuickStatsPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VmQuickStatsPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/PropertySet/VmSnapshotPropertySet.php b/library/Vspheredb/Polling/PropertySet/VmSnapshotPropertySet.php index 2b588815..b17df6ac 100644 --- a/library/Vspheredb/Polling/PropertySet/VmSnapshotPropertySet.php +++ b/library/Vspheredb/Polling/PropertySet/VmSnapshotPropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\PropertySet; use Icinga\Module\Vspheredb\MappedClass\PropertySpec; diff --git a/library/Vspheredb/Polling/RestApi.php b/library/Vspheredb/Polling/RestApi.php index 84fa0771..b79818a0 100644 --- a/library/Vspheredb/Polling/RestApi.php +++ b/library/Vspheredb/Polling/RestApi.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use gipfl\Curl\CurlAsync; diff --git a/library/Vspheredb/Polling/SelectSet/ComputeResourceSelectSet.php b/library/Vspheredb/Polling/SelectSet/ComputeResourceSelectSet.php index 1d8121a5..cafbd464 100644 --- a/library/Vspheredb/Polling/SelectSet/ComputeResourceSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/ComputeResourceSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class ComputeResourceSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/SelectSet/DatastoreSelectSet.php b/library/Vspheredb/Polling/SelectSet/DatastoreSelectSet.php index 58a715d1..31657373 100644 --- a/library/Vspheredb/Polling/SelectSet/DatastoreSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/DatastoreSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class DatastoreSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/SelectSet/DistributedVirtualPortgroupSelectSet.php b/library/Vspheredb/Polling/SelectSet/DistributedVirtualPortgroupSelectSet.php index fb6043ba..4c6a89aa 100644 --- a/library/Vspheredb/Polling/SelectSet/DistributedVirtualPortgroupSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/DistributedVirtualPortgroupSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class DistributedVirtualPortgroupSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/SelectSet/DistributedVirtualSwitchSelectSet.php b/library/Vspheredb/Polling/SelectSet/DistributedVirtualSwitchSelectSet.php index bf60e522..2cb0a854 100644 --- a/library/Vspheredb/Polling/SelectSet/DistributedVirtualSwitchSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/DistributedVirtualSwitchSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class DistributedVirtualSwitchSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/SelectSet/FullSelectSet.php b/library/Vspheredb/Polling/SelectSet/FullSelectSet.php index 3fd24abc..54b6650a 100644 --- a/library/Vspheredb/Polling/SelectSet/FullSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/FullSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; use Icinga\Module\Vspheredb\MappedClass\SelectionSpec; diff --git a/library/Vspheredb/Polling/SelectSet/GenericSpec.php b/library/Vspheredb/Polling/SelectSet/GenericSpec.php index 67db6f1c..43c7e467 100644 --- a/library/Vspheredb/Polling/SelectSet/GenericSpec.php +++ b/library/Vspheredb/Polling/SelectSet/GenericSpec.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; use Icinga\Module\Vspheredb\MappedClass\SelectionSpec; diff --git a/library/Vspheredb/Polling/SelectSet/HostSystemSelectSet.php b/library/Vspheredb/Polling/SelectSet/HostSystemSelectSet.php index 6d9d1f33..118e1b0a 100644 --- a/library/Vspheredb/Polling/SelectSet/HostSystemSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/HostSystemSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; use Icinga\Module\Vspheredb\MappedClass\TraversalSpec; diff --git a/library/Vspheredb/Polling/SelectSet/SelectSet.php b/library/Vspheredb/Polling/SelectSet/SelectSet.php index 8c8f8d33..1d1a04e9 100644 --- a/library/Vspheredb/Polling/SelectSet/SelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/SelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; use Icinga\Module\Vspheredb\MappedClass\SelectionSpec; diff --git a/library/Vspheredb/Polling/SelectSet/StoragePodSelectSet.php b/library/Vspheredb/Polling/SelectSet/StoragePodSelectSet.php index f5854ce1..fe16e86a 100644 --- a/library/Vspheredb/Polling/SelectSet/StoragePodSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/StoragePodSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class StoragePodSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/SelectSet/VirtualMachineSelectSet.php b/library/Vspheredb/Polling/SelectSet/VirtualMachineSelectSet.php index e05b3bd6..00ab4b86 100644 --- a/library/Vspheredb/Polling/SelectSet/VirtualMachineSelectSet.php +++ b/library/Vspheredb/Polling/SelectSet/VirtualMachineSelectSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SelectSet; class VirtualMachineSelectSet implements SelectSet diff --git a/library/Vspheredb/Polling/ServerInfo.php b/library/Vspheredb/Polling/ServerInfo.php index f438829f..c6aeb9fa 100644 --- a/library/Vspheredb/Polling/ServerInfo.php +++ b/library/Vspheredb/Polling/ServerInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Polling/ServerSet.php b/library/Vspheredb/Polling/ServerSet.php index 1fd23efa..2a5a144a 100644 --- a/library/Vspheredb/Polling/ServerSet.php +++ b/library/Vspheredb/Polling/ServerSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Polling/SyncStore/HostHardwareSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostHardwareSyncStore.php index f50e85f9..66fa1174 100644 --- a/library/Vspheredb/Polling/SyncStore/HostHardwareSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostHardwareSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; class HostHardwareSyncStore extends HostPropertyInstancesSyncStore diff --git a/library/Vspheredb/Polling/SyncStore/HostHbaSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostHbaSyncStore.php index 023dbf48..7cce395a 100644 --- a/library/Vspheredb/Polling/SyncStore/HostHbaSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostHbaSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; class HostHbaSyncStore extends HostPropertyInstancesSyncStore diff --git a/library/Vspheredb/Polling/SyncStore/HostPhysicalNicSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostPhysicalNicSyncStore.php index 4b00a75e..2af5e7c1 100644 --- a/library/Vspheredb/Polling/SyncStore/HostPhysicalNicSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostPhysicalNicSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; class HostPhysicalNicSyncStore extends HostPropertyInstancesSyncStore diff --git a/library/Vspheredb/Polling/SyncStore/HostPropertyInstancesSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostPropertyInstancesSyncStore.php index 3ffb1c46..ee0bf67d 100644 --- a/library/Vspheredb/Polling/SyncStore/HostPropertyInstancesSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostPropertyInstancesSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\SyncRelated\SyncHelper; diff --git a/library/Vspheredb/Polling/SyncStore/HostSensorSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostSensorSyncStore.php index 6343b5ae..5f8375af 100644 --- a/library/Vspheredb/Polling/SyncStore/HostSensorSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostSensorSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; class HostSensorSyncStore extends HostPropertyInstancesSyncStore diff --git a/library/Vspheredb/Polling/SyncStore/HostVirtualNicSyncStore.php b/library/Vspheredb/Polling/SyncStore/HostVirtualNicSyncStore.php index 0ee8cfb9..3a284979 100644 --- a/library/Vspheredb/Polling/SyncStore/HostVirtualNicSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/HostVirtualNicSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; class HostVirtualNicSyncStore extends HostPropertyInstancesSyncStore diff --git a/library/Vspheredb/Polling/SyncStore/ManagedObjectReferenceSyncStore.php b/library/Vspheredb/Polling/SyncStore/ManagedObjectReferenceSyncStore.php index 91e39934..756d5809 100644 --- a/library/Vspheredb/Polling/SyncStore/ManagedObjectReferenceSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/ManagedObjectReferenceSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Polling/SyncStore/ObjectSyncStore.php b/library/Vspheredb/Polling/SyncStore/ObjectSyncStore.php index 5244cc1e..eb754e1e 100644 --- a/library/Vspheredb/Polling/SyncStore/ObjectSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/ObjectSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Polling/SyncStore/PerfCounterInfoSyncStore.php b/library/Vspheredb/Polling/SyncStore/PerfCounterInfoSyncStore.php index 9fbaae3d..44f33e69 100644 --- a/library/Vspheredb/Polling/SyncStore/PerfCounterInfoSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/PerfCounterInfoSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Exception; diff --git a/library/Vspheredb/Polling/SyncStore/SyncStore.php b/library/Vspheredb/Polling/SyncStore/SyncStore.php index c9a3bfdc..0ad4d098 100644 --- a/library/Vspheredb/Polling/SyncStore/SyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/SyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use gipfl\ZfDb\Adapter\Adapter; diff --git a/library/Vspheredb/Polling/SyncStore/TaggingSyncStore.php b/library/Vspheredb/Polling/SyncStore/TaggingSyncStore.php index 63140ba0..8c1ffcb6 100644 --- a/library/Vspheredb/Polling/SyncStore/TaggingSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/TaggingSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\SyncRelated\SyncHelper; diff --git a/library/Vspheredb/Polling/SyncStore/VmDatastoreUsageSyncStore.php b/library/Vspheredb/Polling/SyncStore/VmDatastoreUsageSyncStore.php index cc7ad2d2..f842dfc9 100644 --- a/library/Vspheredb/Polling/SyncStore/VmDatastoreUsageSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/VmDatastoreUsageSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Polling/SyncStore/VmDiskUsageSyncStore.php b/library/Vspheredb/Polling/SyncStore/VmDiskUsageSyncStore.php index 34e0adbe..f3e455c7 100644 --- a/library/Vspheredb/Polling/SyncStore/VmDiskUsageSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/VmDiskUsageSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\SyncRelated\SyncHelper; diff --git a/library/Vspheredb/Polling/SyncStore/VmEventHistorySyncStore.php b/library/Vspheredb/Polling/SyncStore/VmEventHistorySyncStore.php index 47285d2a..d1d6e8ac 100644 --- a/library/Vspheredb/Polling/SyncStore/VmEventHistorySyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/VmEventHistorySyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use gipfl\ZfDb\Select; diff --git a/library/Vspheredb/Polling/SyncStore/VmHardwareSyncStore.php b/library/Vspheredb/Polling/SyncStore/VmHardwareSyncStore.php index c214792f..5bccfa22 100644 --- a/library/Vspheredb/Polling/SyncStore/VmHardwareSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/VmHardwareSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\DbObject\VmDisk; diff --git a/library/Vspheredb/Polling/SyncStore/VmSnapshotSyncStore.php b/library/Vspheredb/Polling/SyncStore/VmSnapshotSyncStore.php index ca3bc196..29b0c0b8 100644 --- a/library/Vspheredb/Polling/SyncStore/VmSnapshotSyncStore.php +++ b/library/Vspheredb/Polling/SyncStore/VmSnapshotSyncStore.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncStore; use Icinga\Module\Vspheredb\DbObject\VmSnapshot; diff --git a/library/Vspheredb/Polling/SyncTask/ComputeResourceSyncTask.php b/library/Vspheredb/Polling/SyncTask/ComputeResourceSyncTask.php index 4a1fd694..a8da085f 100644 --- a/library/Vspheredb/Polling/SyncTask/ComputeResourceSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/ComputeResourceSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\ComputeResource; diff --git a/library/Vspheredb/Polling/SyncTask/DatastoreSyncTask.php b/library/Vspheredb/Polling/SyncTask/DatastoreSyncTask.php index ec467349..fdfe5e42 100644 --- a/library/Vspheredb/Polling/SyncTask/DatastoreSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/DatastoreSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\Datastore; diff --git a/library/Vspheredb/Polling/SyncTask/HostHardwareSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostHardwareSyncTask.php index ad64a5f0..304a76f0 100644 --- a/library/Vspheredb/Polling/SyncTask/HostHardwareSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostHardwareSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostPciDevice; diff --git a/library/Vspheredb/Polling/SyncTask/HostHbaSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostHbaSyncTask.php index 50b6f586..6a8dcdbc 100644 --- a/library/Vspheredb/Polling/SyncTask/HostHbaSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostHbaSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostHba; diff --git a/library/Vspheredb/Polling/SyncTask/HostPhysicalNicSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostPhysicalNicSyncTask.php index ec414e19..41995bc7 100644 --- a/library/Vspheredb/Polling/SyncTask/HostPhysicalNicSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostPhysicalNicSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostPhysicalNic; diff --git a/library/Vspheredb/Polling/SyncTask/HostQuickStatsSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostQuickStatsSyncTask.php index 89d7f6ae..a774feb8 100644 --- a/library/Vspheredb/Polling/SyncTask/HostQuickStatsSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostQuickStatsSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostQuickStats; diff --git a/library/Vspheredb/Polling/SyncTask/HostSensorSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostSensorSyncTask.php index 1022b0e9..aed9a7a2 100644 --- a/library/Vspheredb/Polling/SyncTask/HostSensorSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostSensorSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostSensor; diff --git a/library/Vspheredb/Polling/SyncTask/HostSystemSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostSystemSyncTask.php index 2878f528..bf3c160c 100644 --- a/library/Vspheredb/Polling/SyncTask/HostSystemSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostSystemSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostSystem; diff --git a/library/Vspheredb/Polling/SyncTask/HostVirtualNicSyncTask.php b/library/Vspheredb/Polling/SyncTask/HostVirtualNicSyncTask.php index fb3385dd..6e1c4ed2 100644 --- a/library/Vspheredb/Polling/SyncTask/HostVirtualNicSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/HostVirtualNicSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\HostVirtualNic; diff --git a/library/Vspheredb/Polling/SyncTask/ManagedObjectReferenceSyncTask.php b/library/Vspheredb/Polling/SyncTask/ManagedObjectReferenceSyncTask.php index f4eadd5a..612c87ec 100644 --- a/library/Vspheredb/Polling/SyncTask/ManagedObjectReferenceSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/ManagedObjectReferenceSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\ManagedObject; diff --git a/library/Vspheredb/Polling/SyncTask/RestApiTask.php b/library/Vspheredb/Polling/SyncTask/RestApiTask.php index ffef2324..781eff2e 100644 --- a/library/Vspheredb/Polling/SyncTask/RestApiTask.php +++ b/library/Vspheredb/Polling/SyncTask/RestApiTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\Polling\RestApi; diff --git a/library/Vspheredb/Polling/SyncTask/StandaloneTask.php b/library/Vspheredb/Polling/SyncTask/StandaloneTask.php index a51c1403..dada9b18 100644 --- a/library/Vspheredb/Polling/SyncTask/StandaloneTask.php +++ b/library/Vspheredb/Polling/SyncTask/StandaloneTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\Polling\VsphereApi; diff --git a/library/Vspheredb/Polling/SyncTask/StoragePodSyncTask.php b/library/Vspheredb/Polling/SyncTask/StoragePodSyncTask.php index 45d82b50..443a7802 100644 --- a/library/Vspheredb/Polling/SyncTask/StoragePodSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/StoragePodSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\StoragePod; diff --git a/library/Vspheredb/Polling/SyncTask/SyncTask.php b/library/Vspheredb/Polling/SyncTask/SyncTask.php index 85e691ad..cdcf7273 100644 --- a/library/Vspheredb/Polling/SyncTask/SyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/SyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Polling/SyncTask/TaggingCategorySyncTask.php b/library/Vspheredb/Polling/SyncTask/TaggingCategorySyncTask.php index ed73b8a0..9a7902ca 100644 --- a/library/Vspheredb/Polling/SyncTask/TaggingCategorySyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/TaggingCategorySyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\TaggingCategory; diff --git a/library/Vspheredb/Polling/SyncTask/TaggingObjectTagSyncTask.php b/library/Vspheredb/Polling/SyncTask/TaggingObjectTagSyncTask.php index 9f9060ff..34b92355 100644 --- a/library/Vspheredb/Polling/SyncTask/TaggingObjectTagSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/TaggingObjectTagSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\TaggingObjectTag; diff --git a/library/Vspheredb/Polling/SyncTask/TaggingSyncTask.php b/library/Vspheredb/Polling/SyncTask/TaggingSyncTask.php index 2c5f9f1a..59146ea4 100644 --- a/library/Vspheredb/Polling/SyncTask/TaggingSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/TaggingSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\Polling\SyncStore\TaggingSyncStore; diff --git a/library/Vspheredb/Polling/SyncTask/TaggingTagSyncTask.php b/library/Vspheredb/Polling/SyncTask/TaggingTagSyncTask.php index 10d96083..8e2ec834 100644 --- a/library/Vspheredb/Polling/SyncTask/TaggingTagSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/TaggingTagSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\TaggingTag; diff --git a/library/Vspheredb/Polling/SyncTask/VirtualMachineSyncTask.php b/library/Vspheredb/Polling/SyncTask/VirtualMachineSyncTask.php index 1ce11f1c..7d05e2dd 100644 --- a/library/Vspheredb/Polling/SyncTask/VirtualMachineSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VirtualMachineSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\VirtualMachine; diff --git a/library/Vspheredb/Polling/SyncTask/VmDatastoreUsageSyncTask.php b/library/Vspheredb/Polling/SyncTask/VmDatastoreUsageSyncTask.php index d6c32580..c0d32b41 100644 --- a/library/Vspheredb/Polling/SyncTask/VmDatastoreUsageSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmDatastoreUsageSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\VmDatastoreUsage; diff --git a/library/Vspheredb/Polling/SyncTask/VmDiskUsageSyncTask.php b/library/Vspheredb/Polling/SyncTask/VmDiskUsageSyncTask.php index 243cf30a..edd79597 100644 --- a/library/Vspheredb/Polling/SyncTask/VmDiskUsageSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmDiskUsageSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\VmDiskUsage; diff --git a/library/Vspheredb/Polling/SyncTask/VmEventHistorySyncTask.php b/library/Vspheredb/Polling/SyncTask/VmEventHistorySyncTask.php index 003f0898..1ed37647 100644 --- a/library/Vspheredb/Polling/SyncTask/VmEventHistorySyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmEventHistorySyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\Polling\SyncStore\VmEventHistorySyncStore; diff --git a/library/Vspheredb/Polling/SyncTask/VmHardwareSyncTask.php b/library/Vspheredb/Polling/SyncTask/VmHardwareSyncTask.php index 697100d6..177ce289 100644 --- a/library/Vspheredb/Polling/SyncTask/VmHardwareSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmHardwareSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Polling/SyncTask/VmQuickStatsSyncTask.php b/library/Vspheredb/Polling/SyncTask/VmQuickStatsSyncTask.php index d76501d7..fb671394 100644 --- a/library/Vspheredb/Polling/SyncTask/VmQuickStatsSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmQuickStatsSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\VmQuickStats; diff --git a/library/Vspheredb/Polling/SyncTask/VmSnapshotSyncTask.php b/library/Vspheredb/Polling/SyncTask/VmSnapshotSyncTask.php index c3dfec1f..c01362b4 100644 --- a/library/Vspheredb/Polling/SyncTask/VmSnapshotSyncTask.php +++ b/library/Vspheredb/Polling/SyncTask/VmSnapshotSyncTask.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling\SyncTask; use Icinga\Module\Vspheredb\DbObject\VmSnapshot; diff --git a/library/Vspheredb/Polling/VsphereApi.php b/library/Vspheredb/Polling/VsphereApi.php index 3258ddc0..5db9383d 100644 --- a/library/Vspheredb/Polling/VsphereApi.php +++ b/library/Vspheredb/Polling/VsphereApi.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use DateTime; diff --git a/library/Vspheredb/Polling/WsdlLoader.php b/library/Vspheredb/Polling/WsdlLoader.php index dd9b2312..d8af3a31 100644 --- a/library/Vspheredb/Polling/WsdlLoader.php +++ b/library/Vspheredb/Polling/WsdlLoader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Polling; use Exception; diff --git a/library/Vspheredb/PropertySet/PropertySet.php b/library/Vspheredb/PropertySet/PropertySet.php index 8db92c44..372955bf 100644 --- a/library/Vspheredb/PropertySet/PropertySet.php +++ b/library/Vspheredb/PropertySet/PropertySet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\PropertySet; class PropertySet diff --git a/library/Vspheredb/ProvidedHook/Director/DataTypeMonitoringRule.php b/library/Vspheredb/ProvidedHook/Director/DataTypeMonitoringRule.php index 8693220a..8f3cfd37 100644 --- a/library/Vspheredb/ProvidedHook/Director/DataTypeMonitoringRule.php +++ b/library/Vspheredb/ProvidedHook/Director/DataTypeMonitoringRule.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook\Director; use Icinga\Module\Director\Hook\DataTypeHook; diff --git a/library/Vspheredb/ProvidedHook/Director/ImportSource.php b/library/Vspheredb/ProvidedHook/Director/ImportSource.php index d52b751b..10cb5690 100644 --- a/library/Vspheredb/ProvidedHook/Director/ImportSource.php +++ b/library/Vspheredb/ProvidedHook/Director/ImportSource.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook\Director; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/ProvidedHook/HostDetailExtensionTrait.php b/library/Vspheredb/ProvidedHook/HostDetailExtensionTrait.php index 2fa3b1ef..12731ac2 100644 --- a/library/Vspheredb/ProvidedHook/HostDetailExtensionTrait.php +++ b/library/Vspheredb/ProvidedHook/HostDetailExtensionTrait.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook; use Icinga\Exception\NotFoundError; diff --git a/library/Vspheredb/ProvidedHook/Icingadb/HostDetailExtension.php b/library/Vspheredb/ProvidedHook/Icingadb/HostDetailExtension.php index 837fa191..aa9e9b64 100644 --- a/library/Vspheredb/ProvidedHook/Icingadb/HostDetailExtension.php +++ b/library/Vspheredb/ProvidedHook/Icingadb/HostDetailExtension.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook\Icingadb; use Icinga\Module\Icingadb\Hook\HostDetailExtensionHook; diff --git a/library/Vspheredb/ProvidedHook/Monitoring/DetailviewExtension.php b/library/Vspheredb/ProvidedHook/Monitoring/DetailviewExtension.php index b0752ee3..5b26761b 100644 --- a/library/Vspheredb/ProvidedHook/Monitoring/DetailviewExtension.php +++ b/library/Vspheredb/ProvidedHook/Monitoring/DetailviewExtension.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook\Monitoring; use Icinga\Module\Monitoring\Hook\DetailviewExtensionHook; diff --git a/library/Vspheredb/ProvidedHook/Vspheredb/PerfDataConsumerInfluxDb.php b/library/Vspheredb/ProvidedHook/Vspheredb/PerfDataConsumerInfluxDb.php index 250cf595..c612ece6 100644 --- a/library/Vspheredb/ProvidedHook/Vspheredb/PerfDataConsumerInfluxDb.php +++ b/library/Vspheredb/ProvidedHook/Vspheredb/PerfDataConsumerInfluxDb.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\ProvidedHook\Vspheredb; use Icinga\Module\Vspheredb\Daemon\RemoteClient; diff --git a/library/Vspheredb/SafeCacheDir.php b/library/Vspheredb/SafeCacheDir.php index 0ff5d3c3..7f74f8b8 100644 --- a/library/Vspheredb/SafeCacheDir.php +++ b/library/Vspheredb/SafeCacheDir.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use RuntimeException; diff --git a/library/Vspheredb/Severity.php b/library/Vspheredb/Severity.php index 81127ae8..e94b03bf 100644 --- a/library/Vspheredb/Severity.php +++ b/library/Vspheredb/Severity.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use Icinga\Exception\ProgrammingError; diff --git a/library/Vspheredb/SpecSet/SpecSet.php b/library/Vspheredb/SpecSet/SpecSet.php index 826f2eb6..e62e465d 100644 --- a/library/Vspheredb/SpecSet/SpecSet.php +++ b/library/Vspheredb/SpecSet/SpecSet.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\SpecSet; abstract class SpecSet diff --git a/library/Vspheredb/Storable/PerfdataConsumer.php b/library/Vspheredb/Storable/PerfdataConsumer.php index 38a80373..afacb6dc 100644 --- a/library/Vspheredb/Storable/PerfdataConsumer.php +++ b/library/Vspheredb/Storable/PerfdataConsumer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Storable; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Storable/PerfdataSubscription.php b/library/Vspheredb/Storable/PerfdataSubscription.php index 3874abbd..203c5216 100644 --- a/library/Vspheredb/Storable/PerfdataSubscription.php +++ b/library/Vspheredb/Storable/PerfdataSubscription.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Storable; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/SyncRelated/SyncHelper.php b/library/Vspheredb/SyncRelated/SyncHelper.php index f5fdb826..6712c6db 100644 --- a/library/Vspheredb/SyncRelated/SyncHelper.php +++ b/library/Vspheredb/SyncRelated/SyncHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\SyncRelated; use Exception; diff --git a/library/Vspheredb/SyncRelated/SyncStats.php b/library/Vspheredb/SyncRelated/SyncStats.php index 24432df3..d0554c01 100644 --- a/library/Vspheredb/SyncRelated/SyncStats.php +++ b/library/Vspheredb/SyncRelated/SyncStats.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\SyncRelated; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Util.php b/library/Vspheredb/Util.php index efd25b39..9787da11 100644 --- a/library/Vspheredb/Util.php +++ b/library/Vspheredb/Util.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use DateTime; diff --git a/library/Vspheredb/VmwareDataType/ManagedObjectReference.php b/library/Vspheredb/VmwareDataType/ManagedObjectReference.php index 68e9be95..4fbd0c87 100644 --- a/library/Vspheredb/VmwareDataType/ManagedObjectReference.php +++ b/library/Vspheredb/VmwareDataType/ManagedObjectReference.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\VmwareDataType; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/VmwareDataType/NumericRange.php b/library/Vspheredb/VmwareDataType/NumericRange.php index 2e906a39..1fe0fd2f 100644 --- a/library/Vspheredb/VmwareDataType/NumericRange.php +++ b/library/Vspheredb/VmwareDataType/NumericRange.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\VmwareDataType; /** diff --git a/library/Vspheredb/Web/Controller.php b/library/Vspheredb/Web/Controller.php index 049e26a7..db1f9e20 100644 --- a/library/Vspheredb/Web/Controller.php +++ b/library/Vspheredb/Web/Controller.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web; use Exception; diff --git a/library/Vspheredb/Web/Controller/ObjectsController.php b/library/Vspheredb/Web/Controller/ObjectsController.php index a1b122a8..4b9b7f2d 100644 --- a/library/Vspheredb/Web/Controller/ObjectsController.php +++ b/library/Vspheredb/Web/Controller/ObjectsController.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Controller; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Controller/RestApi.php b/library/Vspheredb/Web/Controller/RestApi.php index ef9936c7..79011f77 100644 --- a/library/Vspheredb/Web/Controller/RestApi.php +++ b/library/Vspheredb/Web/Controller/RestApi.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Controller; use gipfl\Json\JsonException; diff --git a/library/Vspheredb/Web/Form/ApplyMigrationsForm.php b/library/Vspheredb/Web/Form/ApplyMigrationsForm.php index 3a6c40dd..8dde29bd 100644 --- a/library/Vspheredb/Web/Form/ApplyMigrationsForm.php +++ b/library/Vspheredb/Web/Form/ApplyMigrationsForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\DbMigration\Migrations; diff --git a/library/Vspheredb/Web/Form/ChooseDbResourceForm.php b/library/Vspheredb/Web/Form/ChooseDbResourceForm.php index f041e736..59288160 100644 --- a/library/Vspheredb/Web/Form/ChooseDbResourceForm.php +++ b/library/Vspheredb/Web/Form/ChooseDbResourceForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use Exception; diff --git a/library/Vspheredb/Web/Form/ChooseInfluxDatabaseForm.php b/library/Vspheredb/Web/Form/ChooseInfluxDatabaseForm.php index 17d6c623..0dff6939 100644 --- a/library/Vspheredb/Web/Form/ChooseInfluxDatabaseForm.php +++ b/library/Vspheredb/Web/Form/ChooseInfluxDatabaseForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/DeleteVCenterForm.php b/library/Vspheredb/Web/Form/DeleteVCenterForm.php index b99f0b2a..896a9ee0 100644 --- a/library/Vspheredb/Web/Form/DeleteVCenterForm.php +++ b/library/Vspheredb/Web/Form/DeleteVCenterForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/DisableServerForm.php b/library/Vspheredb/Web/Form/DisableServerForm.php index 8c32ff3e..30b150ad 100644 --- a/library/Vspheredb/Web/Form/DisableServerForm.php +++ b/library/Vspheredb/Web/Form/DisableServerForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form\Feature\NextConfirmCancel; diff --git a/library/Vspheredb/Web/Form/Element/VCenterSelection.php b/library/Vspheredb/Web/Form/Element/VCenterSelection.php index 50e73fd7..6d495333 100644 --- a/library/Vspheredb/Web/Form/Element/VCenterSelection.php +++ b/library/Vspheredb/Web/Form/Element/VCenterSelection.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form\Element; use Icinga\Authentication\Auth; diff --git a/library/Vspheredb/Web/Form/EnableServerForm.php b/library/Vspheredb/Web/Form/EnableServerForm.php index 39b8e28e..b923f2e6 100644 --- a/library/Vspheredb/Web/Form/EnableServerForm.php +++ b/library/Vspheredb/Web/Form/EnableServerForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form\Feature\NextConfirmCancel; diff --git a/library/Vspheredb/Web/Form/FilterHostParentForm.php b/library/Vspheredb/Web/Form/FilterHostParentForm.php index 5da1edd7..06fdae91 100644 --- a/library/Vspheredb/Web/Form/FilterHostParentForm.php +++ b/library/Vspheredb/Web/Form/FilterHostParentForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/FilterVCenterForm.php b/library/Vspheredb/Web/Form/FilterVCenterForm.php index 8513057e..d0342fa0 100644 --- a/library/Vspheredb/Web/Form/FilterVCenterForm.php +++ b/library/Vspheredb/Web/Form/FilterVCenterForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/FormElementStealer.php b/library/Vspheredb/Web/Form/FormElementStealer.php index 7a4d14e9..47cae5ff 100644 --- a/library/Vspheredb/Web/Form/FormElementStealer.php +++ b/library/Vspheredb/Web/Form/FormElementStealer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Web/Form/InfluxDbConnectionForm.php b/library/Vspheredb/Web/Form/InfluxDbConnectionForm.php index b002f61c..0874a559 100644 --- a/library/Vspheredb/Web/Form/InfluxDbConnectionForm.php +++ b/library/Vspheredb/Web/Form/InfluxDbConnectionForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/LogLevelForm.php b/library/Vspheredb/Web/Form/LogLevelForm.php index 2c77ad21..6f701a52 100644 --- a/library/Vspheredb/Web/Form/LogLevelForm.php +++ b/library/Vspheredb/Web/Form/LogLevelForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form\Feature\NextConfirmCancel; diff --git a/library/Vspheredb/Web/Form/MonitoringConnectionForm.php b/library/Vspheredb/Web/Form/MonitoringConnectionForm.php index 65c65211..ec2acb85 100644 --- a/library/Vspheredb/Web/Form/MonitoringConnectionForm.php +++ b/library/Vspheredb/Web/Form/MonitoringConnectionForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form\Decorator\DdDtDecorator; diff --git a/library/Vspheredb/Web/Form/ObjectForm.php b/library/Vspheredb/Web/Form/ObjectForm.php index e2d58025..8011a7eb 100644 --- a/library/Vspheredb/Web/Form/ObjectForm.php +++ b/library/Vspheredb/Web/Form/ObjectForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\ZfDbStore\Store; diff --git a/library/Vspheredb/Web/Form/PerfdataConsumerForm.php b/library/Vspheredb/Web/Form/PerfdataConsumerForm.php index 0fbca0d3..8307781b 100644 --- a/library/Vspheredb/Web/Form/PerfdataConsumerForm.php +++ b/library/Vspheredb/Web/Form/PerfdataConsumerForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Web/Form/RestartDaemonForm.php b/library/Vspheredb/Web/Form/RestartDaemonForm.php index 6215bb0c..61f38e34 100644 --- a/library/Vspheredb/Web/Form/RestartDaemonForm.php +++ b/library/Vspheredb/Web/Form/RestartDaemonForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form\Feature\NextConfirmCancel; diff --git a/library/Vspheredb/Web/Form/VCenterForm.php b/library/Vspheredb/Web/Form/VCenterForm.php index 4a691a34..da04fac8 100644 --- a/library/Vspheredb/Web/Form/VCenterForm.php +++ b/library/Vspheredb/Web/Form/VCenterForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/VCenterServerForm.php b/library/Vspheredb/Web/Form/VCenterServerForm.php index e3f88352..f3010ae1 100644 --- a/library/Vspheredb/Web/Form/VCenterServerForm.php +++ b/library/Vspheredb/Web/Form/VCenterServerForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\Web\Form; diff --git a/library/Vspheredb/Web/Form/VCenterShipMetricsForm.php b/library/Vspheredb/Web/Form/VCenterShipMetricsForm.php index 042f7ad3..28b95f93 100644 --- a/library/Vspheredb/Web/Form/VCenterShipMetricsForm.php +++ b/library/Vspheredb/Web/Form/VCenterShipMetricsForm.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Form; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/OverviewTree.php b/library/Vspheredb/Web/OverviewTree.php index 628b3509..2adc6af0 100644 --- a/library/Vspheredb/Web/OverviewTree.php +++ b/library/Vspheredb/Web/OverviewTree.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/QueryParams.php b/library/Vspheredb/Web/QueryParams.php index a77aee6f..5ee2a6e1 100644 --- a/library/Vspheredb/Web/QueryParams.php +++ b/library/Vspheredb/Web/QueryParams.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web; use InvalidArgumentException; diff --git a/library/Vspheredb/Web/Table/AlarmHistoryTable.php b/library/Vspheredb/Web/Table/AlarmHistoryTable.php index 2566a705..a072e07e 100644 --- a/library/Vspheredb/Web/Table/AlarmHistoryTable.php +++ b/library/Vspheredb/Web/Table/AlarmHistoryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/ArrayTable.php b/library/Vspheredb/Web/Table/ArrayTable.php index f5a620c2..3811a8cb 100644 --- a/library/Vspheredb/Web/Table/ArrayTable.php +++ b/library/Vspheredb/Web/Table/ArrayTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Data\SimpleQueryPaginationAdapter; diff --git a/library/Vspheredb/Web/Table/BaseTable.php b/library/Vspheredb/Web/Table/BaseTable.php index 09a2f073..5871fcf7 100644 --- a/library/Vspheredb/Web/Table/BaseTable.php +++ b/library/Vspheredb/Web/Table/BaseTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/ControlSocketConnectionsTable.php b/library/Vspheredb/Web/Table/ControlSocketConnectionsTable.php index e668fa7b..cdea3700 100644 --- a/library/Vspheredb/Web/Table/ControlSocketConnectionsTable.php +++ b/library/Vspheredb/Web/Table/ControlSocketConnectionsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/EventHistoryTable.php b/library/Vspheredb/Web/Table/EventHistoryTable.php index baf03acd..8f09ba59 100644 --- a/library/Vspheredb/Web/Table/EventHistoryTable.php +++ b/library/Vspheredb/Web/Table/EventHistoryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/HostHbaTable.php b/library/Vspheredb/Web/Table/HostHbaTable.php index f972e01f..455a7f7c 100644 --- a/library/Vspheredb/Web/Table/HostHbaTable.php +++ b/library/Vspheredb/Web/Table/HostHbaTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/HostPciDevicesTable.php b/library/Vspheredb/Web/Table/HostPciDevicesTable.php index 34ece0f8..cf69e108 100644 --- a/library/Vspheredb/Web/Table/HostPciDevicesTable.php +++ b/library/Vspheredb/Web/Table/HostPciDevicesTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/HostPhysicalNicTable.php b/library/Vspheredb/Web/Table/HostPhysicalNicTable.php index 1fbfccac..38908c7b 100644 --- a/library/Vspheredb/Web/Table/HostPhysicalNicTable.php +++ b/library/Vspheredb/Web/Table/HostPhysicalNicTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/HostSensorsTable.php b/library/Vspheredb/Web/Table/HostSensorsTable.php index dedb5796..7a990e5e 100644 --- a/library/Vspheredb/Web/Table/HostSensorsTable.php +++ b/library/Vspheredb/Web/Table/HostSensorsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/MonitoredObjectMappingTable.php b/library/Vspheredb/Web/Table/MonitoredObjectMappingTable.php index 03dd8ffe..e7bf6e6a 100644 --- a/library/Vspheredb/Web/Table/MonitoredObjectMappingTable.php +++ b/library/Vspheredb/Web/Table/MonitoredObjectMappingTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemHistoryTable.php b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemHistoryTable.php index 275edfde..9acdc890 100644 --- a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemHistoryTable.php +++ b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemHistoryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Monitoring; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemTable.php b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemTable.php index eea972be..ec6fc456 100644 --- a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemTable.php +++ b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblemTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Monitoring; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblematicObjectTable.php b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblematicObjectTable.php index 9e9ed03e..1b54f147 100644 --- a/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblematicObjectTable.php +++ b/library/Vspheredb/Web/Table/Monitoring/MonitoringRuleProblematicObjectTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Monitoring; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Object/HostHardwareInfoTable.php b/library/Vspheredb/Web/Table/Object/HostHardwareInfoTable.php index 1427c4ec..674cb45b 100644 --- a/library/Vspheredb/Web/Table/Object/HostHardwareInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/HostHardwareInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Table/Object/HostSystemInfoTable.php b/library/Vspheredb/Web/Table/Object/HostSystemInfoTable.php index 8d758fb4..1a1c48e2 100644 --- a/library/Vspheredb/Web/Table/Object/HostSystemInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/HostSystemInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/Object/HostVirtualizationInfoTable.php b/library/Vspheredb/Web/Table/Object/HostVirtualizationInfoTable.php index 008c4c8d..a6c334ed 100644 --- a/library/Vspheredb/Web/Table/Object/HostVirtualizationInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/HostVirtualizationInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Object/HostVmsInfoTable.php b/library/Vspheredb/Web/Table/Object/HostVmsInfoTable.php index 3e913881..65b74295 100644 --- a/library/Vspheredb/Web/Table/Object/HostVmsInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/HostVmsInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Object/VCenterInfoTable.php b/library/Vspheredb/Web/Table/Object/VCenterInfoTable.php index 69132a4b..96fba405 100644 --- a/library/Vspheredb/Web/Table/Object/VCenterInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/VCenterInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Table/Object/VmEssentialInfoTable.php b/library/Vspheredb/Web/Table/Object/VmEssentialInfoTable.php index 5c9ee762..0ef03197 100644 --- a/library/Vspheredb/Web/Table/Object/VmEssentialInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/VmEssentialInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/Object/VmExtraInfoTable.php b/library/Vspheredb/Web/Table/Object/VmExtraInfoTable.php index 5ff0d234..d3e5e896 100644 --- a/library/Vspheredb/Web/Table/Object/VmExtraInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/VmExtraInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Table/Object/VmLiveCountersTable.php b/library/Vspheredb/Web/Table/Object/VmLiveCountersTable.php index dde454cc..58e9a50f 100644 --- a/library/Vspheredb/Web/Table/Object/VmLiveCountersTable.php +++ b/library/Vspheredb/Web/Table/Object/VmLiveCountersTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use DateTime; diff --git a/library/Vspheredb/Web/Table/Object/VmLocationInfoTable.php b/library/Vspheredb/Web/Table/Object/VmLocationInfoTable.php index fbe11393..90849368 100644 --- a/library/Vspheredb/Web/Table/Object/VmLocationInfoTable.php +++ b/library/Vspheredb/Web/Table/Object/VmLocationInfoTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Object; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Table/Object/known-vendor-model-images.php b/library/Vspheredb/Web/Table/Object/known-vendor-model-images.php index 56d900bf..cc93192a 100644 --- a/library/Vspheredb/Web/Table/Object/known-vendor-model-images.php +++ b/library/Vspheredb/Web/Table/Object/known-vendor-model-images.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + return [ 'Cisco Systems Inc' => [ 'UCSB-B200-M4' => 'https://www.cisco.com/content/dam/en/us/products/servers-unified-computing/' diff --git a/library/Vspheredb/Web/Table/Objects/ComputeClusterHostSummaryTable.php b/library/Vspheredb/Web/Table/Objects/ComputeClusterHostSummaryTable.php index 1435f91b..a78e22e8 100644 --- a/library/Vspheredb/Web/Table/Objects/ComputeClusterHostSummaryTable.php +++ b/library/Vspheredb/Web/Table/Objects/ComputeClusterHostSummaryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use Icinga\Module\Vspheredb\Util; diff --git a/library/Vspheredb/Web/Table/Objects/DatacentersTable.php b/library/Vspheredb/Web/Table/Objects/DatacentersTable.php index f9ae94b2..6bb11f68 100644 --- a/library/Vspheredb/Web/Table/Objects/DatacentersTable.php +++ b/library/Vspheredb/Web/Table/Objects/DatacentersTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; class DatacentersTable extends ObjectsTable diff --git a/library/Vspheredb/Web/Table/Objects/DatastoreTable.php b/library/Vspheredb/Web/Table/Objects/DatastoreTable.php index b9a28d96..51681774 100644 --- a/library/Vspheredb/Web/Table/Objects/DatastoreTable.php +++ b/library/Vspheredb/Web/Table/Objects/DatastoreTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/GroupedvmsTable.php b/library/Vspheredb/Web/Table/Objects/GroupedvmsTable.php index e8b2c524..149c50d8 100644 --- a/library/Vspheredb/Web/Table/Objects/GroupedvmsTable.php +++ b/library/Vspheredb/Web/Table/Objects/GroupedvmsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/HostSummaryTable.php b/library/Vspheredb/Web/Table/Objects/HostSummaryTable.php index d2c9f4cc..127cb911 100644 --- a/library/Vspheredb/Web/Table/Objects/HostSummaryTable.php +++ b/library/Vspheredb/Web/Table/Objects/HostSummaryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/HostsTable.php b/library/Vspheredb/Web/Table/Objects/HostsTable.php index 67451aac..74043047 100644 --- a/library/Vspheredb/Web/Table/Objects/HostsTable.php +++ b/library/Vspheredb/Web/Table/Objects/HostsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/NetworkAdaptersTable.php b/library/Vspheredb/Web/Table/Objects/NetworkAdaptersTable.php index 6421a9df..fc068717 100644 --- a/library/Vspheredb/Web/Table/Objects/NetworkAdaptersTable.php +++ b/library/Vspheredb/Web/Table/Objects/NetworkAdaptersTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use Icinga\Module\Vspheredb\DbObject\DistributedVirtualPortgroup; diff --git a/library/Vspheredb/Web/Table/Objects/ObjectsTable.php b/library/Vspheredb/Web/Table/Objects/ObjectsTable.php index 38d470be..85268f12 100644 --- a/library/Vspheredb/Web/Table/Objects/ObjectsTable.php +++ b/library/Vspheredb/Web/Table/Objects/ObjectsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/PortGroupsTable.php b/library/Vspheredb/Web/Table/Objects/PortGroupsTable.php index fe1310f5..927a3681 100644 --- a/library/Vspheredb/Web/Table/Objects/PortGroupsTable.php +++ b/library/Vspheredb/Web/Table/Objects/PortGroupsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Web/Table/Objects/ResourcePoolsTable.php b/library/Vspheredb/Web/Table/Objects/ResourcePoolsTable.php index 1c812129..9cd9c006 100644 --- a/library/Vspheredb/Web/Table/Objects/ResourcePoolsTable.php +++ b/library/Vspheredb/Web/Table/Objects/ResourcePoolsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; class ResourcePoolsTable extends ObjectsTable diff --git a/library/Vspheredb/Web/Table/Objects/StoragePodTable.php b/library/Vspheredb/Web/Table/Objects/StoragePodTable.php index d09146cc..484cba52 100644 --- a/library/Vspheredb/Web/Table/Objects/StoragePodTable.php +++ b/library/Vspheredb/Web/Table/Objects/StoragePodTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/SwitchesTable.php b/library/Vspheredb/Web/Table/Objects/SwitchesTable.php index 11ddab74..41210dc1 100644 --- a/library/Vspheredb/Web/Table/Objects/SwitchesTable.php +++ b/library/Vspheredb/Web/Table/Objects/SwitchesTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; class SwitchesTable extends ObjectsTable diff --git a/library/Vspheredb/Web/Table/Objects/VCenterServersTable.php b/library/Vspheredb/Web/Table/Objects/VCenterServersTable.php index 277a9689..855b4c70 100644 --- a/library/Vspheredb/Web/Table/Objects/VCenterServersTable.php +++ b/library/Vspheredb/Web/Table/Objects/VCenterServersTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use Evenement\EventEmitterInterface; diff --git a/library/Vspheredb/Web/Table/Objects/VCenterSummaryTable.php b/library/Vspheredb/Web/Table/Objects/VCenterSummaryTable.php index 046b415d..b42203db 100644 --- a/library/Vspheredb/Web/Table/Objects/VCenterSummaryTable.php +++ b/library/Vspheredb/Web/Table/Objects/VCenterSummaryTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php b/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php index 7179264b..3199a97c 100644 --- a/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php +++ b/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Img; diff --git a/library/Vspheredb/Web/Table/Objects/VmsSnapshotsTable.php b/library/Vspheredb/Web/Table/Objects/VmsSnapshotsTable.php index 13bce23b..c7d91ac5 100644 --- a/library/Vspheredb/Web/Table/Objects/VmsSnapshotsTable.php +++ b/library/Vspheredb/Web/Table/Objects/VmsSnapshotsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/Objects/VmsTable.php b/library/Vspheredb/Web/Table/Objects/VmsTable.php index cb35ebad..11722f76 100644 --- a/library/Vspheredb/Web/Table/Objects/VmsTable.php +++ b/library/Vspheredb/Web/Table/Objects/VmsTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table\Objects; use gipfl\IcingaWeb2\Img; diff --git a/library/Vspheredb/Web/Table/PerfDataConsumerTable.php b/library/Vspheredb/Web/Table/PerfDataConsumerTable.php index 8e367f49..10b64e14 100644 --- a/library/Vspheredb/Web/Table/PerfDataConsumerTable.php +++ b/library/Vspheredb/Web/Table/PerfDataConsumerTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/PerformanceCounterTable.php b/library/Vspheredb/Web/Table/PerformanceCounterTable.php index de6fe136..40d6e40f 100644 --- a/library/Vspheredb/Web/Table/PerformanceCounterTable.php +++ b/library/Vspheredb/Web/Table/PerformanceCounterTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Url; diff --git a/library/Vspheredb/Web/Table/SimpleColumn.php b/library/Vspheredb/Web/Table/SimpleColumn.php index 1f46ed6d..8c745dc9 100644 --- a/library/Vspheredb/Web/Table/SimpleColumn.php +++ b/library/Vspheredb/Web/Table/SimpleColumn.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; class SimpleColumn extends TableColumn diff --git a/library/Vspheredb/Web/Table/TableColumn.php b/library/Vspheredb/Web/Table/TableColumn.php index d1fc181f..c28a9642 100644 --- a/library/Vspheredb/Web/Table/TableColumn.php +++ b/library/Vspheredb/Web/Table/TableColumn.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use ipl\Html\Html; diff --git a/library/Vspheredb/Web/Table/TableWithParentFilter.php b/library/Vspheredb/Web/Table/TableWithParentFilter.php index 2b80809b..794eb74b 100644 --- a/library/Vspheredb/Web/Table/TableWithParentFilter.php +++ b/library/Vspheredb/Web/Table/TableWithParentFilter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; interface TableWithParentFilter diff --git a/library/Vspheredb/Web/Table/TableWithVCenterFilter.php b/library/Vspheredb/Web/Table/TableWithVCenterFilter.php index 65acbace..37a8e0aa 100644 --- a/library/Vspheredb/Web/Table/TableWithVCenterFilter.php +++ b/library/Vspheredb/Web/Table/TableWithVCenterFilter.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Web/Table/TopPerfTable.php b/library/Vspheredb/Web/Table/TopPerfTable.php index ea293282..241ce4df 100644 --- a/library/Vspheredb/Web/Table/TopPerfTable.php +++ b/library/Vspheredb/Web/Table/TopPerfTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/UuidLinkHelper.php b/library/Vspheredb/Web/Table/UuidLinkHelper.php index 1110bb0c..82e09f1b 100644 --- a/library/Vspheredb/Web/Table/UuidLinkHelper.php +++ b/library/Vspheredb/Web/Table/UuidLinkHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/VmDatastoresTable.php b/library/Vspheredb/Web/Table/VmDatastoresTable.php index 7f563603..586fc2c5 100644 --- a/library/Vspheredb/Web/Table/VmDatastoresTable.php +++ b/library/Vspheredb/Web/Table/VmDatastoresTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/VmDiskUsageTable.php b/library/Vspheredb/Web/Table/VmDiskUsageTable.php index 993a24d2..d57b34cb 100644 --- a/library/Vspheredb/Web/Table/VmDiskUsageTable.php +++ b/library/Vspheredb/Web/Table/VmDiskUsageTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Img; diff --git a/library/Vspheredb/Web/Table/VmDisksTable.php b/library/Vspheredb/Web/Table/VmDisksTable.php index 834c4488..6ac66c03 100644 --- a/library/Vspheredb/Web/Table/VmDisksTable.php +++ b/library/Vspheredb/Web/Table/VmDisksTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/VmNetworkAdapterTable.php b/library/Vspheredb/Web/Table/VmNetworkAdapterTable.php index c72cb674..438556ee 100644 --- a/library/Vspheredb/Web/Table/VmNetworkAdapterTable.php +++ b/library/Vspheredb/Web/Table/VmNetworkAdapterTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/VmSnapshotTable.php b/library/Vspheredb/Web/Table/VmSnapshotTable.php index 614c511e..012639c6 100644 --- a/library/Vspheredb/Web/Table/VmSnapshotTable.php +++ b/library/Vspheredb/Web/Table/VmSnapshotTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Table\ZfQueryBasedTable; diff --git a/library/Vspheredb/Web/Table/VmsOnDatastoreTable.php b/library/Vspheredb/Web/Table/VmsOnDatastoreTable.php index c82be07b..30e8e0cd 100644 --- a/library/Vspheredb/Web/Table/VmsOnDatastoreTable.php +++ b/library/Vspheredb/Web/Table/VmsOnDatastoreTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Table/VmsWithDuplicateProperty.php b/library/Vspheredb/Web/Table/VmsWithDuplicateProperty.php index 180241f9..9a233d6d 100644 --- a/library/Vspheredb/Web/Table/VmsWithDuplicateProperty.php +++ b/library/Vspheredb/Web/Table/VmsWithDuplicateProperty.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Table/VsphereApiConnectionTable.php b/library/Vspheredb/Web/Table/VsphereApiConnectionTable.php index 8c14799a..31ac4b23 100644 --- a/library/Vspheredb/Web/Table/VsphereApiConnectionTable.php +++ b/library/Vspheredb/Web/Table/VsphereApiConnectionTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Table; class VsphereApiConnectionTable extends ArrayTable diff --git a/library/Vspheredb/Web/Tabs/ConfigTabs.php b/library/Vspheredb/Web/Tabs/ConfigTabs.php index 6ba1d6de..2251b212 100644 --- a/library/Vspheredb/Web/Tabs/ConfigTabs.php +++ b/library/Vspheredb/Web/Tabs/ConfigTabs.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Tabs; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Web/Tabs/MainTabs.php b/library/Vspheredb/Web/Tabs/MainTabs.php index 7b80bf76..a2478cac 100644 --- a/library/Vspheredb/Web/Tabs/MainTabs.php +++ b/library/Vspheredb/Web/Tabs/MainTabs.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Tabs; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Web/Tabs/VCenterTabs.php b/library/Vspheredb/Web/Tabs/VCenterTabs.php index 1382c1e8..43d58f41 100644 --- a/library/Vspheredb/Web/Tabs/VCenterTabs.php +++ b/library/Vspheredb/Web/Tabs/VCenterTabs.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Tabs; use gipfl\IcingaWeb2\Widget\Tabs; diff --git a/library/Vspheredb/Web/Widget/AdditionalTableActions.php b/library/Vspheredb/Web/Widget/AdditionalTableActions.php index 5785d06f..5410717c 100644 --- a/library/Vspheredb/Web/Widget/AdditionalTableActions.php +++ b/library/Vspheredb/Web/Widget/AdditionalTableActions.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\Html; diff --git a/library/Vspheredb/Web/Widget/Addon/IbmSpectrumProtectBackupRunDetails.php b/library/Vspheredb/Web/Widget/Addon/IbmSpectrumProtectBackupRunDetails.php index 67b7dfee..0ae73f90 100644 --- a/library/Vspheredb/Web/Widget/Addon/IbmSpectrumProtectBackupRunDetails.php +++ b/library/Vspheredb/Web/Widget/Addon/IbmSpectrumProtectBackupRunDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Addon; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Widget/Addon/NetBackupRunDetails.php b/library/Vspheredb/Web/Widget/Addon/NetBackupRunDetails.php index ce8779f9..7c7a44b9 100644 --- a/library/Vspheredb/Web/Widget/Addon/NetBackupRunDetails.php +++ b/library/Vspheredb/Web/Widget/Addon/NetBackupRunDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Addon; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/Addon/VRangerBackupRunDetails.php b/library/Vspheredb/Web/Widget/Addon/VRangerBackupRunDetails.php index 3c525663..41750770 100644 --- a/library/Vspheredb/Web/Widget/Addon/VRangerBackupRunDetails.php +++ b/library/Vspheredb/Web/Widget/Addon/VRangerBackupRunDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Addon; use gipfl\Web\Table\NameValueTable; diff --git a/library/Vspheredb/Web/Widget/Addon/VeeamBackupRunDetails.php b/library/Vspheredb/Web/Widget/Addon/VeeamBackupRunDetails.php index a0bdf099..5892a3ee 100644 --- a/library/Vspheredb/Web/Widget/Addon/VeeamBackupRunDetails.php +++ b/library/Vspheredb/Web/Widget/Addon/VeeamBackupRunDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Addon; use gipfl\IcingaWeb2\Widget\NameValueTable; diff --git a/library/Vspheredb/Web/Widget/AlarmHeatmap.php b/library/Vspheredb/Web/Widget/AlarmHeatmap.php index 207d6f16..7ac93ca8 100644 --- a/library/Vspheredb/Web/Widget/AlarmHeatmap.php +++ b/library/Vspheredb/Web/Widget/AlarmHeatmap.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Web/Widget/BiosInfo.php b/library/Vspheredb/Web/Widget/BiosInfo.php index 6a621219..79f222b1 100644 --- a/library/Vspheredb/Web/Widget/BiosInfo.php +++ b/library/Vspheredb/Web/Widget/BiosInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\HostSystem; diff --git a/library/Vspheredb/Web/Widget/CalendarForEvents.php b/library/Vspheredb/Web/Widget/CalendarForEvents.php index 1e0996ed..43c44d80 100644 --- a/library/Vspheredb/Web/Widget/CalendarForEvents.php +++ b/library/Vspheredb/Web/Widget/CalendarForEvents.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Url; diff --git a/library/Vspheredb/Web/Widget/CalendarMonthSummary.php b/library/Vspheredb/Web/Widget/CalendarMonthSummary.php index d7560de2..d43d0d3c 100644 --- a/library/Vspheredb/Web/Widget/CalendarMonthSummary.php +++ b/library/Vspheredb/Web/Widget/CalendarMonthSummary.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\Calendar\Calendar; diff --git a/library/Vspheredb/Web/Widget/CheckPluginHelper.php b/library/Vspheredb/Web/Widget/CheckPluginHelper.php index 117bdbff..88da70ff 100644 --- a/library/Vspheredb/Web/Widget/CheckPluginHelper.php +++ b/library/Vspheredb/Web/Widget/CheckPluginHelper.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\Html; diff --git a/library/Vspheredb/Web/Widget/CompactInOutSparkline.php b/library/Vspheredb/Web/Widget/CompactInOutSparkline.php index c52cf9ed..9cc8cde8 100644 --- a/library/Vspheredb/Web/Widget/CompactInOutSparkline.php +++ b/library/Vspheredb/Web/Widget/CompactInOutSparkline.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\BaseHtmlElement; diff --git a/library/Vspheredb/Web/Widget/ComputeClusterHeader.php b/library/Vspheredb/Web/Widget/ComputeClusterHeader.php index d30f2477..889c1def 100644 --- a/library/Vspheredb/Web/Widget/ComputeClusterHeader.php +++ b/library/Vspheredb/Web/Widget/ComputeClusterHeader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\ComputeCluster; diff --git a/library/Vspheredb/Web/Widget/Config/ProposeMigrations.php b/library/Vspheredb/Web/Widget/Config/ProposeMigrations.php index afd60af2..07151c8a 100644 --- a/library/Vspheredb/Web/Widget/Config/ProposeMigrations.php +++ b/library/Vspheredb/Web/Widget/Config/ProposeMigrations.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Config; use Exception; diff --git a/library/Vspheredb/Web/Widget/CpuAbsoluteUsage.php b/library/Vspheredb/Web/Widget/CpuAbsoluteUsage.php index 046b1527..4ac96830 100644 --- a/library/Vspheredb/Web/Widget/CpuAbsoluteUsage.php +++ b/library/Vspheredb/Web/Widget/CpuAbsoluteUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Format; diff --git a/library/Vspheredb/Web/Widget/CpuUsage.php b/library/Vspheredb/Web/Widget/CpuUsage.php index 8e223a40..393e0362 100644 --- a/library/Vspheredb/Web/Widget/CpuUsage.php +++ b/library/Vspheredb/Web/Widget/CpuUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Format; diff --git a/library/Vspheredb/Web/Widget/CustomValueDetails.php b/library/Vspheredb/Web/Widget/CustomValueDetails.php index c861963d..e39281bf 100644 --- a/library/Vspheredb/Web/Widget/CustomValueDetails.php +++ b/library/Vspheredb/Web/Widget/CustomValueDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\I18n\Translation; diff --git a/library/Vspheredb/Web/Widget/DatastoreUsage.php b/library/Vspheredb/Web/Widget/DatastoreUsage.php index a0bfcdd7..4d25694b 100644 --- a/library/Vspheredb/Web/Widget/DatastoreUsage.php +++ b/library/Vspheredb/Web/Widget/DatastoreUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/DelayedPerfdataRenderer.php b/library/Vspheredb/Web/Widget/DelayedPerfdataRenderer.php index 3541366a..ea30f8bd 100644 --- a/library/Vspheredb/Web/Widget/DelayedPerfdataRenderer.php +++ b/library/Vspheredb/Web/Widget/DelayedPerfdataRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\DeferredText; diff --git a/library/Vspheredb/Web/Widget/Documentation.php b/library/Vspheredb/Web/Widget/Documentation.php index 47bdee96..88b4cf31 100644 --- a/library/Vspheredb/Web/Widget/Documentation.php +++ b/library/Vspheredb/Web/Widget/Documentation.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/GrafanaVmPanel.php b/library/Vspheredb/Web/Widget/GrafanaVmPanel.php index df3342a3..f0bd824e 100644 --- a/library/Vspheredb/Web/Widget/GrafanaVmPanel.php +++ b/library/Vspheredb/Web/Widget/GrafanaVmPanel.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\ManagedObject; diff --git a/library/Vspheredb/Web/Widget/GuestToolsStatusRenderer.php b/library/Vspheredb/Web/Widget/GuestToolsStatusRenderer.php index 4e9ca26a..90d36968 100644 --- a/library/Vspheredb/Web/Widget/GuestToolsStatusRenderer.php +++ b/library/Vspheredb/Web/Widget/GuestToolsStatusRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/HostHeader.php b/library/Vspheredb/Web/Widget/HostHeader.php index d1f728c8..22ea17d2 100644 --- a/library/Vspheredb/Web/Widget/HostHeader.php +++ b/library/Vspheredb/Web/Widget/HostHeader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Data\Anonymizer; diff --git a/library/Vspheredb/Web/Widget/HostMonitoringInfo.php b/library/Vspheredb/Web/Widget/HostMonitoringInfo.php index 905b9299..d2578203 100644 --- a/library/Vspheredb/Web/Widget/HostMonitoringInfo.php +++ b/library/Vspheredb/Web/Widget/HostMonitoringInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Exception; diff --git a/library/Vspheredb/Web/Widget/IcingaHostStatusRenderer.php b/library/Vspheredb/Web/Widget/IcingaHostStatusRenderer.php index 5a80a670..c6493397 100644 --- a/library/Vspheredb/Web/Widget/IcingaHostStatusRenderer.php +++ b/library/Vspheredb/Web/Widget/IcingaHostStatusRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/Link/Html5UiLink.php b/library/Vspheredb/Web/Widget/Link/Html5UiLink.php index 874aa7af..b16afb21 100644 --- a/library/Vspheredb/Web/Widget/Link/Html5UiLink.php +++ b/library/Vspheredb/Web/Widget/Link/Html5UiLink.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Link; use Icinga\Module\Vspheredb\DbObject\BaseDbObject; diff --git a/library/Vspheredb/Web/Widget/Link/KnowledgeBaseLink.php b/library/Vspheredb/Web/Widget/Link/KnowledgeBaseLink.php index a1b0d0e2..fef4193d 100644 --- a/library/Vspheredb/Web/Widget/Link/KnowledgeBaseLink.php +++ b/library/Vspheredb/Web/Widget/Link/KnowledgeBaseLink.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Link; use ipl\Html\BaseHtmlElement; diff --git a/library/Vspheredb/Web/Widget/Link/MobLink.php b/library/Vspheredb/Web/Widget/Link/MobLink.php index 27f21c05..99979b5d 100644 --- a/library/Vspheredb/Web/Widget/Link/MobLink.php +++ b/library/Vspheredb/Web/Widget/Link/MobLink.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Link; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/Link/VCenterLink.php b/library/Vspheredb/Web/Widget/Link/VCenterLink.php index c9a6e550..8a84f6a3 100644 --- a/library/Vspheredb/Web/Widget/Link/VCenterLink.php +++ b/library/Vspheredb/Web/Widget/Link/VCenterLink.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Link; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/Link/VmrcLink.php b/library/Vspheredb/Web/Widget/Link/VmrcLink.php index 1faf3aca..fe8a4614 100644 --- a/library/Vspheredb/Web/Widget/Link/VmrcLink.php +++ b/library/Vspheredb/Web/Widget/Link/VmrcLink.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Link; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/MacAddress.php b/library/Vspheredb/Web/Widget/MacAddress.php index 71183e31..1fec19d7 100644 --- a/library/Vspheredb/Web/Widget/MacAddress.php +++ b/library/Vspheredb/Web/Widget/MacAddress.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Imedge\Web\PublicWidget\MacAddress as MacAddressWidget; diff --git a/library/Vspheredb/Web/Widget/MemoryUsage.php b/library/Vspheredb/Web/Widget/MemoryUsage.php index 7d11bcee..d2a46dad 100644 --- a/library/Vspheredb/Web/Widget/MemoryUsage.php +++ b/library/Vspheredb/Web/Widget/MemoryUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Format; diff --git a/library/Vspheredb/Web/Widget/OverallStatusRenderer.php b/library/Vspheredb/Web/Widget/OverallStatusRenderer.php index 49ff4cdb..0dbcf15f 100644 --- a/library/Vspheredb/Web/Widget/OverallStatusRenderer.php +++ b/library/Vspheredb/Web/Widget/OverallStatusRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/PowerStateRenderer.php b/library/Vspheredb/Web/Widget/PowerStateRenderer.php index 0220be8e..c774d3ff 100644 --- a/library/Vspheredb/Web/Widget/PowerStateRenderer.php +++ b/library/Vspheredb/Web/Widget/PowerStateRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/Renderer/GuestToolsVersionRenderer.php b/library/Vspheredb/Web/Widget/Renderer/GuestToolsVersionRenderer.php index 2dc5f553..b5c1fec7 100644 --- a/library/Vspheredb/Web/Widget/Renderer/GuestToolsVersionRenderer.php +++ b/library/Vspheredb/Web/Widget/Renderer/GuestToolsVersionRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Renderer; class GuestToolsVersionRenderer diff --git a/library/Vspheredb/Web/Widget/Renderer/PathToObjectRenderer.php b/library/Vspheredb/Web/Widget/Renderer/PathToObjectRenderer.php index 1ab91d4c..2addc3ea 100644 --- a/library/Vspheredb/Web/Widget/Renderer/PathToObjectRenderer.php +++ b/library/Vspheredb/Web/Widget/Renderer/PathToObjectRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Renderer; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/ResourceUsage.php b/library/Vspheredb/Web/Widget/ResourceUsage.php index 1ed9cc63..0bf0228e 100644 --- a/library/Vspheredb/Web/Widget/ResourceUsage.php +++ b/library/Vspheredb/Web/Widget/ResourceUsage.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\Json\JsonSerialization; diff --git a/library/Vspheredb/Web/Widget/ResourceUsageLoader.php b/library/Vspheredb/Web/Widget/ResourceUsageLoader.php index 511dce1c..be7b0f33 100644 --- a/library/Vspheredb/Web/Widget/ResourceUsageLoader.php +++ b/library/Vspheredb/Web/Widget/ResourceUsageLoader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\ZfDb\Adapter\Adapter; diff --git a/library/Vspheredb/Web/Widget/ServiceTagRenderer.php b/library/Vspheredb/Web/Widget/ServiceTagRenderer.php index 6b644aaa..d4bd7581 100644 --- a/library/Vspheredb/Web/Widget/ServiceTagRenderer.php +++ b/library/Vspheredb/Web/Widget/ServiceTagRenderer.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/SimpleUsageBar.php b/library/Vspheredb/Web/Widget/SimpleUsageBar.php index eb6e46ce..8a049e3e 100644 --- a/library/Vspheredb/Web/Widget/SimpleUsageBar.php +++ b/library/Vspheredb/Web/Widget/SimpleUsageBar.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\BaseHtmlElement; diff --git a/library/Vspheredb/Web/Widget/SpectreMelddownBiosInfo.php b/library/Vspheredb/Web/Widget/SpectreMelddownBiosInfo.php index 1963ca68..be075b47 100644 --- a/library/Vspheredb/Web/Widget/SpectreMelddownBiosInfo.php +++ b/library/Vspheredb/Web/Widget/SpectreMelddownBiosInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\HostSystem; diff --git a/library/Vspheredb/Web/Widget/SubTitle.php b/library/Vspheredb/Web/Widget/SubTitle.php index 397cec39..4261d1d9 100644 --- a/library/Vspheredb/Web/Widget/SubTitle.php +++ b/library/Vspheredb/Web/Widget/SubTitle.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\BaseHtmlElement; diff --git a/library/Vspheredb/Web/Widget/Summaries.php b/library/Vspheredb/Web/Widget/Summaries.php index 31e8a2a5..9ea64bac 100644 --- a/library/Vspheredb/Web/Widget/Summaries.php +++ b/library/Vspheredb/Web/Widget/Summaries.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/TaggingDetails.php b/library/Vspheredb/Web/Widget/TaggingDetails.php index ae04e6e5..941aede9 100644 --- a/library/Vspheredb/Web/Widget/TaggingDetails.php +++ b/library/Vspheredb/Web/Widget/TaggingDetails.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\Json\JsonString; diff --git a/library/Vspheredb/Web/Widget/ToggleFlagList.php b/library/Vspheredb/Web/Widget/ToggleFlagList.php index b183edb4..0275db63 100644 --- a/library/Vspheredb/Web/Widget/ToggleFlagList.php +++ b/library/Vspheredb/Web/Widget/ToggleFlagList.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/ToggleTableColumns.php b/library/Vspheredb/Web/Widget/ToggleTableColumns.php index 6a50ab68..a5c5fd17 100644 --- a/library/Vspheredb/Web/Widget/ToggleTableColumns.php +++ b/library/Vspheredb/Web/Widget/ToggleTableColumns.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Url; diff --git a/library/Vspheredb/Web/Widget/UsageBar.php b/library/Vspheredb/Web/Widget/UsageBar.php index 86bc2b61..4acb8564 100644 --- a/library/Vspheredb/Web/Widget/UsageBar.php +++ b/library/Vspheredb/Web/Widget/UsageBar.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use ipl\Html\BaseHtmlElement; diff --git a/library/Vspheredb/Web/Widget/UsageSummary.php b/library/Vspheredb/Web/Widget/UsageSummary.php index c8df3cea..fa4cd996 100644 --- a/library/Vspheredb/Web/Widget/UsageSummary.php +++ b/library/Vspheredb/Web/Widget/UsageSummary.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Format; diff --git a/library/Vspheredb/Web/Widget/VCenterConnectionStatusIcon.php b/library/Vspheredb/Web/Widget/VCenterConnectionStatusIcon.php index d0a14ed3..0ef10aa6 100644 --- a/library/Vspheredb/Web/Widget/VCenterConnectionStatusIcon.php +++ b/library/Vspheredb/Web/Widget/VCenterConnectionStatusIcon.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/VCenterHeader.php b/library/Vspheredb/Web/Widget/VCenterHeader.php index ff349e3f..eb412e63 100644 --- a/library/Vspheredb/Web/Widget/VCenterHeader.php +++ b/library/Vspheredb/Web/Widget/VCenterHeader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Web/Widget/VCenterSummaries.php b/library/Vspheredb/Web/Widget/VCenterSummaries.php index 9d7b9415..378d6217 100644 --- a/library/Vspheredb/Web/Widget/VCenterSummaries.php +++ b/library/Vspheredb/Web/Widget/VCenterSummaries.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/VCenterSyncInfo.php b/library/Vspheredb/Web/Widget/VCenterSyncInfo.php index 253df408..20d114d2 100644 --- a/library/Vspheredb/Web/Widget/VCenterSyncInfo.php +++ b/library/Vspheredb/Web/Widget/VCenterSyncInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\VCenter; diff --git a/library/Vspheredb/Web/Widget/VMotionHeatmap.php b/library/Vspheredb/Web/Widget/VMotionHeatmap.php index 027b98a9..b9f7c4e7 100644 --- a/library/Vspheredb/Web/Widget/VMotionHeatmap.php +++ b/library/Vspheredb/Web/Widget/VMotionHeatmap.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\Db; diff --git a/library/Vspheredb/Web/Widget/Vm/BackupToolInfo.php b/library/Vspheredb/Web/Widget/Vm/BackupToolInfo.php index 52f80bdb..3dacee53 100644 --- a/library/Vspheredb/Web/Widget/Vm/BackupToolInfo.php +++ b/library/Vspheredb/Web/Widget/Vm/BackupToolInfo.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget\Vm; use Icinga\Module\Vspheredb\Addon\BackupTool; diff --git a/library/Vspheredb/Web/Widget/VmHardwareTree.php b/library/Vspheredb/Web/Widget/VmHardwareTree.php index 144fcf41..b0e0ea93 100644 --- a/library/Vspheredb/Web/Widget/VmHardwareTree.php +++ b/library/Vspheredb/Web/Widget/VmHardwareTree.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Link; diff --git a/library/Vspheredb/Web/Widget/VmHeader.php b/library/Vspheredb/Web/Widget/VmHeader.php index f5609dc4..54fda48f 100644 --- a/library/Vspheredb/Web/Widget/VmHeader.php +++ b/library/Vspheredb/Web/Widget/VmHeader.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use gipfl\IcingaWeb2\Icon; diff --git a/library/Vspheredb/Web/Widget/VmRouteConfigTable.php b/library/Vspheredb/Web/Widget/VmRouteConfigTable.php index f85daa9d..ffa468b8 100644 --- a/library/Vspheredb/Web/Widget/VmRouteConfigTable.php +++ b/library/Vspheredb/Web/Widget/VmRouteConfigTable.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb\Web\Widget; use Icinga\Module\Vspheredb\DbObject\VirtualMachine; diff --git a/library/Vspheredb/WebUtil.php b/library/Vspheredb/WebUtil.php index db2e8360..33ddeb4f 100644 --- a/library/Vspheredb/WebUtil.php +++ b/library/Vspheredb/WebUtil.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + namespace Icinga\Module\Vspheredb; use Icinga\Date\DateFormatter; diff --git a/public/css/module.less b/public/css/module.less index 11aa6f61..a5db9a8a 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2018 Icinga GmbH +// SPDX-License-Identifier: GPL-3.0-or-later + a:focus { outline: none; } diff --git a/public/js/module.js b/public/js/module.js index 72698afb..5459daea 100644 --- a/public/js/module.js +++ b/public/js/module.js @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2018 Icinga GmbH +// SPDX-License-Identifier: GPL-3.0-or-later + (function(Icinga) { var Vspheredb = function (module) { diff --git a/run.php b/run.php index 557c1855..62ef5e34 100644 --- a/run.php +++ b/run.php @@ -1,5 +1,8 @@ +// SPDX-License-Identifier: GPL-3.0-or-later + use Icinga\Application\Modules\Module; use Icinga\Module\Vspheredb\ProvidedHook\Director\DataTypeMonitoringRule; use Icinga\Module\Vspheredb\ProvidedHook\Vspheredb\PerfDataConsumerInfluxDb; diff --git a/schema/legacy-mysql-changes/upgrade_20180914_1.sql b/schema/legacy-mysql-changes/upgrade_20180914_1.sql index 8c568a56..0010d9ef 100644 --- a/schema/legacy-mysql-changes/upgrade_20180914_1.sql +++ b/schema/legacy-mysql-changes/upgrade_20180914_1.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE monitoring_connection ADD COLUMN priority SMALLINT(5) UNSIGNED NOT NULL AFTER vcenter_uuid, DROP PRIMARY KEY, diff --git a/schema/legacy-mysql-changes/upgrade_20181009_1.sql b/schema/legacy-mysql-changes/upgrade_20181009_1.sql index 36086b7c..bf38a355 100644 --- a/schema/legacy-mysql-changes/upgrade_20181009_1.sql +++ b/schema/legacy-mysql-changes/upgrade_20181009_1.sql @@ -1,2 +1,5 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vm_network_adapter MODIFY port_key VARCHAR(64) DEFAULT NULL; diff --git a/schema/legacy-mysql-changes/upgrade_20181010_1.sql b/schema/legacy-mysql-changes/upgrade_20181010_1.sql index ab1127cf..cca9841a 100644 --- a/schema/legacy-mysql-changes/upgrade_20181010_1.sql +++ b/schema/legacy-mysql-changes/upgrade_20181010_1.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine ADD COLUMN hardware_numcorespersocket TINYINT UNSIGNED DEFAULT 1 NOT NULL AFTER hardware_numcpu; diff --git a/schema/legacy-mysql-changes/upgrade_20181106_1.sql b/schema/legacy-mysql-changes/upgrade_20181106_1.sql index 15cf8189..13d90795 100644 --- a/schema/legacy-mysql-changes/upgrade_20181106_1.sql +++ b/schema/legacy-mysql-changes/upgrade_20181106_1.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vcenter_server ADD COLUMN enabled ENUM ('y', 'n') NOT NULL DEFAULT 'y' AFTER ssl_verify_host; diff --git a/schema/legacy-mysql-changes/upgrade_20181106_2.sql b/schema/legacy-mysql-changes/upgrade_20181106_2.sql index 69dbdd61..d78d544c 100644 --- a/schema/legacy-mysql-changes/upgrade_20181106_2.sql +++ b/schema/legacy-mysql-changes/upgrade_20181106_2.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE vspheredb_schema_migration ( schema_version SMALLINT UNSIGNED NOT NULL, migration_time DATETIME NOT NULL, diff --git a/schema/mysql-migrations/upgrade_10.sql b/schema/mysql-migrations/upgrade_10.sql index 7878adae..ad0bc6ed 100644 --- a/schema/mysql-migrations/upgrade_10.sql +++ b/schema/mysql-migrations/upgrade_10.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_system MODIFY COLUMN service_tag VARCHAR(64) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_11.sql b/schema/mysql-migrations/upgrade_11.sql index 873b2d87..ee092bb2 100644 --- a/schema/mysql-migrations/upgrade_11.sql +++ b/schema/mysql-migrations/upgrade_11.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine MODIFY COLUMN instance_uuid VARCHAR(64) DEFAULT NULL, MODIFY COLUMN bios_uuid VARCHAR(64) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_12.sql b/schema/mysql-migrations/upgrade_12.sql index f4dfe4dd..065a184e 100644 --- a/schema/mysql-migrations/upgrade_12.sql +++ b/schema/mysql-migrations/upgrade_12.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE performance_counter; DROP TABLE performance_collection_interval; DROP TABLE performance_group; diff --git a/schema/mysql-migrations/upgrade_13.sql b/schema/mysql-migrations/upgrade_13.sql index ff511675..2819023f 100644 --- a/schema/mysql-migrations/upgrade_13.sql +++ b/schema/mysql-migrations/upgrade_13.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine MODIFY COLUMN hardware_memorymb INT UNSIGNED NULL DEFAULT NULL, MODIFY COLUMN hardware_numcpu TINYINT UNSIGNED NULL DEFAULT NULL, diff --git a/schema/mysql-migrations/upgrade_14.sql b/schema/mysql-migrations/upgrade_14.sql index 98bc71da..10d26001 100644 --- a/schema/mysql-migrations/upgrade_14.sql +++ b/schema/mysql-migrations/upgrade_14.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE storage_pod ( uuid VARBINARY(20) NOT NULL, vcenter_uuid VARBINARY(16) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_15.sql b/schema/mysql-migrations/upgrade_15.sql index 47f6eac6..bba21188 100644 --- a/schema/mysql-migrations/upgrade_15.sql +++ b/schema/mysql-migrations/upgrade_15.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE host_list ( list_checksum VARBINARY(20) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_16.sql b/schema/mysql-migrations/upgrade_16.sql index e61c4bbd..24eb2f2f 100644 --- a/schema/mysql-migrations/upgrade_16.sql +++ b/schema/mysql-migrations/upgrade_16.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + SET @stmt = (SELECT IF( (SELECT EXISTS( SELECT * FROM information_schema.table_constraints diff --git a/schema/mysql-migrations/upgrade_17.sql b/schema/mysql-migrations/upgrade_17.sql index 94a1c752..b5c7f823 100644 --- a/schema/mysql-migrations/upgrade_17.sql +++ b/schema/mysql-migrations/upgrade_17.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_system MODIFY sysinfo_vendor VARCHAR(64) NULL DEFAULT NULL, diff --git a/schema/mysql-migrations/upgrade_18.sql b/schema/mysql-migrations/upgrade_18.sql index 64c9620c..c12bb338 100644 --- a/schema/mysql-migrations/upgrade_18.sql +++ b/schema/mysql-migrations/upgrade_18.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine ADD COLUMN custom_values TEXT DEFAULT NULL AFTER boot_order; diff --git a/schema/mysql-migrations/upgrade_19.sql b/schema/mysql-migrations/upgrade_19.sql index c8b36c55..ca17bf38 100644 --- a/schema/mysql-migrations/upgrade_19.sql +++ b/schema/mysql-migrations/upgrade_19.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2019 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + SET @stmt = (SELECT IF( (SELECT EXISTS( SELECT * FROM information_schema.table_constraints diff --git a/schema/mysql-migrations/upgrade_2.sql b/schema/mysql-migrations/upgrade_2.sql index e1e3e14b..a9ea242d 100644 --- a/schema/mysql-migrations/upgrade_2.sql +++ b/schema/mysql-migrations/upgrade_2.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE vspheredb_daemon ( instance_uuid VARBINARY(16) NOT NULL, -- random by daemon fqdn VARCHAR(255) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_20.sql b/schema/mysql-migrations/upgrade_20.sql index d3ff1759..854c7217 100644 --- a/schema/mysql-migrations/upgrade_20.sql +++ b/schema/mysql-migrations/upgrade_20.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + TRUNCATE vspheredb_daemonlog; INSERT INTO vspheredb_schema_migration diff --git a/schema/mysql-migrations/upgrade_21.sql b/schema/mysql-migrations/upgrade_21.sql index 1613527d..7336aace 100644 --- a/schema/mysql-migrations/upgrade_21.sql +++ b/schema/mysql-migrations/upgrade_21.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE alarm_history MODIFY COLUMN full_message MEDIUMTEXT DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_22.sql b/schema/mysql-migrations/upgrade_22.sql index 44702e8e..04db3ba2 100644 --- a/schema/mysql-migrations/upgrade_22.sql +++ b/schema/mysql-migrations/upgrade_22.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE host_physical_nic ( host_uuid VARBINARY(20) NOT NULL, nic_key VARCHAR(64) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_23.sql b/schema/mysql-migrations/upgrade_23.sql index 3b84b879..ebc20e7e 100644 --- a/schema/mysql-migrations/upgrade_23.sql +++ b/schema/mysql-migrations/upgrade_23.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vcenter ADD COLUMN api_name VARCHAR(64) DEFAULT NULL AFTER os_type; diff --git a/schema/mysql-migrations/upgrade_24.sql b/schema/mysql-migrations/upgrade_24.sql index 6f7cee4d..e983c351 100644 --- a/schema/mysql-migrations/upgrade_24.sql +++ b/schema/mysql-migrations/upgrade_24.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine ADD COLUMN guest_tools_version VARCHAR(32) DEFAULT NULL AFTER guest_tools_running_status; diff --git a/schema/mysql-migrations/upgrade_25.sql b/schema/mysql-migrations/upgrade_25.sql index cf48d02d..700747ca 100644 --- a/schema/mysql-migrations/upgrade_25.sql +++ b/schema/mysql-migrations/upgrade_25.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_pci_device CHANGE `function` device_function BINARY(1) NOT NULL; diff --git a/schema/mysql-migrations/upgrade_26.sql b/schema/mysql-migrations/upgrade_26.sql index 671d768e..91bca3f7 100644 --- a/schema/mysql-migrations/upgrade_26.sql +++ b/schema/mysql-migrations/upgrade_26.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE object MODIFY COLUMN object_type ENUM( 'ComputeResource', diff --git a/schema/mysql-migrations/upgrade_27.sql b/schema/mysql-migrations/upgrade_27.sql index d01cbc29..96bc326e 100644 --- a/schema/mysql-migrations/upgrade_27.sql +++ b/schema/mysql-migrations/upgrade_27.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine MODIFY COLUMN guest_full_name VARCHAR(255) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_28.sql b/schema/mysql-migrations/upgrade_28.sql index fa31631c..92e4d2d5 100644 --- a/schema/mysql-migrations/upgrade_28.sql +++ b/schema/mysql-migrations/upgrade_28.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE compute_resource ( uuid VARBINARY(20) NOT NULL, vcenter_uuid VARBINARY(16) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_29.sql b/schema/mysql-migrations/upgrade_29.sql index 1f327d96..7a9e0a34 100644 --- a/schema/mysql-migrations/upgrade_29.sql +++ b/schema/mysql-migrations/upgrade_29.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_system ADD COLUMN das_host_state ENUM( 'connectedToMaster', diff --git a/schema/mysql-migrations/upgrade_3.sql b/schema/mysql-migrations/upgrade_3.sql index 39b54a3d..b436e65f 100644 --- a/schema/mysql-migrations/upgrade_3.sql +++ b/schema/mysql-migrations/upgrade_3.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE monitoring_connection DROP PRIMARY KEY, ADD PRIMARY KEY (vcenter_uuid, priority), diff --git a/schema/mysql-migrations/upgrade_30.sql b/schema/mysql-migrations/upgrade_30.sql index 2b7edf59..a608f668 100644 --- a/schema/mysql-migrations/upgrade_30.sql +++ b/schema/mysql-migrations/upgrade_30.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine MODIFY COLUMN guest_tools_running_status ENUM ( 'guestToolsNotRunning', diff --git a/schema/mysql-migrations/upgrade_31.sql b/schema/mysql-migrations/upgrade_31.sql index 818b8295..f2b4c506 100644 --- a/schema/mysql-migrations/upgrade_31.sql +++ b/schema/mysql-migrations/upgrade_31.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE object MODIFY COLUMN moref VARCHAR(128) NOT NULL; diff --git a/schema/mysql-migrations/upgrade_32.sql b/schema/mysql-migrations/upgrade_32.sql index e9d1c290..848c6870 100644 --- a/schema/mysql-migrations/upgrade_32.sql +++ b/schema/mysql-migrations/upgrade_32.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE vspheredb_daemonlog; CREATE TABLE vspheredb_daemonlog ( diff --git a/schema/mysql-migrations/upgrade_33.sql b/schema/mysql-migrations/upgrade_33.sql index d72efe7c..11775ef4 100644 --- a/schema/mysql-migrations/upgrade_33.sql +++ b/schema/mysql-migrations/upgrade_33.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2021 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE perfdata_consumer ( uuid VARBINARY(16) NOT NULL, name VARCHAR(64) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_34.sql b/schema/mysql-migrations/upgrade_34.sql index 9c942a7d..4e432cdf 100644 --- a/schema/mysql-migrations/upgrade_34.sql +++ b/schema/mysql-migrations/upgrade_34.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2021 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE perfdata_subscription ( uuid VARBINARY(16) NOT NULL, consumer_uuid VARBINARY(16) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_35.sql b/schema/mysql-migrations/upgrade_35.sql index 9cc87c77..12dc9af9 100644 --- a/schema/mysql-migrations/upgrade_35.sql +++ b/schema/mysql-migrations/upgrade_35.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2021 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE performance_counter MODIFY COLUMN label VARCHAR(255) NOT NULL, MODIFY COLUMN summary TEXT NOT NULL; diff --git a/schema/mysql-migrations/upgrade_36.sql b/schema/mysql-migrations/upgrade_36.sql index 181c1f46..ce202556 100644 --- a/schema/mysql-migrations/upgrade_36.sql +++ b/schema/mysql-migrations/upgrade_36.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE INDEX vcenter_time_idx ON alarm_history (vcenter_uuid, ts_event_ms); CREATE INDEX vcenter_time_idx ON vm_event_history (vcenter_uuid, ts_event_ms); diff --git a/schema/mysql-migrations/upgrade_37.sql b/schema/mysql-migrations/upgrade_37.sql index 678e2aff..25bb1570 100644 --- a/schema/mysql-migrations/upgrade_37.sql +++ b/schema/mysql-migrations/upgrade_37.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE monitoring_rule_set ( object_uuid VARBINARY(20) NOT NULL, -- DataCenter or Folder object_folder ENUM('root', 'vm', 'host', 'datastore') NOT NULL, diff --git a/schema/mysql-migrations/upgrade_38.sql b/schema/mysql-migrations/upgrade_38.sql index b93a3cbb..e797c972 100644 --- a/schema/mysql-migrations/upgrade_38.sql +++ b/schema/mysql-migrations/upgrade_38.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS monitoring_connection; CREATE TABLE monitoring_connection ( diff --git a/schema/mysql-migrations/upgrade_39.sql b/schema/mysql-migrations/upgrade_39.sql index 2f297a72..ef1ddea2 100644 --- a/schema/mysql-migrations/upgrade_39.sql +++ b/schema/mysql-migrations/upgrade_39.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE host_hba ( host_uuid VARBINARY(20) NOT NULL, hba_key VARCHAR(64) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_4.sql b/schema/mysql-migrations/upgrade_4.sql index db1bc9ca..98b8ac45 100644 --- a/schema/mysql-migrations/upgrade_4.sql +++ b/schema/mysql-migrations/upgrade_4.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vm_network_adapter MODIFY COLUMN port_key VARCHAR(64) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_40.sql b/schema/mysql-migrations/upgrade_40.sql index 567412b0..072e1b22 100644 --- a/schema/mysql-migrations/upgrade_40.sql +++ b/schema/mysql-migrations/upgrade_40.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE monitoring_rule_set SET settings = replace(settings, '"Default/', '"ObjectPolicy/'); INSERT INTO vspheredb_schema_migration diff --git a/schema/mysql-migrations/upgrade_41.sql b/schema/mysql-migrations/upgrade_41.sql index 4580fc99..28f4eba5 100644 --- a/schema/mysql-migrations/upgrade_41.sql +++ b/schema/mysql-migrations/upgrade_41.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS host_monitoring_property; DROP TABLE IF EXISTS vm_monitoring_property; diff --git a/schema/mysql-migrations/upgrade_42.sql b/schema/mysql-migrations/upgrade_42.sql index 7b70481d..fcb9341a 100644 --- a/schema/mysql-migrations/upgrade_42.sql +++ b/schema/mysql-migrations/upgrade_42.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + SET @stmt = (SELECT IF( (SELECT EXISTS( SELECT * FROM information_schema.table_constraints diff --git a/schema/mysql-migrations/upgrade_43.sql b/schema/mysql-migrations/upgrade_43.sql index 1c2382c2..892eecca 100644 --- a/schema/mysql-migrations/upgrade_43.sql +++ b/schema/mysql-migrations/upgrade_43.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS host_monitoring_hoststate; UPDATE host_system diff --git a/schema/mysql-migrations/upgrade_44.sql b/schema/mysql-migrations/upgrade_44.sql index 50e67d43..74f1cf66 100644 --- a/schema/mysql-migrations/upgrade_44.sql +++ b/schema/mysql-migrations/upgrade_44.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE host_pci_device SET host_uuid = UNHEX(CONCAT( SUBSTR(HEX(host_uuid), 1, 8), diff --git a/schema/mysql-migrations/upgrade_45.sql b/schema/mysql-migrations/upgrade_45.sql index 6d971db7..675a58ea 100644 --- a/schema/mysql-migrations/upgrade_45.sql +++ b/schema/mysql-migrations/upgrade_45.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS vm_monitoring_hoststate; UPDATE virtual_machine SET uuid = UNHEX(CONCAT( diff --git a/schema/mysql-migrations/upgrade_46.sql b/schema/mysql-migrations/upgrade_46.sql index c3651b4e..ca797551 100644 --- a/schema/mysql-migrations/upgrade_46.sql +++ b/schema/mysql-migrations/upgrade_46.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE vm_snapshot SET uuid = UNHEX(CONCAT( SUBSTR(HEX(uuid), 1, 8), diff --git a/schema/mysql-migrations/upgrade_47.sql b/schema/mysql-migrations/upgrade_47.sql index 386b083b..8185fa38 100644 --- a/schema/mysql-migrations/upgrade_47.sql +++ b/schema/mysql-migrations/upgrade_47.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE vm_list_member SET uuid = UNHEX(CONCAT( SUBSTR(HEX(uuid), 1, 8), diff --git a/schema/mysql-migrations/upgrade_48.sql b/schema/mysql-migrations/upgrade_48.sql index 691b5d38..30309ce0 100644 --- a/schema/mysql-migrations/upgrade_48.sql +++ b/schema/mysql-migrations/upgrade_48.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE alarm_history SET entity_uuid = UNHEX(CONCAT( SUBSTR(HEX(entity_uuid), 1, 8), diff --git a/schema/mysql-migrations/upgrade_49.sql b/schema/mysql-migrations/upgrade_49.sql index 18115cec..5d333831 100644 --- a/schema/mysql-migrations/upgrade_49.sql +++ b/schema/mysql-migrations/upgrade_49.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + UPDATE vm_event_history SET datacenter_uuid = UNHEX(CONCAT( SUBSTR(HEX(datacenter_uuid), 1, 8), diff --git a/schema/mysql-migrations/upgrade_5.sql b/schema/mysql-migrations/upgrade_5.sql index d10b1d25..4502e3b8 100644 --- a/schema/mysql-migrations/upgrade_5.sql +++ b/schema/mysql-migrations/upgrade_5.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_system MODIFY COLUMN runtime_power_state ENUM ( 'poweredOff', diff --git a/schema/mysql-migrations/upgrade_50.sql b/schema/mysql-migrations/upgrade_50.sql index a1eacbcf..89be6e32 100644 --- a/schema/mysql-migrations/upgrade_50.sql +++ b/schema/mysql-migrations/upgrade_50.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE monitoring_rule_problem ( uuid VARBINARY(16) NOT NULL, current_state ENUM ( diff --git a/schema/mysql-migrations/upgrade_51.sql b/schema/mysql-migrations/upgrade_51.sql index d6232b24..c032719b 100644 --- a/schema/mysql-migrations/upgrade_51.sql +++ b/schema/mysql-migrations/upgrade_51.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_sensor MODIFY COLUMN current_reading BIGINT NOT NULL; diff --git a/schema/mysql-migrations/upgrade_52.sql b/schema/mysql-migrations/upgrade_52.sql index d7246b27..ac6be3e9 100644 --- a/schema/mysql-migrations/upgrade_52.sql +++ b/schema/mysql-migrations/upgrade_52.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE object ADD COLUMN tags TEXT DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_53.sql b/schema/mysql-migrations/upgrade_53.sql index 0e5d8235..7ff38c52 100644 --- a/schema/mysql-migrations/upgrade_53.sql +++ b/schema/mysql-migrations/upgrade_53.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + SET @stmt = (SELECT IF( (SELECT EXISTS( diff --git a/schema/mysql-migrations/upgrade_54.sql b/schema/mysql-migrations/upgrade_54.sql index 332325d8..738e2b6c 100644 --- a/schema/mysql-migrations/upgrade_54.sql +++ b/schema/mysql-migrations/upgrade_54.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS host_monitoring_hoststate; DROP TABLE IF EXISTS vm_monitoring_hoststate; diff --git a/schema/mysql-migrations/upgrade_55.sql b/schema/mysql-migrations/upgrade_55.sql index 497b9fdd..58de7425 100644 --- a/schema/mysql-migrations/upgrade_55.sql +++ b/schema/mysql-migrations/upgrade_55.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE host_monitoring_hoststate ( host_uuid VARBINARY(16) NOT NULL, ido_connection_id INT(10) UNSIGNED NOT NULL, diff --git a/schema/mysql-migrations/upgrade_56.sql b/schema/mysql-migrations/upgrade_56.sql index c55ebcd3..7a188fda 100644 --- a/schema/mysql-migrations/upgrade_56.sql +++ b/schema/mysql-migrations/upgrade_56.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2022 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DELETE FROM monitoring_rule_problem WHERE rule_name NOT LIKE '%/%'; CREATE TABLE monitoring_rule_problem_history ( diff --git a/schema/mysql-migrations/upgrade_57.sql b/schema/mysql-migrations/upgrade_57.sql index 8cbf6eca..99557892 100644 --- a/schema/mysql-migrations/upgrade_57.sql +++ b/schema/mysql-migrations/upgrade_57.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2023 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE compute_resource MODIFY COLUMN effective_cpu_mhz INT UNSIGNED NULL DEFAULT NULL, MODIFY COLUMN effective_memory_size_mb BIGINT(20) UNSIGNED NULL DEFAULT NULL, diff --git a/schema/mysql-migrations/upgrade_58.sql b/schema/mysql-migrations/upgrade_58.sql index f614b238..e2fb2341 100644 --- a/schema/mysql-migrations/upgrade_58.sql +++ b/schema/mysql-migrations/upgrade_58.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2023 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine ADD COLUMN guest_ip_addresses TEXT DEFAULT NULL AFTER boot_order; ALTER TABLE virtual_machine diff --git a/schema/mysql-migrations/upgrade_59.sql b/schema/mysql-migrations/upgrade_59.sql index 51f18265..736f67e2 100644 --- a/schema/mysql-migrations/upgrade_59.sql +++ b/schema/mysql-migrations/upgrade_59.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2023 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DELETE FROM vspheredb_daemonlog; ALTER TABLE vspheredb_daemonlog diff --git a/schema/mysql-migrations/upgrade_6.sql b/schema/mysql-migrations/upgrade_6.sql index 33e59e0e..4eba59c5 100644 --- a/schema/mysql-migrations/upgrade_6.sql +++ b/schema/mysql-migrations/upgrade_6.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE host_system MODIFY COLUMN bios_version VARCHAR(64) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_60.sql b/schema/mysql-migrations/upgrade_60.sql index e6c82b11..ad883a97 100644 --- a/schema/mysql-migrations/upgrade_60.sql +++ b/schema/mysql-migrations/upgrade_60.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2023 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE vcenter_event_history_collector; INSERT INTO vspheredb_schema_migration diff --git a/schema/mysql-migrations/upgrade_61.sql b/schema/mysql-migrations/upgrade_61.sql index 38e1b4d7..54d27591 100644 --- a/schema/mysql-migrations/upgrade_61.sql +++ b/schema/mysql-migrations/upgrade_61.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2020 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE virtual_machine MODIFY COLUMN hardware_numcpu SMALLINT UNSIGNED NULL DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_62.sql b/schema/mysql-migrations/upgrade_62.sql index b2ea3592..2fbb6338 100644 --- a/schema/mysql-migrations/upgrade_62.sql +++ b/schema/mysql-migrations/upgrade_62.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2025 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE INDEX host_name ON host_system (host_name); CREATE INDEX template ON virtual_machine (template); CREATE INDEX vcenter_uuid ON datastore (vcenter_uuid); diff --git a/schema/mysql-migrations/upgrade_63.sql b/schema/mysql-migrations/upgrade_63.sql index 197bae36..d029303e 100644 --- a/schema/mysql-migrations/upgrade_63.sql +++ b/schema/mysql-migrations/upgrade_63.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2025 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + CREATE TABLE tagging_category ( uuid VARBINARY(16) NOT NULL, vcenter_uuid VARBINARY(16) NOT NULL, diff --git a/schema/mysql-migrations/upgrade_7.sql b/schema/mysql-migrations/upgrade_7.sql index a6887923..ed270820 100644 --- a/schema/mysql-migrations/upgrade_7.sql +++ b/schema/mysql-migrations/upgrade_7.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vm_datastore_usage ADD COLUMN ts_updated BIGINT(20) UNSIGNED DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_8.sql b/schema/mysql-migrations/upgrade_8.sql index 1ef1cf16..4e0c77fc 100644 --- a/schema/mysql-migrations/upgrade_8.sql +++ b/schema/mysql-migrations/upgrade_8.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE datastore ADD COLUMN ts_last_forced_refresh BIGINT(20) DEFAULT NULL; diff --git a/schema/mysql-migrations/upgrade_9.sql b/schema/mysql-migrations/upgrade_9.sql index 12be8137..4b8ebf0c 100644 --- a/schema/mysql-migrations/upgrade_9.sql +++ b/schema/mysql-migrations/upgrade_9.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + ALTER TABLE vm_event_history MODIFY COLUMN event_type ENUM ( 'VmBeingMigratedEvent', diff --git a/schema/mysql.sql b/schema/mysql.sql index 2edeb5c6..5e564918 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: 2018 Icinga GmbH +-- SPDX-License-Identifier: GPL-3.0-or-later + SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO'; -- CREATE TABLE trust_store (