diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 36f102553..4bde23bc7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -12,7 +12,8 @@ "Bash(mvn compile:*)", "Bash(mvn test:*)", "Bash(mvn help:describe:*)", - "mcp__github__get_commit" + "mcp__github__get_commit", + "Bash(findstr:*)" ], "deny": [], "ask": [] diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 8645899c2..186c7f51e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -23,7 +23,6 @@ - diff --git a/.run/Build all relevant.run.xml b/.run/Build all relevant.run.xml index a2a747696..13eccbd34 100644 --- a/.run/Build all relevant.run.xml +++ b/.run/Build all relevant.run.xml @@ -1,18 +1,4 @@ - + diff --git a/.run/docker_uiDev_Dockerfile.run.xml b/.run/docker_uiDev_Dockerfile.run.xml index ba043faa0..21250b113 100644 --- a/.run/docker_uiDev_Dockerfile.run.xml +++ b/.run/docker_uiDev_Dockerfile.run.xml @@ -1,18 +1,4 @@ - + diff --git a/LICENSE b/LICENSE index 9ffddb87f..132d6a979 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,647 @@ -Copyright 2017 The other P +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +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. - http://www.apache.org/licenses/LICENSE-2.0 +Preamble - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file +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. + +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 License 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 . diff --git a/core/src/main/java/org/nzbhydra/DevEndpoint.java b/core/src/main/java/org/nzbhydra/DevEndpoint.java index bc0cf91b8..1330f9e53 100644 --- a/core/src/main/java/org/nzbhydra/DevEndpoint.java +++ b/core/src/main/java/org/nzbhydra/DevEndpoint.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/InstanceCounter.java b/core/src/main/java/org/nzbhydra/InstanceCounter.java index 7d534b817..d0e419f93 100644 --- a/core/src/main/java/org/nzbhydra/InstanceCounter.java +++ b/core/src/main/java/org/nzbhydra/InstanceCounter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/Jackson.java b/core/src/main/java/org/nzbhydra/Jackson.java index 084e0167d..eb2fe1931 100644 --- a/core/src/main/java/org/nzbhydra/Jackson.java +++ b/core/src/main/java/org/nzbhydra/Jackson.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/NativeHints.java b/core/src/main/java/org/nzbhydra/NativeHints.java index 142d4e4cb..656b8f5bd 100644 --- a/core/src/main/java/org/nzbhydra/NativeHints.java +++ b/core/src/main/java/org/nzbhydra/NativeHints.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/NzbHydraNativeEntrypoint.java b/core/src/main/java/org/nzbhydra/NzbHydraNativeEntrypoint.java index f55e558c3..0a3f2866e 100644 --- a/core/src/main/java/org/nzbhydra/NzbHydraNativeEntrypoint.java +++ b/core/src/main/java/org/nzbhydra/NzbHydraNativeEntrypoint.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/ShutdownEvent.java b/core/src/main/java/org/nzbhydra/ShutdownEvent.java index bf4da0e88..6fb2efebe 100644 --- a/core/src/main/java/org/nzbhydra/ShutdownEvent.java +++ b/core/src/main/java/org/nzbhydra/ShutdownEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/main/java/org/nzbhydra/api/CapsGenerator.java b/core/src/main/java/org/nzbhydra/api/CapsGenerator.java index 72163f0f3..fc65d2aa9 100644 --- a/core/src/main/java/org/nzbhydra/api/CapsGenerator.java +++ b/core/src/main/java/org/nzbhydra/api/CapsGenerator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/main/java/org/nzbhydra/api/IllegalAccessException.java b/core/src/main/java/org/nzbhydra/api/IllegalAccessException.java index c654728ac..682663bd6 100644 --- a/core/src/main/java/org/nzbhydra/api/IllegalAccessException.java +++ b/core/src/main/java/org/nzbhydra/api/IllegalAccessException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/main/java/org/nzbhydra/api/MockSearch.java b/core/src/main/java/org/nzbhydra/api/MockSearch.java index d22a6e2c2..87f6049c2 100644 --- a/core/src/main/java/org/nzbhydra/api/MockSearch.java +++ b/core/src/main/java/org/nzbhydra/api/MockSearch.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/main/java/org/nzbhydra/api/NewznabJsonTransformer.java b/core/src/main/java/org/nzbhydra/api/NewznabJsonTransformer.java index 33db94274..0182914ef 100644 --- a/core/src/main/java/org/nzbhydra/api/NewznabJsonTransformer.java +++ b/core/src/main/java/org/nzbhydra/api/NewznabJsonTransformer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/main/java/org/nzbhydra/api/NewznabXmlTransformer.java b/core/src/main/java/org/nzbhydra/api/NewznabXmlTransformer.java index 776f2f56d..c03dfbfe6 100644 --- a/core/src/main/java/org/nzbhydra/api/NewznabXmlTransformer.java +++ b/core/src/main/java/org/nzbhydra/api/NewznabXmlTransformer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/main/java/org/nzbhydra/api/stats/ApiHistoryRequest.java b/core/src/main/java/org/nzbhydra/api/stats/ApiHistoryRequest.java index dc9752e62..7ff58b7d9 100644 --- a/core/src/main/java/org/nzbhydra/api/stats/ApiHistoryRequest.java +++ b/core/src/main/java/org/nzbhydra/api/stats/ApiHistoryRequest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api.stats; diff --git a/core/src/main/java/org/nzbhydra/api/stats/ApiStatsRequest.java b/core/src/main/java/org/nzbhydra/api/stats/ApiStatsRequest.java index 717a2a260..ddcbe5b5e 100644 --- a/core/src/main/java/org/nzbhydra/api/stats/ApiStatsRequest.java +++ b/core/src/main/java/org/nzbhydra/api/stats/ApiStatsRequest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api.stats; diff --git a/core/src/main/java/org/nzbhydra/api/stats/ExternalApiStats.java b/core/src/main/java/org/nzbhydra/api/stats/ExternalApiStats.java index 61af62712..16da9e579 100644 --- a/core/src/main/java/org/nzbhydra/api/stats/ExternalApiStats.java +++ b/core/src/main/java/org/nzbhydra/api/stats/ExternalApiStats.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api.stats; diff --git a/core/src/main/java/org/nzbhydra/api/stats/HistoryRequestConverter.java b/core/src/main/java/org/nzbhydra/api/stats/HistoryRequestConverter.java index 9723ff87f..bbd58655b 100644 --- a/core/src/main/java/org/nzbhydra/api/stats/HistoryRequestConverter.java +++ b/core/src/main/java/org/nzbhydra/api/stats/HistoryRequestConverter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api.stats; diff --git a/core/src/main/java/org/nzbhydra/api/stats/StatsRequestConverter.java b/core/src/main/java/org/nzbhydra/api/stats/StatsRequestConverter.java index 1910ac271..9e753fa3a 100644 --- a/core/src/main/java/org/nzbhydra/api/stats/StatsRequestConverter.java +++ b/core/src/main/java/org/nzbhydra/api/stats/StatsRequestConverter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api.stats; diff --git a/core/src/main/java/org/nzbhydra/auth/AsyncSupportFilter.java b/core/src/main/java/org/nzbhydra/auth/AsyncSupportFilter.java index 1f8e03363..a026b81a1 100644 --- a/core/src/main/java/org/nzbhydra/auth/AsyncSupportFilter.java +++ b/core/src/main/java/org/nzbhydra/auth/AsyncSupportFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/auth/ForwardedForRecognizingFilter.java b/core/src/main/java/org/nzbhydra/auth/ForwardedForRecognizingFilter.java index 515585652..e0f4e1816 100644 --- a/core/src/main/java/org/nzbhydra/auth/ForwardedForRecognizingFilter.java +++ b/core/src/main/java/org/nzbhydra/auth/ForwardedForRecognizingFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/auth/HeaderAuthenticationFilter.java b/core/src/main/java/org/nzbhydra/auth/HeaderAuthenticationFilter.java index 989b8a33e..b0bf13e62 100644 --- a/core/src/main/java/org/nzbhydra/auth/HeaderAuthenticationFilter.java +++ b/core/src/main/java/org/nzbhydra/auth/HeaderAuthenticationFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/auth/HydraEmbeddedServletContainer.java b/core/src/main/java/org/nzbhydra/auth/HydraEmbeddedServletContainer.java index de875ba8b..a37ef8477 100644 --- a/core/src/main/java/org/nzbhydra/auth/HydraEmbeddedServletContainer.java +++ b/core/src/main/java/org/nzbhydra/auth/HydraEmbeddedServletContainer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/auth/HydraGlobalMethodSecurityConfiguration.java b/core/src/main/java/org/nzbhydra/auth/HydraGlobalMethodSecurityConfiguration.java index 10e737be9..becb68f7d 100644 --- a/core/src/main/java/org/nzbhydra/auth/HydraGlobalMethodSecurityConfiguration.java +++ b/core/src/main/java/org/nzbhydra/auth/HydraGlobalMethodSecurityConfiguration.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/auth/ThreadLoggingFilter.java b/core/src/main/java/org/nzbhydra/auth/ThreadLoggingFilter.java index f69bc5bb5..01a15ad8a 100644 --- a/core/src/main/java/org/nzbhydra/auth/ThreadLoggingFilter.java +++ b/core/src/main/java/org/nzbhydra/auth/ThreadLoggingFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/main/java/org/nzbhydra/cache/DiskCache.java b/core/src/main/java/org/nzbhydra/cache/DiskCache.java index 2fe8b75ea..3dfe92b36 100644 --- a/core/src/main/java/org/nzbhydra/cache/DiskCache.java +++ b/core/src/main/java/org/nzbhydra/cache/DiskCache.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.cache; diff --git a/core/src/main/java/org/nzbhydra/cache/ImageCacheConfig.java b/core/src/main/java/org/nzbhydra/cache/ImageCacheConfig.java index 2a8b3caa1..a1f801362 100644 --- a/core/src/main/java/org/nzbhydra/cache/ImageCacheConfig.java +++ b/core/src/main/java/org/nzbhydra/cache/ImageCacheConfig.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.cache; diff --git a/core/src/main/java/org/nzbhydra/cache/ProxyImagesWeb.java b/core/src/main/java/org/nzbhydra/cache/ProxyImagesWeb.java index ad55a2916..62c5ba909 100644 --- a/core/src/main/java/org/nzbhydra/cache/ProxyImagesWeb.java +++ b/core/src/main/java/org/nzbhydra/cache/ProxyImagesWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.cache; diff --git a/core/src/main/java/org/nzbhydra/config/BaseConfigHandler.java b/core/src/main/java/org/nzbhydra/config/BaseConfigHandler.java index 67dbaf66b..5eed863b3 100644 --- a/core/src/main/java/org/nzbhydra/config/BaseConfigHandler.java +++ b/core/src/main/java/org/nzbhydra/config/BaseConfigHandler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/main/java/org/nzbhydra/config/ConfigReaderWriter.java b/core/src/main/java/org/nzbhydra/config/ConfigReaderWriter.java index bcdf57a20..f38e04714 100644 --- a/core/src/main/java/org/nzbhydra/config/ConfigReaderWriter.java +++ b/core/src/main/java/org/nzbhydra/config/ConfigReaderWriter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/main/java/org/nzbhydra/config/EmptyStringToNullDeserializer.java b/core/src/main/java/org/nzbhydra/config/EmptyStringToNullDeserializer.java index ed6bff4cf..d7981fa16 100644 --- a/core/src/main/java/org/nzbhydra/config/EmptyStringToNullDeserializer.java +++ b/core/src/main/java/org/nzbhydra/config/EmptyStringToNullDeserializer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/main/java/org/nzbhydra/config/EmptyStringToNullSerializer.java b/core/src/main/java/org/nzbhydra/config/EmptyStringToNullSerializer.java index 1a678ced5..c2641d84e 100644 --- a/core/src/main/java/org/nzbhydra/config/EmptyStringToNullSerializer.java +++ b/core/src/main/java/org/nzbhydra/config/EmptyStringToNullSerializer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigration.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigration.java index ebe069d1f..26049d1a5 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigration.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigration.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep.java index 9fe092211..3fb77b903 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep003to004.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep003to004.java index cdd5fd1c6..e460c8f64 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep003to004.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep003to004.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep004to005.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep004to005.java index da931d592..8f1bb3449 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep004to005.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep004to005.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006.java index db6467f1c..3831557b9 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep006to007.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep006to007.java index 5025f8b3e..7c5f66cdc 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep006to007.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep006to007.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep007to008.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep007to008.java index 77fed66ba..f440e1b0d 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep007to008.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep007to008.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep008to009.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep008to009.java index e384aa891..5d1d42e28 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep008to009.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep008to009.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep009to010.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep009to010.java index dff0d01fd..9cccf493f 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep009to010.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep009to010.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep010to011.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep010to011.java index c9c80f872..dd9e7d1af 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep010to011.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep010to011.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep011to012.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep011to012.java index 200c68b57..f484ca041 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep011to012.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep011to012.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep012to013.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep012to013.java index aa2dcd1b4..1b0fe6747 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep012to013.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep012to013.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep013to014.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep013to014.java index 885413938..b27fa7dc1 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep013to014.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep013to014.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep014to015.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep014to015.java index 16186d4ba..0fbfd7835 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep014to015.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep014to015.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep015to016.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep015to016.java index ff3cd032f..4e4ab4147 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep015to016.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep015to016.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep016to017.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep016to017.java index f1b5fb279..51ee21f5a 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep016to017.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep016to017.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep017to018.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep017to018.java index a7a2478f0..781363e34 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep017to018.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep017to018.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep018to019.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep018to019.java index 537a9a45e..b8de20644 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep018to019.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep018to019.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep019to020.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep019to020.java index b79e2682f..640803d1f 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep019to020.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep019to020.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep020to021.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep020to021.java index 0ad740319..a1db40860 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep020to021.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep020to021.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep021to022.java b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep021to022.java index 08350051e..b1f40055c 100644 --- a/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep021to022.java +++ b/core/src/main/java/org/nzbhydra/config/migration/ConfigMigrationStep021to022.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/main/java/org/nzbhydra/config/validation/AuthConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/AuthConfigValidator.java index f0b55a3ac..c8672f5fd 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/AuthConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/AuthConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/BaseConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/BaseConfigValidator.java index d9abdc763..624e71452 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/BaseConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/BaseConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/CategoriesConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/CategoriesConfigValidator.java index 1d7b40220..9d22e49e1 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/CategoriesConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/CategoriesConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationResult.java b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationResult.java index d2a48feab..cf07d27bd 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationResult.java +++ b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationTools.java b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationTools.java index 0f0250641..2903c4a4a 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationTools.java +++ b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidationTools.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidator.java index a477f196f..b4d8465d3 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/ConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/ConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/DownloaderConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/DownloaderConfigValidator.java index fa7310d2d..3c087ac8f 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/DownloaderConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/DownloaderConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/DownloadingConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/DownloadingConfigValidator.java index 6572fe81c..588c71296 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/DownloadingConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/DownloadingConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/IndexerConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/IndexerConfigValidator.java index 540870091..186d08102 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/IndexerConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/IndexerConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/LoggingConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/LoggingConfigValidator.java index 5954786c0..dd7116795 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/LoggingConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/LoggingConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/MainConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/MainConfigValidator.java index 2e3b7cfb7..7188def1c 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/MainConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/MainConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/NotificationConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/NotificationConfigValidator.java index 29c2789f6..8bb711ed1 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/NotificationConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/NotificationConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/SearchingConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/SearchingConfigValidator.java index 49bc7edf0..f0cfba04b 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/SearchingConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/SearchingConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/config/validation/UserAuthConfigValidator.java b/core/src/main/java/org/nzbhydra/config/validation/UserAuthConfigValidator.java index 18c7c277a..87f3ea8f3 100644 --- a/core/src/main/java/org/nzbhydra/config/validation/UserAuthConfigValidator.java +++ b/core/src/main/java/org/nzbhydra/config/validation/UserAuthConfigValidator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.validation; diff --git a/core/src/main/java/org/nzbhydra/database/DatabaseCompactOnShutdown.java b/core/src/main/java/org/nzbhydra/database/DatabaseCompactOnShutdown.java index c48716b30..493e0fb54 100644 --- a/core/src/main/java/org/nzbhydra/database/DatabaseCompactOnShutdown.java +++ b/core/src/main/java/org/nzbhydra/database/DatabaseCompactOnShutdown.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.database; diff --git a/core/src/main/java/org/nzbhydra/database/DatabaseRecreation.java b/core/src/main/java/org/nzbhydra/database/DatabaseRecreation.java index 05b69fe00..f91fca0b7 100644 --- a/core/src/main/java/org/nzbhydra/database/DatabaseRecreation.java +++ b/core/src/main/java/org/nzbhydra/database/DatabaseRecreation.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.database; diff --git a/core/src/main/java/org/nzbhydra/database/DatabaseRecreationBean.java b/core/src/main/java/org/nzbhydra/database/DatabaseRecreationBean.java index faed65c0d..71f91dd79 100644 --- a/core/src/main/java/org/nzbhydra/database/DatabaseRecreationBean.java +++ b/core/src/main/java/org/nzbhydra/database/DatabaseRecreationBean.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.database; diff --git a/core/src/main/java/org/nzbhydra/database/DatabaseRecreationConfig.java b/core/src/main/java/org/nzbhydra/database/DatabaseRecreationConfig.java index fcb472281..9abef6a35 100644 --- a/core/src/main/java/org/nzbhydra/database/DatabaseRecreationConfig.java +++ b/core/src/main/java/org/nzbhydra/database/DatabaseRecreationConfig.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.database; diff --git a/core/src/main/java/org/nzbhydra/database/H2DialectExtended.java b/core/src/main/java/org/nzbhydra/database/H2DialectExtended.java index bdd8ce6cd..1d5c072bd 100644 --- a/core/src/main/java/org/nzbhydra/database/H2DialectExtended.java +++ b/core/src/main/java/org/nzbhydra/database/H2DialectExtended.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.database; diff --git a/core/src/main/java/org/nzbhydra/debuginfos/FileIoUploader.java b/core/src/main/java/org/nzbhydra/debuginfos/FileIoUploader.java index 6cb286fc9..75784bd68 100644 --- a/core/src/main/java/org/nzbhydra/debuginfos/FileIoUploader.java +++ b/core/src/main/java/org/nzbhydra/debuginfos/FileIoUploader.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.debuginfos; diff --git a/core/src/main/java/org/nzbhydra/downloading/DownloadException.java b/core/src/main/java/org/nzbhydra/downloading/DownloadException.java index db3e0d7ca..fee6efd05 100644 --- a/core/src/main/java/org/nzbhydra/downloading/DownloadException.java +++ b/core/src/main/java/org/nzbhydra/downloading/DownloadException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/DownloadResult.java b/core/src/main/java/org/nzbhydra/downloading/DownloadResult.java index d2a3d0eea..9340e86e9 100644 --- a/core/src/main/java/org/nzbhydra/downloading/DownloadResult.java +++ b/core/src/main/java/org/nzbhydra/downloading/DownloadResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/DownloadStatusUpdater.java b/core/src/main/java/org/nzbhydra/downloading/DownloadStatusUpdater.java index df38805b5..3f6b7b291 100644 --- a/core/src/main/java/org/nzbhydra/downloading/DownloadStatusUpdater.java +++ b/core/src/main/java/org/nzbhydra/downloading/DownloadStatusUpdater.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/FileDownloadEvent.java b/core/src/main/java/org/nzbhydra/downloading/FileDownloadEvent.java index 8548cc4b5..60a1757d2 100644 --- a/core/src/main/java/org/nzbhydra/downloading/FileDownloadEvent.java +++ b/core/src/main/java/org/nzbhydra/downloading/FileDownloadEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/IndexerSpecificDownloadExceptions.java b/core/src/main/java/org/nzbhydra/downloading/IndexerSpecificDownloadExceptions.java index c4b711c52..df37c90cb 100644 --- a/core/src/main/java/org/nzbhydra/downloading/IndexerSpecificDownloadExceptions.java +++ b/core/src/main/java/org/nzbhydra/downloading/IndexerSpecificDownloadExceptions.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaver.java b/core/src/main/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaver.java index 39ff8902e..735d9bd2a 100644 --- a/core/src/main/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaver.java +++ b/core/src/main/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaver.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/InvalidSearchResultIdException.java b/core/src/main/java/org/nzbhydra/downloading/InvalidSearchResultIdException.java index 9ab3bcaf9..ec3246aff 100644 --- a/core/src/main/java/org/nzbhydra/downloading/InvalidSearchResultIdException.java +++ b/core/src/main/java/org/nzbhydra/downloading/InvalidSearchResultIdException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/MagnetLinkRedirectException.java b/core/src/main/java/org/nzbhydra/downloading/MagnetLinkRedirectException.java index ae467f61f..a3be5c381 100644 --- a/core/src/main/java/org/nzbhydra/downloading/MagnetLinkRedirectException.java +++ b/core/src/main/java/org/nzbhydra/downloading/MagnetLinkRedirectException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/SaveOrSendResultsResponse.java b/core/src/main/java/org/nzbhydra/downloading/SaveOrSendResultsResponse.java index cdf92cf2e..f459b81a0 100644 --- a/core/src/main/java/org/nzbhydra/downloading/SaveOrSendResultsResponse.java +++ b/core/src/main/java/org/nzbhydra/downloading/SaveOrSendResultsResponse.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/ConnectionCheckResult.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/ConnectionCheckResult.java index b451a444d..752a47ced 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/ConnectionCheckResult.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/ConnectionCheckResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/Downloader.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/Downloader.java index ce0924061..10abdd498 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/Downloader.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/Downloader.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderEntry.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderEntry.java index b5be09a4d..a0e7a59b6 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderEntry.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderEntry.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderInstatiator.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderInstatiator.java index 33aa924d4..825077cfd 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderInstatiator.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderInstatiator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderProvider.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderProvider.java index 07a899047..1bbdeabd5 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderProvider.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderProvider.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderStatusRetrieval.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderStatusRetrieval.java index 1f0aa538e..8aed9e849 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderStatusRetrieval.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderStatusRetrieval.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWeb.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWeb.java index ee1dc6190..263b1f441 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWeb.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWebSocket.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWebSocket.java index a5a347165..109c2c809 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWebSocket.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/DownloaderWebSocket.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/nzbget/NzbGet.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/nzbget/NzbGet.java index 71145df43..d69358071 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/nzbget/NzbGet.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/nzbget/NzbGet.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.nzbget; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/Torbox.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/Torbox.java index 163aa2bae..db9c9d267 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/Torbox.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/Torbox.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxDownloadUrlBuilderStrategy.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxDownloadUrlBuilderStrategy.java index 9c2bcb8d0..1a8061dc3 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxDownloadUrlBuilderStrategy.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxDownloadUrlBuilderStrategy.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxHttpRequestFactory.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxHttpRequestFactory.java index 59607866b..965b51913 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxHttpRequestFactory.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/TorboxHttpRequestFactory.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/AddUDlResponse.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/AddUDlResponse.java index 7dd7c0e38..288fec512 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/AddUDlResponse.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/AddUDlResponse.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxAddUdlData.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxAddUdlData.java index a8fcfe998..e38ad9016 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxAddUdlData.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxAddUdlData.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxDownload.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxDownload.java index e12987278..c5f644fce 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxDownload.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxDownload.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxFile.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxFile.java index 679d2c7f6..4f80ef7a0 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxFile.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/TorboxFile.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetListResponse.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetListResponse.java index b3340e5a6..2a83d69e4 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetListResponse.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetListResponse.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetResponse.java b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetResponse.java index fe3cba7e6..0c728bd51 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetResponse.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloaders/torbox/mapping/UsenetResponse.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadLink.java b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadLink.java index 8b10f1492..9dce2e27d 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadLink.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadLink.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloadurls; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilder.java b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilder.java index c051302d8..41e5cdb57 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilder.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilder.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloadurls; diff --git a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilderStrategy.java b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilderStrategy.java index 15fb1a997..b0ff382b2 100644 --- a/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilderStrategy.java +++ b/core/src/main/java/org/nzbhydra/downloading/downloadurls/DownloadUrlBuilderStrategy.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloadurls; diff --git a/core/src/main/java/org/nzbhydra/downloading/exceptions/DuplicateNzbException.java b/core/src/main/java/org/nzbhydra/downloading/exceptions/DuplicateNzbException.java index 8c2c0d4a5..7010da22e 100644 --- a/core/src/main/java/org/nzbhydra/downloading/exceptions/DuplicateNzbException.java +++ b/core/src/main/java/org/nzbhydra/downloading/exceptions/DuplicateNzbException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.exceptions; diff --git a/core/src/main/java/org/nzbhydra/downloading/nzbs/NzbHandlingWeb.java b/core/src/main/java/org/nzbhydra/downloading/nzbs/NzbHandlingWeb.java index dfadf0989..f4bafbcac 100644 --- a/core/src/main/java/org/nzbhydra/downloading/nzbs/NzbHandlingWeb.java +++ b/core/src/main/java/org/nzbhydra/downloading/nzbs/NzbHandlingWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.nzbs; diff --git a/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentFileHandler.java b/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentFileHandler.java index ca0ff5277..0be865d08 100644 --- a/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentFileHandler.java +++ b/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentFileHandler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.torrents; diff --git a/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentHandlingWeb.java b/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentHandlingWeb.java index aa65c1a5b..b59ec4895 100644 --- a/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentHandlingWeb.java +++ b/core/src/main/java/org/nzbhydra/downloading/torrents/TorrentHandlingWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.torrents; diff --git a/core/src/main/java/org/nzbhydra/emby/EmbyWeb.java b/core/src/main/java/org/nzbhydra/emby/EmbyWeb.java index 64859b9ac..47f25e914 100644 --- a/core/src/main/java/org/nzbhydra/emby/EmbyWeb.java +++ b/core/src/main/java/org/nzbhydra/emby/EmbyWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.emby; diff --git a/core/src/main/java/org/nzbhydra/exceptionanalyzers/YAMLExceptionAnalyzer.java b/core/src/main/java/org/nzbhydra/exceptionanalyzers/YAMLExceptionAnalyzer.java index 5c5782a2d..b5a43b3f0 100644 --- a/core/src/main/java/org/nzbhydra/exceptionanalyzers/YAMLExceptionAnalyzer.java +++ b/core/src/main/java/org/nzbhydra/exceptionanalyzers/YAMLExceptionAnalyzer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.exceptionanalyzers; diff --git a/core/src/main/java/org/nzbhydra/externaltools/AddDialogInfo.java b/core/src/main/java/org/nzbhydra/externaltools/AddDialogInfo.java index ef331ff39..6b3fdd2d5 100644 --- a/core/src/main/java/org/nzbhydra/externaltools/AddDialogInfo.java +++ b/core/src/main/java/org/nzbhydra/externaltools/AddDialogInfo.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.externaltools; diff --git a/core/src/main/java/org/nzbhydra/externaltools/ExternalTools.java b/core/src/main/java/org/nzbhydra/externaltools/ExternalTools.java index b9ad81f81..182095f56 100644 --- a/core/src/main/java/org/nzbhydra/externaltools/ExternalTools.java +++ b/core/src/main/java/org/nzbhydra/externaltools/ExternalTools.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.externaltools; diff --git a/core/src/main/java/org/nzbhydra/externaltools/ExternalToolsSyncService.java b/core/src/main/java/org/nzbhydra/externaltools/ExternalToolsSyncService.java index 8daad0ca2..a182c373f 100644 --- a/core/src/main/java/org/nzbhydra/externaltools/ExternalToolsSyncService.java +++ b/core/src/main/java/org/nzbhydra/externaltools/ExternalToolsSyncService.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.externaltools; diff --git a/core/src/main/java/org/nzbhydra/fortests/DebugWeb.java b/core/src/main/java/org/nzbhydra/fortests/DebugWeb.java index 952f06edd..5853cf553 100644 --- a/core/src/main/java/org/nzbhydra/fortests/DebugWeb.java +++ b/core/src/main/java/org/nzbhydra/fortests/DebugWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.fortests; diff --git a/core/src/main/java/org/nzbhydra/genericstorage/GenericStorageWeb.java b/core/src/main/java/org/nzbhydra/genericstorage/GenericStorageWeb.java index d2b0f6f63..4c74f37bd 100644 --- a/core/src/main/java/org/nzbhydra/genericstorage/GenericStorageWeb.java +++ b/core/src/main/java/org/nzbhydra/genericstorage/GenericStorageWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.genericstorage; diff --git a/core/src/main/java/org/nzbhydra/indexers/IndexerSearchResultPersistor.java b/core/src/main/java/org/nzbhydra/indexers/IndexerSearchResultPersistor.java index ac8000113..1aeb511d5 100644 --- a/core/src/main/java/org/nzbhydra/indexers/IndexerSearchResultPersistor.java +++ b/core/src/main/java/org/nzbhydra/indexers/IndexerSearchResultPersistor.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/main/java/org/nzbhydra/indexers/IndexerStatusesCleanupTask.java b/core/src/main/java/org/nzbhydra/indexers/IndexerStatusesCleanupTask.java index 1636d1701..b7b0005b9 100644 --- a/core/src/main/java/org/nzbhydra/indexers/IndexerStatusesCleanupTask.java +++ b/core/src/main/java/org/nzbhydra/indexers/IndexerStatusesCleanupTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/main/java/org/nzbhydra/indexers/NewznabCategoryComputer.java b/core/src/main/java/org/nzbhydra/indexers/NewznabCategoryComputer.java index b7a9ebbac..c8c95c3f0 100644 --- a/core/src/main/java/org/nzbhydra/indexers/NewznabCategoryComputer.java +++ b/core/src/main/java/org/nzbhydra/indexers/NewznabCategoryComputer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/main/java/org/nzbhydra/indexers/QueryGenerator.java b/core/src/main/java/org/nzbhydra/indexers/QueryGenerator.java index b8d34187d..5eb1a1841 100644 --- a/core/src/main/java/org/nzbhydra/indexers/QueryGenerator.java +++ b/core/src/main/java/org/nzbhydra/indexers/QueryGenerator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/main/java/org/nzbhydra/indexers/SearchRequestIdConverter.java b/core/src/main/java/org/nzbhydra/indexers/SearchRequestIdConverter.java index f41fce17b..2de37964f 100644 --- a/core/src/main/java/org/nzbhydra/indexers/SearchRequestIdConverter.java +++ b/core/src/main/java/org/nzbhydra/indexers/SearchRequestIdConverter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerChecker.java b/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerChecker.java index e321ef7c4..18d87961b 100644 --- a/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerChecker.java +++ b/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerChecker.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerWeb.java b/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerWeb.java index c49448a50..2c2bbeb9b 100644 --- a/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerWeb.java +++ b/core/src/main/java/org/nzbhydra/indexers/capscheck/IndexerWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/main/java/org/nzbhydra/indexers/capscheck/JacketConfigRetriever.java b/core/src/main/java/org/nzbhydra/indexers/capscheck/JacketConfigRetriever.java index 9766d0d15..973346547 100644 --- a/core/src/main/java/org/nzbhydra/indexers/capscheck/JacketConfigRetriever.java +++ b/core/src/main/java/org/nzbhydra/indexers/capscheck/JacketConfigRetriever.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/main/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetriever.java b/core/src/main/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetriever.java index 03b8d959e..97bec90bb 100644 --- a/core/src/main/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetriever.java +++ b/core/src/main/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetriever.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/main/java/org/nzbhydra/indexers/capscheck/SimpleConnectionChecker.java b/core/src/main/java/org/nzbhydra/indexers/capscheck/SimpleConnectionChecker.java index 3af46a342..6cd05f6f9 100644 --- a/core/src/main/java/org/nzbhydra/indexers/capscheck/SimpleConnectionChecker.java +++ b/core/src/main/java/org/nzbhydra/indexers/capscheck/SimpleConnectionChecker.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesAndLimits.java b/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesAndLimits.java index a627936be..78c97a2c0 100644 --- a/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesAndLimits.java +++ b/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesAndLimits.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.status; diff --git a/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesWeb.java b/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesWeb.java index 1c1032b59..b4f4dbbe9 100644 --- a/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesWeb.java +++ b/core/src/main/java/org/nzbhydra/indexers/status/IndexerStatusesWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.status; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/Torbox.java b/core/src/main/java/org/nzbhydra/indexers/torbox/Torbox.java index 3de1bd11d..f09e00cd3 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/Torbox.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/Torbox.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TitleParsedData.java b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TitleParsedData.java index a9fa5a256..32710a935 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TitleParsedData.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TitleParsedData.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResult.java b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResult.java index 996457aec..68ed63f9d 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResult.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResultType.java b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResultType.java index 7cc8eb316..e15dcd1eb 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResultType.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxResultType.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResponse.java b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResponse.java index 071f01828..e391d40bc 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResponse.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResponse.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResultsContainer.java b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResultsContainer.java index ebc72a077..470aab308 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResultsContainer.java +++ b/core/src/main/java/org/nzbhydra/indexers/torbox/mapping/TorboxSearchResultsContainer.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/main/java/org/nzbhydra/indexers/torznab/Torznab.java b/core/src/main/java/org/nzbhydra/indexers/torznab/Torznab.java index 4f19deba4..775b550d0 100644 --- a/core/src/main/java/org/nzbhydra/indexers/torznab/Torznab.java +++ b/core/src/main/java/org/nzbhydra/indexers/torznab/Torznab.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torznab; diff --git a/core/src/main/java/org/nzbhydra/logging/EceptionFilter.java b/core/src/main/java/org/nzbhydra/logging/EceptionFilter.java index 0fddde0c6..ff645d3f7 100644 --- a/core/src/main/java/org/nzbhydra/logging/EceptionFilter.java +++ b/core/src/main/java/org/nzbhydra/logging/EceptionFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.logging; diff --git a/core/src/main/java/org/nzbhydra/logging/ReversedLinesFileReader.java b/core/src/main/java/org/nzbhydra/logging/ReversedLinesFileReader.java index 943c5b9d2..f2a2835a6 100644 --- a/core/src/main/java/org/nzbhydra/logging/ReversedLinesFileReader.java +++ b/core/src/main/java/org/nzbhydra/logging/ReversedLinesFileReader.java @@ -1,19 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.nzbhydra.logging; import org.apache.commons.io.Charsets; diff --git a/core/src/main/java/org/nzbhydra/mediainfo/AutocompleteType.java b/core/src/main/java/org/nzbhydra/mediainfo/AutocompleteType.java index eac854eab..cc3f1869b 100644 --- a/core/src/main/java/org/nzbhydra/mediainfo/AutocompleteType.java +++ b/core/src/main/java/org/nzbhydra/mediainfo/AutocompleteType.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.mediainfo; diff --git a/core/src/main/java/org/nzbhydra/mediainfo/Imdb.java b/core/src/main/java/org/nzbhydra/mediainfo/Imdb.java index 6bea1514a..bc576a561 100644 --- a/core/src/main/java/org/nzbhydra/mediainfo/Imdb.java +++ b/core/src/main/java/org/nzbhydra/mediainfo/Imdb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.mediainfo; diff --git a/core/src/main/java/org/nzbhydra/mediainfo/InfoNotFoundException.java b/core/src/main/java/org/nzbhydra/mediainfo/InfoNotFoundException.java index 33cace487..a4b90bc59 100644 --- a/core/src/main/java/org/nzbhydra/mediainfo/InfoNotFoundException.java +++ b/core/src/main/java/org/nzbhydra/mediainfo/InfoNotFoundException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.mediainfo; diff --git a/core/src/main/java/org/nzbhydra/misc/DelegatingSSLSocketFactory.java b/core/src/main/java/org/nzbhydra/misc/DelegatingSSLSocketFactory.java index bc43786d5..29f9ef8d8 100644 --- a/core/src/main/java/org/nzbhydra/misc/DelegatingSSLSocketFactory.java +++ b/core/src/main/java/org/nzbhydra/misc/DelegatingSSLSocketFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright (C) 2014 Square, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.nzbhydra.misc; import javax.net.ssl.SSLSocket; diff --git a/core/src/main/java/org/nzbhydra/misc/OpenPortChecker.java b/core/src/main/java/org/nzbhydra/misc/OpenPortChecker.java index 2c2cea6c9..0c87e9666 100644 --- a/core/src/main/java/org/nzbhydra/misc/OpenPortChecker.java +++ b/core/src/main/java/org/nzbhydra/misc/OpenPortChecker.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.misc; diff --git a/core/src/main/java/org/nzbhydra/misc/StackTraceFilter.java b/core/src/main/java/org/nzbhydra/misc/StackTraceFilter.java index b0906ad10..eb12bc8bb 100644 --- a/core/src/main/java/org/nzbhydra/misc/StackTraceFilter.java +++ b/core/src/main/java/org/nzbhydra/misc/StackTraceFilter.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.misc; diff --git a/core/src/main/java/org/nzbhydra/misc/TempFileProvider.java b/core/src/main/java/org/nzbhydra/misc/TempFileProvider.java index 72dfaafd1..c94cbf0ce 100644 --- a/core/src/main/java/org/nzbhydra/misc/TempFileProvider.java +++ b/core/src/main/java/org/nzbhydra/misc/TempFileProvider.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.misc; diff --git a/core/src/main/java/org/nzbhydra/notifications/AuthFailureNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/AuthFailureNotificationEvent.java index 65f6a7921..f34dc3a3e 100644 --- a/core/src/main/java/org/nzbhydra/notifications/AuthFailureNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/AuthFailureNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/DownloadCompletionNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/DownloadCompletionNotificationEvent.java index 69f2b71dc..5cc3e8d1e 100644 --- a/core/src/main/java/org/nzbhydra/notifications/DownloadCompletionNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/DownloadCompletionNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/DownloadNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/DownloadNotificationEvent.java index bcb079228..34631bedc 100644 --- a/core/src/main/java/org/nzbhydra/notifications/DownloadNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/DownloadNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/ExternalToolConfigResultEvent.java b/core/src/main/java/org/nzbhydra/notifications/ExternalToolConfigResultEvent.java index d75dc3b88..48537a9ee 100644 --- a/core/src/main/java/org/nzbhydra/notifications/ExternalToolConfigResultEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/ExternalToolConfigResultEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/IndexerDisabledNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/IndexerDisabledNotificationEvent.java index 7f07cf013..5eaada059 100644 --- a/core/src/main/java/org/nzbhydra/notifications/IndexerDisabledNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/IndexerDisabledNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/IndexerReenabledNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/IndexerReenabledNotificationEvent.java index 18e5b8943..721a39986 100644 --- a/core/src/main/java/org/nzbhydra/notifications/IndexerReenabledNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/IndexerReenabledNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/IndexerVipExpiryNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/IndexerVipExpiryNotificationEvent.java index d151ea0cb..22d2ed8da 100644 --- a/core/src/main/java/org/nzbhydra/notifications/IndexerVipExpiryNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/IndexerVipExpiryNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/NotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/NotificationEvent.java index 8abf2eb2f..a088f59f5 100644 --- a/core/src/main/java/org/nzbhydra/notifications/NotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/NotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/NotificationHandler.java b/core/src/main/java/org/nzbhydra/notifications/NotificationHandler.java index e5c4624c1..e5500dea5 100644 --- a/core/src/main/java/org/nzbhydra/notifications/NotificationHandler.java +++ b/core/src/main/java/org/nzbhydra/notifications/NotificationHandler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/NotificationsWeb.java b/core/src/main/java/org/nzbhydra/notifications/NotificationsWeb.java index 7281b8f62..20e5485ed 100644 --- a/core/src/main/java/org/nzbhydra/notifications/NotificationsWeb.java +++ b/core/src/main/java/org/nzbhydra/notifications/NotificationsWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/notifications/UpdateNotificationEvent.java b/core/src/main/java/org/nzbhydra/notifications/UpdateNotificationEvent.java index c9c75a888..b0cabbe87 100644 --- a/core/src/main/java/org/nzbhydra/notifications/UpdateNotificationEvent.java +++ b/core/src/main/java/org/nzbhydra/notifications/UpdateNotificationEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/DeleteOldDatabaseBackupDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/DeleteOldDatabaseBackupDetector.java index 4fd33620d..ab5f75959 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/DeleteOldDatabaseBackupDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/DeleteOldDatabaseBackupDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/OpenPortProblemDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/OpenPortProblemDetector.java index d1db398f3..e45663f70 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/OpenPortProblemDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/OpenPortProblemDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/OutOfMemoryDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/OutOfMemoryDetector.java index 27be0980d..537bd16c3 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/OutOfMemoryDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/OutOfMemoryDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/OutdatedWrapperDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/OutdatedWrapperDetector.java index baf2b6ce1..3a126e406 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/OutdatedWrapperDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/OutdatedWrapperDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetector.java index 5168e11a0..46361f0b1 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetectorTask.java b/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetectorTask.java index 2a5afbd7e..9ec55980a 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetectorTask.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/ProblemDetectorTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/problemdetection/VipExpiryDetector.java b/core/src/main/java/org/nzbhydra/problemdetection/VipExpiryDetector.java index 70fb3c8f0..15f10523a 100644 --- a/core/src/main/java/org/nzbhydra/problemdetection/VipExpiryDetector.java +++ b/core/src/main/java/org/nzbhydra/problemdetection/VipExpiryDetector.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/main/java/org/nzbhydra/searching/CustomQueryAndTitleMappingHandler.java b/core/src/main/java/org/nzbhydra/searching/CustomQueryAndTitleMappingHandler.java index 897250ff3..705dee530 100644 --- a/core/src/main/java/org/nzbhydra/searching/CustomQueryAndTitleMappingHandler.java +++ b/core/src/main/java/org/nzbhydra/searching/CustomQueryAndTitleMappingHandler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/DetailsProvider.java b/core/src/main/java/org/nzbhydra/searching/DetailsProvider.java index 95e9302dc..6060fcf39 100644 --- a/core/src/main/java/org/nzbhydra/searching/DetailsProvider.java +++ b/core/src/main/java/org/nzbhydra/searching/DetailsProvider.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/IndexerInstantiator.java b/core/src/main/java/org/nzbhydra/searching/IndexerInstantiator.java index 488fd6670..15c99aac1 100644 --- a/core/src/main/java/org/nzbhydra/searching/IndexerInstantiator.java +++ b/core/src/main/java/org/nzbhydra/searching/IndexerInstantiator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/IndexerSearchCacheEntry.java b/core/src/main/java/org/nzbhydra/searching/IndexerSearchCacheEntry.java index bb82b59c8..653d38e02 100644 --- a/core/src/main/java/org/nzbhydra/searching/IndexerSearchCacheEntry.java +++ b/core/src/main/java/org/nzbhydra/searching/IndexerSearchCacheEntry.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/SearchState.java b/core/src/main/java/org/nzbhydra/searching/SearchState.java index 9a426baf2..d23f6a879 100644 --- a/core/src/main/java/org/nzbhydra/searching/SearchState.java +++ b/core/src/main/java/org/nzbhydra/searching/SearchState.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/SortableMessage.java b/core/src/main/java/org/nzbhydra/searching/SortableMessage.java index 8917f2f03..fc3597479 100644 --- a/core/src/main/java/org/nzbhydra/searching/SortableMessage.java +++ b/core/src/main/java/org/nzbhydra/searching/SortableMessage.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/main/java/org/nzbhydra/searching/cleanup/HistoryCleanupTask.java b/core/src/main/java/org/nzbhydra/searching/cleanup/HistoryCleanupTask.java index 64755a06a..2c68c77c4 100644 --- a/core/src/main/java/org/nzbhydra/searching/cleanup/HistoryCleanupTask.java +++ b/core/src/main/java/org/nzbhydra/searching/cleanup/HistoryCleanupTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.cleanup; diff --git a/core/src/main/java/org/nzbhydra/searching/cleanup/OldResultsCleanupTask.java b/core/src/main/java/org/nzbhydra/searching/cleanup/OldResultsCleanupTask.java index dd50fae78..700f06614 100644 --- a/core/src/main/java/org/nzbhydra/searching/cleanup/OldResultsCleanupTask.java +++ b/core/src/main/java/org/nzbhydra/searching/cleanup/OldResultsCleanupTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.cleanup; diff --git a/core/src/main/java/org/nzbhydra/searching/cleanup/ShortIndexerApiAccessCleanup.java b/core/src/main/java/org/nzbhydra/searching/cleanup/ShortIndexerApiAccessCleanup.java index bb9f1dc46..d975eeffd 100644 --- a/core/src/main/java/org/nzbhydra/searching/cleanup/ShortIndexerApiAccessCleanup.java +++ b/core/src/main/java/org/nzbhydra/searching/cleanup/ShortIndexerApiAccessCleanup.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.cleanup; diff --git a/core/src/main/java/org/nzbhydra/searching/db/IdentifierKeyValuePair.java b/core/src/main/java/org/nzbhydra/searching/db/IdentifierKeyValuePair.java index 6e1994711..343e28c1c 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/IdentifierKeyValuePair.java +++ b/core/src/main/java/org/nzbhydra/searching/db/IdentifierKeyValuePair.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/db/SearchEntity.java b/core/src/main/java/org/nzbhydra/searching/db/SearchEntity.java index 30a23ae21..af2eaf75b 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/SearchEntity.java +++ b/core/src/main/java/org/nzbhydra/searching/db/SearchEntity.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/db/SearchRepository.java b/core/src/main/java/org/nzbhydra/searching/db/SearchRepository.java index 4f28f0dcb..79ee90ccb 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/SearchRepository.java +++ b/core/src/main/java/org/nzbhydra/searching/db/SearchRepository.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/db/SearchResultEntity.java b/core/src/main/java/org/nzbhydra/searching/db/SearchResultEntity.java index 7e7e0863d..64025f5b3 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/SearchResultEntity.java +++ b/core/src/main/java/org/nzbhydra/searching/db/SearchResultEntity.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/db/SearchResultRepository.java b/core/src/main/java/org/nzbhydra/searching/db/SearchResultRepository.java index ebc793ea5..c188fd01d 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/SearchResultRepository.java +++ b/core/src/main/java/org/nzbhydra/searching/db/SearchResultRepository.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/db/SearchResultSequenceGenerator.java b/core/src/main/java/org/nzbhydra/searching/db/SearchResultSequenceGenerator.java index 9586de977..bfde656aa 100644 --- a/core/src/main/java/org/nzbhydra/searching/db/SearchResultSequenceGenerator.java +++ b/core/src/main/java/org/nzbhydra/searching/db/SearchResultSequenceGenerator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.db; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/DuplicateDetectionResult.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/DuplicateDetectionResult.java index 2a093bdaf..3ad82719f 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/DuplicateDetectionResult.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/DuplicateDetectionResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/FallbackSearchInitiatedEvent.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/FallbackSearchInitiatedEvent.java index 8068925b4..0dacaf852 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/FallbackSearchInitiatedEvent.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/FallbackSearchInitiatedEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchFinishedEvent.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchFinishedEvent.java index ef33813b8..8512b1d7e 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchFinishedEvent.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchFinishedEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchResult.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchResult.java index 68282fb06..9f5ed8217 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchResult.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSearchResult.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSelectionEvent.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSelectionEvent.java index fcd251e58..2634db772 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSelectionEvent.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/IndexerSelectionEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/OffsetAndLimitCalculation.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/OffsetAndLimitCalculation.java index d62a94722..842f89c14 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/OffsetAndLimitCalculation.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/OffsetAndLimitCalculation.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/RejectionReason.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/RejectionReason.java index 59e607931..8c3d494cd 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/RejectionReason.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/RejectionReason.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchMessageEvent.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchMessageEvent.java index 5488980ab..c1b2dae2e 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchMessageEvent.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchMessageEvent.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchRequestCacheKey.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchRequestCacheKey.java index 241700f28..33e932566 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchRequestCacheKey.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchRequestCacheKey.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchResultItem.java b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchResultItem.java index e5759bef7..7c88cea36 100644 --- a/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchResultItem.java +++ b/core/src/main/java/org/nzbhydra/searching/dtoseventsenums/SearchResultItem.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.dtoseventsenums; diff --git a/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntity.java b/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntity.java index bca687949..63f73bceb 100644 --- a/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntity.java +++ b/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntity.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.uniqueness; diff --git a/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntityRepository.java b/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntityRepository.java index 14c9821de..6e83f9f59 100644 --- a/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntityRepository.java +++ b/core/src/main/java/org/nzbhydra/searching/uniqueness/IndexerUniquenessScoreEntityRepository.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching.uniqueness; diff --git a/core/src/main/java/org/nzbhydra/springconfig/GracefulSpringShutdown.java b/core/src/main/java/org/nzbhydra/springconfig/GracefulSpringShutdown.java index 30299e67e..686dbbca2 100644 --- a/core/src/main/java/org/nzbhydra/springconfig/GracefulSpringShutdown.java +++ b/core/src/main/java/org/nzbhydra/springconfig/GracefulSpringShutdown.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.springconfig; diff --git a/core/src/main/java/org/nzbhydra/systemcontrol/ScheduledRestartTask.java b/core/src/main/java/org/nzbhydra/systemcontrol/ScheduledRestartTask.java index 9a3fa4fcc..f370b0ad3 100644 --- a/core/src/main/java/org/nzbhydra/systemcontrol/ScheduledRestartTask.java +++ b/core/src/main/java/org/nzbhydra/systemcontrol/ScheduledRestartTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.systemcontrol; diff --git a/core/src/main/java/org/nzbhydra/systemcontrol/SystemControl.java b/core/src/main/java/org/nzbhydra/systemcontrol/SystemControl.java index 1807b4a8b..dacafd963 100644 --- a/core/src/main/java/org/nzbhydra/systemcontrol/SystemControl.java +++ b/core/src/main/java/org/nzbhydra/systemcontrol/SystemControl.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.systemcontrol; diff --git a/core/src/main/java/org/nzbhydra/systemcontrol/SystemControlWeb.java b/core/src/main/java/org/nzbhydra/systemcontrol/SystemControlWeb.java index 0a84cdcc3..5429127a3 100644 --- a/core/src/main/java/org/nzbhydra/systemcontrol/SystemControlWeb.java +++ b/core/src/main/java/org/nzbhydra/systemcontrol/SystemControlWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.systemcontrol; diff --git a/core/src/main/java/org/nzbhydra/tasks/HydraTask.java b/core/src/main/java/org/nzbhydra/tasks/HydraTask.java index a4d271be7..c1d9cfdce 100644 --- a/core/src/main/java/org/nzbhydra/tasks/HydraTask.java +++ b/core/src/main/java/org/nzbhydra/tasks/HydraTask.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.tasks; diff --git a/core/src/main/java/org/nzbhydra/tasks/HydraTaskConfiguration.java b/core/src/main/java/org/nzbhydra/tasks/HydraTaskConfiguration.java index c05d4140b..0c4933da7 100644 --- a/core/src/main/java/org/nzbhydra/tasks/HydraTaskConfiguration.java +++ b/core/src/main/java/org/nzbhydra/tasks/HydraTaskConfiguration.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.tasks; diff --git a/core/src/main/java/org/nzbhydra/tasks/HydraTaskScheduler.java b/core/src/main/java/org/nzbhydra/tasks/HydraTaskScheduler.java index f5da0397a..9d2933b77 100644 --- a/core/src/main/java/org/nzbhydra/tasks/HydraTaskScheduler.java +++ b/core/src/main/java/org/nzbhydra/tasks/HydraTaskScheduler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.tasks; diff --git a/core/src/main/java/org/nzbhydra/tasks/HydraTasksWeb.java b/core/src/main/java/org/nzbhydra/tasks/HydraTasksWeb.java index fbeaf971b..538415e86 100644 --- a/core/src/main/java/org/nzbhydra/tasks/HydraTasksWeb.java +++ b/core/src/main/java/org/nzbhydra/tasks/HydraTasksWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.tasks; diff --git a/core/src/main/java/org/nzbhydra/update/AutomaticUpdater.java b/core/src/main/java/org/nzbhydra/update/AutomaticUpdater.java index 64942e6a9..9a37f264f 100644 --- a/core/src/main/java/org/nzbhydra/update/AutomaticUpdater.java +++ b/core/src/main/java/org/nzbhydra/update/AutomaticUpdater.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.update; diff --git a/core/src/main/java/org/nzbhydra/web/ApiError.java b/core/src/main/java/org/nzbhydra/web/ApiError.java index fd551211f..70f4ec356 100644 --- a/core/src/main/java/org/nzbhydra/web/ApiError.java +++ b/core/src/main/java/org/nzbhydra/web/ApiError.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/web/ErrorHandler.java b/core/src/main/java/org/nzbhydra/web/ErrorHandler.java index 632548b50..c851b3310 100644 --- a/core/src/main/java/org/nzbhydra/web/ErrorHandler.java +++ b/core/src/main/java/org/nzbhydra/web/ErrorHandler.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/web/HydraErrorController.java b/core/src/main/java/org/nzbhydra/web/HydraErrorController.java index 94e509964..cf7aeac52 100644 --- a/core/src/main/java/org/nzbhydra/web/HydraErrorController.java +++ b/core/src/main/java/org/nzbhydra/web/HydraErrorController.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/web/NzbDetailsWeb.java b/core/src/main/java/org/nzbhydra/web/NzbDetailsWeb.java index f5e7edf85..5393487c5 100644 --- a/core/src/main/java/org/nzbhydra/web/NzbDetailsWeb.java +++ b/core/src/main/java/org/nzbhydra/web/NzbDetailsWeb.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/web/UrlCalculator.java b/core/src/main/java/org/nzbhydra/web/UrlCalculator.java index 6163111c4..a6566dde0 100644 --- a/core/src/main/java/org/nzbhydra/web/UrlCalculator.java +++ b/core/src/main/java/org/nzbhydra/web/UrlCalculator.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/web/WebSocketConfig.java b/core/src/main/java/org/nzbhydra/web/WebSocketConfig.java index 7f638adcb..61bc67ec6 100644 --- a/core/src/main/java/org/nzbhydra/web/WebSocketConfig.java +++ b/core/src/main/java/org/nzbhydra/web/WebSocketConfig.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/main/java/org/nzbhydra/webaccess/AbstractBufferingClientHttpRequest.java b/core/src/main/java/org/nzbhydra/webaccess/AbstractBufferingClientHttpRequest.java index 0c2c87bc9..cdd79e709 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/AbstractBufferingClientHttpRequest.java +++ b/core/src/main/java/org/nzbhydra/webaccess/AbstractBufferingClientHttpRequest.java @@ -1,18 +1,4 @@ -/* - * Copyright 2002-2016 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/java/org/nzbhydra/webaccess/HydraOkHttp3ClientHttpRequestFactory.java b/core/src/main/java/org/nzbhydra/webaccess/HydraOkHttp3ClientHttpRequestFactory.java index aee1fbf88..64107c74f 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/HydraOkHttp3ClientHttpRequestFactory.java +++ b/core/src/main/java/org/nzbhydra/webaccess/HydraOkHttp3ClientHttpRequestFactory.java @@ -1,18 +1,4 @@ -/* - * Copyright 2002-2016 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpRequest.java b/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpRequest.java index 016549a9f..5f5da7aa2 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpRequest.java +++ b/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpRequest.java @@ -1,18 +1,4 @@ -/* - * Copyright 2002-2016 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpResponse.java b/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpResponse.java index 3778689df..c0d633298 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpResponse.java +++ b/core/src/main/java/org/nzbhydra/webaccess/OkHttp3ClientHttpResponse.java @@ -1,18 +1,4 @@ -/* - * Copyright 2002-2016 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/java/org/nzbhydra/webaccess/Ssl.java b/core/src/main/java/org/nzbhydra/webaccess/Ssl.java index 0df5e86c2..93fa13064 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/Ssl.java +++ b/core/src/main/java/org/nzbhydra/webaccess/Ssl.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/java/org/nzbhydra/webaccess/WebAccessException.java b/core/src/main/java/org/nzbhydra/webaccess/WebAccessException.java index 97be75b7a..766730010 100644 --- a/core/src/main/java/org/nzbhydra/webaccess/WebAccessException.java +++ b/core/src/main/java/org/nzbhydra/webaccess/WebAccessException.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.webaccess; diff --git a/core/src/main/resources/config/application.properties b/core/src/main/resources/config/application.properties index 4f1532ee6..da6469716 100644 --- a/core/src/main/resources/config/application.properties +++ b/core/src/main/resources/config/application.properties @@ -1,19 +1,5 @@ # suppress inspection "SpringBootApplicationProperties" for whole file -# -# (C) Copyright 2017 TheOtherP (theotherp@posteo.net) -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + #Properties that will be hardcoded (to a degree) spring.application.name=NZBHydra2 diff --git a/core/src/main/resources/logback-access.xml b/core/src/main/resources/logback-access.xml index 7d26ddb28..bb769dc1c 100644 --- a/core/src/main/resources/logback-access.xml +++ b/core/src/main/resources/logback-access.xml @@ -1,18 +1,4 @@ - + diff --git a/core/src/main/resources/templates/error.html b/core/src/main/resources/templates/error.html index 755df1865..98f27cff2 100644 --- a/core/src/main/resources/templates/error.html +++ b/core/src/main/resources/templates/error.html @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/java/org/nzbhydra/Experiments.java b/core/src/test/java/org/nzbhydra/Experiments.java index 38a84771a..eb1eeebba 100644 --- a/core/src/test/java/org/nzbhydra/Experiments.java +++ b/core/src/test/java/org/nzbhydra/Experiments.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/test/java/org/nzbhydra/NativeHintsTest.java b/core/src/test/java/org/nzbhydra/NativeHintsTest.java index 9f585671f..3e078b073 100644 --- a/core/src/test/java/org/nzbhydra/NativeHintsTest.java +++ b/core/src/test/java/org/nzbhydra/NativeHintsTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/test/java/org/nzbhydra/ResourceConfigTest.java b/core/src/test/java/org/nzbhydra/ResourceConfigTest.java index e54b87344..023af8b0c 100644 --- a/core/src/test/java/org/nzbhydra/ResourceConfigTest.java +++ b/core/src/test/java/org/nzbhydra/ResourceConfigTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra; diff --git a/core/src/test/java/org/nzbhydra/api/CapsGeneratorTest.java b/core/src/test/java/org/nzbhydra/api/CapsGeneratorTest.java index be2ee4f7c..b4ba3e24f 100644 --- a/core/src/test/java/org/nzbhydra/api/CapsGeneratorTest.java +++ b/core/src/test/java/org/nzbhydra/api/CapsGeneratorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/test/java/org/nzbhydra/api/NewznabJsonTransformerTest.java b/core/src/test/java/org/nzbhydra/api/NewznabJsonTransformerTest.java index c62807e0d..df268443c 100644 --- a/core/src/test/java/org/nzbhydra/api/NewznabJsonTransformerTest.java +++ b/core/src/test/java/org/nzbhydra/api/NewznabJsonTransformerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/test/java/org/nzbhydra/api/NewznabXmlTransformerTest.java b/core/src/test/java/org/nzbhydra/api/NewznabXmlTransformerTest.java index 0f883e4de..a97be4c76 100644 --- a/core/src/test/java/org/nzbhydra/api/NewznabXmlTransformerTest.java +++ b/core/src/test/java/org/nzbhydra/api/NewznabXmlTransformerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.api; diff --git a/core/src/test/java/org/nzbhydra/auth/HydraEmbeddedServletContainerTest.java b/core/src/test/java/org/nzbhydra/auth/HydraEmbeddedServletContainerTest.java index a00b2aa1b..4e58b82a9 100644 --- a/core/src/test/java/org/nzbhydra/auth/HydraEmbeddedServletContainerTest.java +++ b/core/src/test/java/org/nzbhydra/auth/HydraEmbeddedServletContainerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.auth; diff --git a/core/src/test/java/org/nzbhydra/cache/DiskCacheTest.java b/core/src/test/java/org/nzbhydra/cache/DiskCacheTest.java index 936fed581..358b4dc2a 100644 --- a/core/src/test/java/org/nzbhydra/cache/DiskCacheTest.java +++ b/core/src/test/java/org/nzbhydra/cache/DiskCacheTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.cache; diff --git a/core/src/test/java/org/nzbhydra/config/IndexerConfigTest.java b/core/src/test/java/org/nzbhydra/config/IndexerConfigTest.java index 51bc1985a..d70863aaf 100644 --- a/core/src/test/java/org/nzbhydra/config/IndexerConfigTest.java +++ b/core/src/test/java/org/nzbhydra/config/IndexerConfigTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/test/java/org/nzbhydra/config/SearchSourceRestrictionTest.java b/core/src/test/java/org/nzbhydra/config/SearchSourceRestrictionTest.java index 28f3e0d0d..09e1bfa13 100644 --- a/core/src/test/java/org/nzbhydra/config/SearchSourceRestrictionTest.java +++ b/core/src/test/java/org/nzbhydra/config/SearchSourceRestrictionTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config; diff --git a/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006Test.java b/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006Test.java index d8901c46c..f09ab5e61 100644 --- a/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006Test.java +++ b/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationStep005to006Test.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationTest.java b/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationTest.java index 36994cda9..5e77fe381 100644 --- a/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationTest.java +++ b/core/src/test/java/org/nzbhydra/config/migration/ConfigMigrationTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.config.migration; diff --git a/core/src/test/java/org/nzbhydra/downloading/DownloadResultTest.java b/core/src/test/java/org/nzbhydra/downloading/DownloadResultTest.java index fd2e25d1e..a9c35456e 100644 --- a/core/src/test/java/org/nzbhydra/downloading/DownloadResultTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/DownloadResultTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/test/java/org/nzbhydra/downloading/DownloadStatusUpdaterTest.java b/core/src/test/java/org/nzbhydra/downloading/DownloadStatusUpdaterTest.java index 5069efe96..61113a9a0 100644 --- a/core/src/test/java/org/nzbhydra/downloading/DownloadStatusUpdaterTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/DownloadStatusUpdaterTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/test/java/org/nzbhydra/downloading/FileDownloadEntityTest.java b/core/src/test/java/org/nzbhydra/downloading/FileDownloadEntityTest.java index c5532373a..7ce28e920 100644 --- a/core/src/test/java/org/nzbhydra/downloading/FileDownloadEntityTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/FileDownloadEntityTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/test/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaverTest.java b/core/src/test/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaverTest.java index f445f9c57..426ccf2de 100644 --- a/core/src/test/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaverTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/IndexerUniquenessScoreSaverTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/test/java/org/nzbhydra/downloading/NzbDownloadEntityTest.java b/core/src/test/java/org/nzbhydra/downloading/NzbDownloadEntityTest.java index ec492c262..3aea72b1a 100644 --- a/core/src/test/java/org/nzbhydra/downloading/NzbDownloadEntityTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/NzbDownloadEntityTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderStatusTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderStatusTest.java index 565465040..b21a874d9 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderStatusTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderStatusTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderTest.java index 56fe0a39c..420cd5999 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/DownloaderTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/HistoryResponseTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/HistoryResponseTest.java index d1fd677ee..7b913bb21 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/HistoryResponseTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/HistoryResponseTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.sabnzbd; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/QueueResponseTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/QueueResponseTest.java index 789e9be4c..6e92ee85b 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/QueueResponseTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/QueueResponseTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.sabnzbd; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/SabnzbdTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/SabnzbdTest.java index 174f77994..9553ef824 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/SabnzbdTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/sabnzbd/SabnzbdTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.sabnzbd; diff --git a/core/src/test/java/org/nzbhydra/downloading/downloaders/torbox/TorboxTest.java b/core/src/test/java/org/nzbhydra/downloading/downloaders/torbox/TorboxTest.java index b14a001ba..106e37e90 100644 --- a/core/src/test/java/org/nzbhydra/downloading/downloaders/torbox/TorboxTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/downloaders/torbox/TorboxTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.downloaders.torbox; diff --git a/core/src/test/java/org/nzbhydra/downloading/torrents/TorrentFileHandlerTest.java b/core/src/test/java/org/nzbhydra/downloading/torrents/TorrentFileHandlerTest.java index af7a1db5d..8c6a006f0 100644 --- a/core/src/test/java/org/nzbhydra/downloading/torrents/TorrentFileHandlerTest.java +++ b/core/src/test/java/org/nzbhydra/downloading/torrents/TorrentFileHandlerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.downloading.torrents; diff --git a/core/src/test/java/org/nzbhydra/externaltools/ExternalToolsTest.java b/core/src/test/java/org/nzbhydra/externaltools/ExternalToolsTest.java index 373a8637f..444ee634d 100644 --- a/core/src/test/java/org/nzbhydra/externaltools/ExternalToolsTest.java +++ b/core/src/test/java/org/nzbhydra/externaltools/ExternalToolsTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2020 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.externaltools; diff --git a/core/src/test/java/org/nzbhydra/indexers/DevIndexerTest.java b/core/src/test/java/org/nzbhydra/indexers/DevIndexerTest.java index 7669cac94..52a9996c1 100644 --- a/core/src/test/java/org/nzbhydra/indexers/DevIndexerTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/DevIndexerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/test/java/org/nzbhydra/indexers/IndexerIdiocyCheckTest.java b/core/src/test/java/org/nzbhydra/indexers/IndexerIdiocyCheckTest.java index e253bcf18..59cf9173c 100644 --- a/core/src/test/java/org/nzbhydra/indexers/IndexerIdiocyCheckTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/IndexerIdiocyCheckTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/test/java/org/nzbhydra/indexers/IndexerSearchResultPersistorTest.java b/core/src/test/java/org/nzbhydra/indexers/IndexerSearchResultPersistorTest.java index a22688474..cf2336d36 100644 --- a/core/src/test/java/org/nzbhydra/indexers/IndexerSearchResultPersistorTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/IndexerSearchResultPersistorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/test/java/org/nzbhydra/indexers/IndexerStatusesCleanupTaskTest.java b/core/src/test/java/org/nzbhydra/indexers/IndexerStatusesCleanupTaskTest.java index ec8edba69..5dd3d3d89 100644 --- a/core/src/test/java/org/nzbhydra/indexers/IndexerStatusesCleanupTaskTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/IndexerStatusesCleanupTaskTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/test/java/org/nzbhydra/indexers/NewznabCategoryComputerTest.java b/core/src/test/java/org/nzbhydra/indexers/NewznabCategoryComputerTest.java index b20b43fa8..99352b3a3 100644 --- a/core/src/test/java/org/nzbhydra/indexers/NewznabCategoryComputerTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/NewznabCategoryComputerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers; diff --git a/core/src/test/java/org/nzbhydra/indexers/capscheck/IndexerWebProwlarrTest.java b/core/src/test/java/org/nzbhydra/indexers/capscheck/IndexerWebProwlarrTest.java index b692e3b6e..a09f73714 100644 --- a/core/src/test/java/org/nzbhydra/indexers/capscheck/IndexerWebProwlarrTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/capscheck/IndexerWebProwlarrTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java b/core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java index cc2b0fd9d..3676a6bf4 100644 --- a/core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/capscheck/NewznabCheckerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/test/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetrieverTest.java b/core/src/test/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetrieverTest.java index 2d788e1dc..c9e6a7521 100644 --- a/core/src/test/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetrieverTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/capscheck/ProwlarrConfigRetrieverTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.capscheck; diff --git a/core/src/test/java/org/nzbhydra/indexers/torbox/mapping/TorboxMappingTest.java b/core/src/test/java/org/nzbhydra/indexers/torbox/mapping/TorboxMappingTest.java index fff5a1911..fc374b850 100644 --- a/core/src/test/java/org/nzbhydra/indexers/torbox/mapping/TorboxMappingTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/torbox/mapping/TorboxMappingTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2025 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torbox.mapping; diff --git a/core/src/test/java/org/nzbhydra/indexers/torznab/TorznabTest.java b/core/src/test/java/org/nzbhydra/indexers/torznab/TorznabTest.java index 1c9373f79..c6d00153b 100644 --- a/core/src/test/java/org/nzbhydra/indexers/torznab/TorznabTest.java +++ b/core/src/test/java/org/nzbhydra/indexers/torznab/TorznabTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.indexers.torznab; diff --git a/core/src/test/java/org/nzbhydra/logging/SensitiveDataRemovingPatternLayoutEncoderTest.java b/core/src/test/java/org/nzbhydra/logging/SensitiveDataRemovingPatternLayoutEncoderTest.java index 4003d1902..856d35f2a 100644 --- a/core/src/test/java/org/nzbhydra/logging/SensitiveDataRemovingPatternLayoutEncoderTest.java +++ b/core/src/test/java/org/nzbhydra/logging/SensitiveDataRemovingPatternLayoutEncoderTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.logging; diff --git a/core/src/test/java/org/nzbhydra/mapping/NzbIndexApiMappingTest.java b/core/src/test/java/org/nzbhydra/mapping/NzbIndexApiMappingTest.java index e89cdcdc7..9516a0ab9 100644 --- a/core/src/test/java/org/nzbhydra/mapping/NzbIndexApiMappingTest.java +++ b/core/src/test/java/org/nzbhydra/mapping/NzbIndexApiMappingTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.mapping; diff --git a/core/src/test/java/org/nzbhydra/mapping/json/JsonCustomQueryAndTitleMappingTest.java b/core/src/test/java/org/nzbhydra/mapping/json/JsonCustomQueryAndTitleMappingTest.java index fa2a1b668..24c95f3ab 100644 --- a/core/src/test/java/org/nzbhydra/mapping/json/JsonCustomQueryAndTitleMappingTest.java +++ b/core/src/test/java/org/nzbhydra/mapping/json/JsonCustomQueryAndTitleMappingTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.mapping.json; diff --git a/core/src/test/java/org/nzbhydra/notifications/NotificationEntityTest.java b/core/src/test/java/org/nzbhydra/notifications/NotificationEntityTest.java index 5b4cefaf2..16648a62c 100644 --- a/core/src/test/java/org/nzbhydra/notifications/NotificationEntityTest.java +++ b/core/src/test/java/org/nzbhydra/notifications/NotificationEntityTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2023 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.notifications; diff --git a/core/src/test/java/org/nzbhydra/problemdetection/OpenPortProblemDetectorTest.java b/core/src/test/java/org/nzbhydra/problemdetection/OpenPortProblemDetectorTest.java index 68df07b7d..5e3d2469f 100644 --- a/core/src/test/java/org/nzbhydra/problemdetection/OpenPortProblemDetectorTest.java +++ b/core/src/test/java/org/nzbhydra/problemdetection/OpenPortProblemDetectorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2022 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/test/java/org/nzbhydra/problemdetection/OutOfMemoryDetectorTest.java b/core/src/test/java/org/nzbhydra/problemdetection/OutOfMemoryDetectorTest.java index 0ce2c1700..b0c9c3ead 100644 --- a/core/src/test/java/org/nzbhydra/problemdetection/OutOfMemoryDetectorTest.java +++ b/core/src/test/java/org/nzbhydra/problemdetection/OutOfMemoryDetectorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.problemdetection; diff --git a/core/src/test/java/org/nzbhydra/searching/CustomQueryAndTitleCustomQueryAndTitleMappingHandlerTest.java b/core/src/test/java/org/nzbhydra/searching/CustomQueryAndTitleCustomQueryAndTitleMappingHandlerTest.java index 1fb768f4c..151383475 100644 --- a/core/src/test/java/org/nzbhydra/searching/CustomQueryAndTitleCustomQueryAndTitleMappingHandlerTest.java +++ b/core/src/test/java/org/nzbhydra/searching/CustomQueryAndTitleCustomQueryAndTitleMappingHandlerTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2021 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/test/java/org/nzbhydra/searching/InternalSearchResultProcessorTest.java b/core/src/test/java/org/nzbhydra/searching/InternalSearchResultProcessorTest.java index 587939b9e..7bb99348c 100644 --- a/core/src/test/java/org/nzbhydra/searching/InternalSearchResultProcessorTest.java +++ b/core/src/test/java/org/nzbhydra/searching/InternalSearchResultProcessorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.searching; diff --git a/core/src/test/java/org/nzbhydra/systemcontrol/ScheduledRestartTaskTest.java b/core/src/test/java/org/nzbhydra/systemcontrol/ScheduledRestartTaskTest.java index b77aa5934..b1dfa0cbc 100644 --- a/core/src/test/java/org/nzbhydra/systemcontrol/ScheduledRestartTaskTest.java +++ b/core/src/test/java/org/nzbhydra/systemcontrol/ScheduledRestartTaskTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2024 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.systemcontrol; diff --git a/core/src/test/java/org/nzbhydra/web/UrlCalculatorTest.java b/core/src/test/java/org/nzbhydra/web/UrlCalculatorTest.java index 373daed4b..a303cfb2f 100644 --- a/core/src/test/java/org/nzbhydra/web/UrlCalculatorTest.java +++ b/core/src/test/java/org/nzbhydra/web/UrlCalculatorTest.java @@ -1,18 +1,4 @@ -/* - * (C) Copyright 2017 TheOtherP (theotherp@posteo.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package org.nzbhydra.web; diff --git a/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withLimits.xml b/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withLimits.xml index 73d6bb976..7be450708 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withLimits.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withLimits.xml @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withSomeLimits.xml b/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withSomeLimits.xml index d02286e94..e9eb78f6e 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withSomeLimits.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/drunkenSlug_withSomeLimits.xml @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/resources/org/nzbhydra/mapping/jackettConfiguredIndexers.xml b/core/src/test/resources/org/nzbhydra/mapping/jackettConfiguredIndexers.xml index 3ec366590..2d1708e93 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/jackettConfiguredIndexers.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/jackettConfiguredIndexers.xml @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/resources/org/nzbhydra/mapping/scenenzbs.xml b/core/src/test/resources/org/nzbhydra/mapping/scenenzbs.xml index 02d01e6ea..1d4cbb59f 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/scenenzbs.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/scenenzbs.xml @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/resources/org/nzbhydra/mapping/tabluaRasa_withSomeLimits.xml b/core/src/test/resources/org/nzbhydra/mapping/tabluaRasa_withSomeLimits.xml index 2194fc9cf..0ce25326b 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/tabluaRasa_withSomeLimits.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/tabluaRasa_withSomeLimits.xml @@ -1,19 +1,5 @@ - + diff --git a/core/src/test/resources/org/nzbhydra/mapping/wtfnzb.xml b/core/src/test/resources/org/nzbhydra/mapping/wtfnzb.xml index ba61497a0..54a88e331 100644 --- a/core/src/test/resources/org/nzbhydra/mapping/wtfnzb.xml +++ b/core/src/test/resources/org/nzbhydra/mapping/wtfnzb.xml @@ -1,19 +1,5 @@ - + diff --git a/core/ui-src/html/about.html b/core/ui-src/html/about.html index 8d4212780..b8cf15139 100644 --- a/core/ui-src/html/about.html +++ b/core/ui-src/html/about.html @@ -1,18 +1,4 @@ - +
diff --git a/core/ui-src/html/celebration-modal.html b/core/ui-src/html/celebration-modal.html index c24b65690..c79c9b836 100644 --- a/core/ui-src/html/celebration-modal.html +++ b/core/ui-src/html/celebration-modal.html @@ -1,18 +1,4 @@ - +