diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..9cecc1d466 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/inspirehep/__init__.py b/inspirehep/__init__.py index c9884d31e0..028a89fc40 100644 --- a/inspirehep/__init__.py +++ b/inspirehep/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/EC.py b/inspirehep/bat/EC.py index 0837f5e58c..e78b71b809 100644 --- a/inspirehep/bat/EC.py +++ b/inspirehep/bat/EC.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. """Module for custom selenium 'Expected Conditions'. diff --git a/inspirehep/bat/__init__.py b/inspirehep/bat/__init__.py index 0848022a7c..49763c6c01 100644 --- a/inspirehep/bat/__init__.py +++ b/inspirehep/bat/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/arsenic.py b/inspirehep/bat/arsenic.py index 6e95756f15..2d267bd327 100644 --- a/inspirehep/bat/arsenic.py +++ b/inspirehep/bat/arsenic.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/__init__.py b/inspirehep/bat/pages/__init__.py index fbbe9e412f..5119f78804 100644 --- a/inspirehep/bat/pages/__init__.py +++ b/inspirehep/bat/pages/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/create_author.py b/inspirehep/bat/pages/create_author.py index e6bb459c1d..58d6f422be 100644 --- a/inspirehep/bat/pages/create_author.py +++ b/inspirehep/bat/pages/create_author.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/create_literature.py b/inspirehep/bat/pages/create_literature.py index 34aae0173e..9f03fb0032 100644 --- a/inspirehep/bat/pages/create_literature.py +++ b/inspirehep/bat/pages/create_literature.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/holding_panel_author_detail.py b/inspirehep/bat/pages/holding_panel_author_detail.py index 65f833f471..75cd77ea27 100644 --- a/inspirehep/bat/pages/holding_panel_author_detail.py +++ b/inspirehep/bat/pages/holding_panel_author_detail.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/holding_panel_author_list.py b/inspirehep/bat/pages/holding_panel_author_list.py index 42b5db7b98..a73b410bdc 100644 --- a/inspirehep/bat/pages/holding_panel_author_list.py +++ b/inspirehep/bat/pages/holding_panel_author_list.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/holding_panel_literature_detail.py b/inspirehep/bat/pages/holding_panel_literature_detail.py index 395a7493a7..264402abf9 100644 --- a/inspirehep/bat/pages/holding_panel_literature_detail.py +++ b/inspirehep/bat/pages/holding_panel_literature_detail.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/holding_panel_literature_list.py b/inspirehep/bat/pages/holding_panel_literature_list.py index 3e52dad90b..2b2aa02dbe 100644 --- a/inspirehep/bat/pages/holding_panel_literature_list.py +++ b/inspirehep/bat/pages/holding_panel_literature_list.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/bat/pages/top_navigation_page.py b/inspirehep/bat/pages/top_navigation_page.py index 6b706d97b5..83b379347e 100644 --- a/inspirehep/bat/pages/top_navigation_page.py +++ b/inspirehep/bat/pages/top_navigation_page.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/celery.py b/inspirehep/celery.py index 5a57eccd03..017f15f10c 100644 --- a/inspirehep/celery.py +++ b/inspirehep/celery.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/cli.py b/inspirehep/cli.py index 26d31379e6..2694c2a463 100644 --- a/inspirehep/cli.py +++ b/inspirehep/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/config.py b/inspirehep/config.py index 69e289b754..3677410c3e 100644 --- a/inspirehep/config.py +++ b/inspirehep/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/demosite/__init__.py b/inspirehep/demosite/__init__.py index bfbc7d488a..5b67e9672a 100644 --- a/inspirehep/demosite/__init__.py +++ b/inspirehep/demosite/__init__.py @@ -1,23 +1,23 @@ -# # -*- coding: utf-8 -*- -# # -# ## This file is part of INSPIRE. -# ## Copyright (C) 2012, 2013, 2014 CERN. -# ## -# ## INSPIRE 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. -# ## -# ## INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . -# ## -# ## In applying this licence, CERN does not waive the privileges and immunities -# ## granted to it by virtue of its status as an Intergovernmental Organization -# ## or submit itself to any jurisdiction. +# -*- coding: utf-8 -*- +# +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. +# +# INSPIRE 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. +# +# INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/dojson/__init__.py b/inspirehep/dojson/__init__.py index c691c418a3..c276ae7c94 100644 --- a/inspirehep/dojson/__init__.py +++ b/inspirehep/dojson/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/common/__init__.py b/inspirehep/dojson/common/__init__.py index 058e76d5ee..9475e9fb29 100644 --- a/inspirehep/dojson/common/__init__.py +++ b/inspirehep/dojson/common/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/common/rules.py b/inspirehep/dojson/common/rules.py index db8583bc33..3773f83e82 100644 --- a/inspirehep/dojson/common/rules.py +++ b/inspirehep/dojson/common/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/conferences/__init__.py b/inspirehep/dojson/conferences/__init__.py index e84b6a1cc3..aaf3d42850 100644 --- a/inspirehep/dojson/conferences/__init__.py +++ b/inspirehep/dojson/conferences/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/conferences/model.py b/inspirehep/dojson/conferences/model.py index f477a47e7f..209a69fb06 100644 --- a/inspirehep/dojson/conferences/model.py +++ b/inspirehep/dojson/conferences/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/conferences/rules.py b/inspirehep/dojson/conferences/rules.py index a8b24c8f94..67e8d39691 100644 --- a/inspirehep/dojson/conferences/rules.py +++ b/inspirehep/dojson/conferences/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/experiments/__init__.py b/inspirehep/dojson/experiments/__init__.py index 057d5395a8..7930e78780 100644 --- a/inspirehep/dojson/experiments/__init__.py +++ b/inspirehep/dojson/experiments/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/experiments/model.py b/inspirehep/dojson/experiments/model.py index 52a70d69d0..a8d071c895 100644 --- a/inspirehep/dojson/experiments/model.py +++ b/inspirehep/dojson/experiments/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/experiments/rules.py b/inspirehep/dojson/experiments/rules.py index c6f04a2062..8a8ca0160f 100644 --- a/inspirehep/dojson/experiments/rules.py +++ b/inspirehep/dojson/experiments/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/__init__.py b/inspirehep/dojson/hep/__init__.py index 3acdd5ee75..f0ffd23efb 100644 --- a/inspirehep/dojson/hep/__init__.py +++ b/inspirehep/dojson/hep/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/inspirehep/dojson/hep/model.py b/inspirehep/dojson/hep/model.py index c319498fdb..584375152c 100644 --- a/inspirehep/dojson/hep/model.py +++ b/inspirehep/dojson/hep/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/__init__.py b/inspirehep/dojson/hep/rules/__init__.py index bd2ab5f458..361427eddc 100644 --- a/inspirehep/dojson/hep/rules/__init__.py +++ b/inspirehep/dojson/hep/rules/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd0xx.py b/inspirehep/dojson/hep/rules/bd0xx.py index 721040dd57..73ba6fcfc5 100644 --- a/inspirehep/dojson/hep/rules/bd0xx.py +++ b/inspirehep/dojson/hep/rules/bd0xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd1xx.py b/inspirehep/dojson/hep/rules/bd1xx.py index aae26fee52..6c9e4eb1bd 100644 --- a/inspirehep/dojson/hep/rules/bd1xx.py +++ b/inspirehep/dojson/hep/rules/bd1xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd2xx.py b/inspirehep/dojson/hep/rules/bd2xx.py index 99171696c2..305dd6a9ca 100644 --- a/inspirehep/dojson/hep/rules/bd2xx.py +++ b/inspirehep/dojson/hep/rules/bd2xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd3xx.py b/inspirehep/dojson/hep/rules/bd3xx.py index b6c2c14578..cde3cbb15d 100644 --- a/inspirehep/dojson/hep/rules/bd3xx.py +++ b/inspirehep/dojson/hep/rules/bd3xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd4xx.py b/inspirehep/dojson/hep/rules/bd4xx.py index 363d46e413..12ebbba1d4 100644 --- a/inspirehep/dojson/hep/rules/bd4xx.py +++ b/inspirehep/dojson/hep/rules/bd4xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd5xx.py b/inspirehep/dojson/hep/rules/bd5xx.py index 284f63e815..54383150f6 100644 --- a/inspirehep/dojson/hep/rules/bd5xx.py +++ b/inspirehep/dojson/hep/rules/bd5xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd6xx.py b/inspirehep/dojson/hep/rules/bd6xx.py index 98751a2f50..12e5dd415b 100644 --- a/inspirehep/dojson/hep/rules/bd6xx.py +++ b/inspirehep/dojson/hep/rules/bd6xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd7xx.py b/inspirehep/dojson/hep/rules/bd7xx.py index 9ea68833ee..91fd994a78 100644 --- a/inspirehep/dojson/hep/rules/bd7xx.py +++ b/inspirehep/dojson/hep/rules/bd7xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd8xx.py b/inspirehep/dojson/hep/rules/bd8xx.py index 70aaeca42c..882b921058 100644 --- a/inspirehep/dojson/hep/rules/bd8xx.py +++ b/inspirehep/dojson/hep/rules/bd8xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hep/rules/bd9xx.py b/inspirehep/dojson/hep/rules/bd9xx.py index 88d859cdff..a96d2c4ea1 100644 --- a/inspirehep/dojson/hep/rules/bd9xx.py +++ b/inspirehep/dojson/hep/rules/bd9xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hepnames/__init__.py b/inspirehep/dojson/hepnames/__init__.py index 46e6ead720..8543993805 100644 --- a/inspirehep/dojson/hepnames/__init__.py +++ b/inspirehep/dojson/hepnames/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hepnames/model.py b/inspirehep/dojson/hepnames/model.py index 97e7135040..1b68e61a9e 100644 --- a/inspirehep/dojson/hepnames/model.py +++ b/inspirehep/dojson/hepnames/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/hepnames/rules.py b/inspirehep/dojson/hepnames/rules.py index 3b4ff71350..05933a09fa 100644 --- a/inspirehep/dojson/hepnames/rules.py +++ b/inspirehep/dojson/hepnames/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/institutions/__init__.py b/inspirehep/dojson/institutions/__init__.py index 6366ff3a5e..725fae9738 100644 --- a/inspirehep/dojson/institutions/__init__.py +++ b/inspirehep/dojson/institutions/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/institutions/model.py b/inspirehep/dojson/institutions/model.py index f3902e730e..b3f889de28 100644 --- a/inspirehep/dojson/institutions/model.py +++ b/inspirehep/dojson/institutions/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/institutions/rules.py b/inspirehep/dojson/institutions/rules.py index 5e6de54e8e..03edcdc742 100644 --- a/inspirehep/dojson/institutions/rules.py +++ b/inspirehep/dojson/institutions/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/jobs/__init__.py b/inspirehep/dojson/jobs/__init__.py index b68b28fa9f..4befbeb383 100644 --- a/inspirehep/dojson/jobs/__init__.py +++ b/inspirehep/dojson/jobs/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/jobs/model.py b/inspirehep/dojson/jobs/model.py index a7c4b76df8..f4767aea35 100644 --- a/inspirehep/dojson/jobs/model.py +++ b/inspirehep/dojson/jobs/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/jobs/rules.py b/inspirehep/dojson/jobs/rules.py index c1558b89b5..55cba99e35 100644 --- a/inspirehep/dojson/jobs/rules.py +++ b/inspirehep/dojson/jobs/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/journals/__init__.py b/inspirehep/dojson/journals/__init__.py index 6b0b1457a9..eee148c3e8 100644 --- a/inspirehep/dojson/journals/__init__.py +++ b/inspirehep/dojson/journals/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/journals/model.py b/inspirehep/dojson/journals/model.py index 7612fe7cd3..6032f0bd96 100644 --- a/inspirehep/dojson/journals/model.py +++ b/inspirehep/dojson/journals/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/journals/rules.py b/inspirehep/dojson/journals/rules.py index adc3cea22e..e0c163f693 100644 --- a/inspirehep/dojson/journals/rules.py +++ b/inspirehep/dojson/journals/rules.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/model.py b/inspirehep/dojson/model.py index 118ae98008..02193567bb 100644 --- a/inspirehep/dojson/model.py +++ b/inspirehep/dojson/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/processors.py b/inspirehep/dojson/processors.py index 333b41d845..d077fa627c 100644 --- a/inspirehep/dojson/processors.py +++ b/inspirehep/dojson/processors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/utils/__init__.py b/inspirehep/dojson/utils/__init__.py index 5553c76392..3127018f36 100644 --- a/inspirehep/dojson/utils/__init__.py +++ b/inspirehep/dojson/utils/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/dojson/utils/geo.py b/inspirehep/dojson/utils/geo.py index 60fdec22c6..08275c4014 100644 --- a/inspirehep/dojson/utils/geo.py +++ b/inspirehep/dojson/utils/geo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/factory.py b/inspirehep/factory.py index 049d295f2e..2f50a33ad1 100644 --- a/inspirehep/factory.py +++ b/inspirehep/factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/__init__.py b/inspirehep/modules/__init__.py index 1716237dae..49be9c678d 100644 --- a/inspirehep/modules/__init__.py +++ b/inspirehep/modules/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE modules.""" diff --git a/inspirehep/modules/api/__init__.py b/inspirehep/modules/api/__init__.py index 251ad4e7c5..3e30da6dc4 100644 --- a/inspirehep/modules/api/__init__.py +++ b/inspirehep/modules/api/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/api/utils.py b/inspirehep/modules/api/utils.py index 0bb740abad..5d4ebc89cf 100644 --- a/inspirehep/modules/api/utils.py +++ b/inspirehep/modules/api/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/api/v1/__init__.py b/inspirehep/modules/api/v1/__init__.py index f8e8bbc200..2304d351a6 100644 --- a/inspirehep/modules/api/v1/__init__.py +++ b/inspirehep/modules/api/v1/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/api/v1/authors.py b/inspirehep/modules/api/v1/authors.py index eda63c0d68..721cbfacb0 100644 --- a/inspirehep/modules/api/v1/authors.py +++ b/inspirehep/modules/api/v1/authors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,15 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization -# or submit itself to any jurisdiction +# or submit itself to any jurisdiction. """API of Author records.""" diff --git a/inspirehep/modules/api/v1/experiments.py b/inspirehep/modules/api/v1/experiments.py index e4a189d574..06314a7514 100644 --- a/inspirehep/modules/api/v1/experiments.py +++ b/inspirehep/modules/api/v1/experiments.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,15 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization -# or submit itself to any jurisdiction +# or submit itself to any jurisdiction. """API of Experiment records.""" diff --git a/inspirehep/modules/api/v1/institutions.py b/inspirehep/modules/api/v1/institutions.py index 4992ff9e5a..d39206c950 100644 --- a/inspirehep/modules/api/v1/institutions.py +++ b/inspirehep/modules/api/v1/institutions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,15 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization -# or submit itself to any jurisdiction +# or submit itself to any jurisdiction. """API of Institution records.""" diff --git a/inspirehep/modules/api/v1/journals.py b/inspirehep/modules/api/v1/journals.py index e7952bde95..805439dd91 100644 --- a/inspirehep/modules/api/v1/journals.py +++ b/inspirehep/modules/api/v1/journals.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,15 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization -# or submit itself to any jurisdiction +# or submit itself to any jurisdiction. """API of Journal records.""" diff --git a/inspirehep/modules/api/v1/literature.py b/inspirehep/modules/api/v1/literature.py index 80dfae2ba0..f2f60c0541 100644 --- a/inspirehep/modules/api/v1/literature.py +++ b/inspirehep/modules/api/v1/literature.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,15 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization -# or submit itself to any jurisdiction +# or submit itself to any jurisdiction. """API of Literature records.""" diff --git a/inspirehep/modules/arxiv/__init__.py b/inspirehep/modules/arxiv/__init__.py index 910d0e1767..ca4bfe2bf9 100644 --- a/inspirehep/modules/arxiv/__init__.py +++ b/inspirehep/modules/arxiv/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE theme and filters.""" diff --git a/inspirehep/modules/arxiv/ext.py b/inspirehep/modules/arxiv/ext.py index 5cbaf0eea6..825a8526d8 100644 --- a/inspirehep/modules/arxiv/ext.py +++ b/inspirehep/modules/arxiv/ext.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of INSPIRE -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Arxiv extension. diff --git a/inspirehep/modules/authors/__init__.py b/inspirehep/modules/authors/__init__.py index 57b85c75ca..06604fd24f 100644 --- a/inspirehep/modules/authors/__init__.py +++ b/inspirehep/modules/authors/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE authors.""" diff --git a/inspirehep/modules/authors/bundles.py b/inspirehep/modules/authors/bundles.py index 22c4448a7b..7e67eef9a6 100644 --- a/inspirehep/modules/authors/bundles.py +++ b/inspirehep/modules/authors/bundles.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/config.py b/inspirehep/modules/authors/config.py index 7b5204e4b7..c8f80836ad 100644 --- a/inspirehep/modules/authors/config.py +++ b/inspirehep/modules/authors/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/dojson/__init__.py b/inspirehep/modules/authors/dojson/__init__.py index 4b9cbc04ed..7e84d8886b 100644 --- a/inspirehep/modules/authors/dojson/__init__.py +++ b/inspirehep/modules/authors/dojson/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/dojson/fields/updateform.py b/inspirehep/modules/authors/dojson/fields/updateform.py index 1d1d9b51d6..0c722ff7c0 100644 --- a/inspirehep/modules/authors/dojson/fields/updateform.py +++ b/inspirehep/modules/authors/dojson/fields/updateform.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/dojson/model.py b/inspirehep/modules/authors/dojson/model.py index 01f14c31c9..f457bbd2fb 100644 --- a/inspirehep/modules/authors/dojson/model.py +++ b/inspirehep/modules/authors/dojson/model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/ext.py b/inspirehep/modules/authors/ext.py index e1838c08e7..5a9b84c7a1 100644 --- a/inspirehep/modules/authors/ext.py +++ b/inspirehep/modules/authors/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/forms.py b/inspirehep/modules/authors/forms.py index 0bf88f9c5f..0fdba51fcf 100644 --- a/inspirehep/modules/authors/forms.py +++ b/inspirehep/modules/authors/forms.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/permissions.py b/inspirehep/modules/authors/permissions.py index f4ee01c0c0..26a244065c 100644 --- a/inspirehep/modules/authors/permissions.py +++ b/inspirehep/modules/authors/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/receivers.py b/inspirehep/modules/authors/receivers.py index b11047d3e5..fd067abb5d 100644 --- a/inspirehep/modules/authors/receivers.py +++ b/inspirehep/modules/authors/receivers.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/authors/rest/__init__.py b/inspirehep/modules/authors/rest/__init__.py index 4113b854ee..538971e3ba 100644 --- a/inspirehep/modules/authors/rest/__init__.py +++ b/inspirehep/modules/authors/rest/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/rest/citations.py b/inspirehep/modules/authors/rest/citations.py index 85e23ab27f..835eef4b05 100644 --- a/inspirehep/modules/authors/rest/citations.py +++ b/inspirehep/modules/authors/rest/citations.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/rest/coauthors.py b/inspirehep/modules/authors/rest/coauthors.py index 40aecb27f9..68657ee0f2 100644 --- a/inspirehep/modules/authors/rest/coauthors.py +++ b/inspirehep/modules/authors/rest/coauthors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/rest/publications.py b/inspirehep/modules/authors/rest/publications.py index 596498d187..1b09ff7dde 100644 --- a/inspirehep/modules/authors/rest/publications.py +++ b/inspirehep/modules/authors/rest/publications.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/rest/stats.py b/inspirehep/modules/authors/rest/stats.py index c8edb591e0..a87f2c3e13 100644 --- a/inspirehep/modules/authors/rest/stats.py +++ b/inspirehep/modules/authors/rest/stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/tasks.py b/inspirehep/modules/authors/tasks.py index 7018f4c9c5..e44da4178a 100644 --- a/inspirehep/modules/authors/tasks.py +++ b/inspirehep/modules/authors/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/utils.py b/inspirehep/modules/authors/utils.py index c24d7cd00c..5b85a8f942 100644 --- a/inspirehep/modules/authors/utils.py +++ b/inspirehep/modules/authors/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/views/__init__.py b/inspirehep/modules/authors/views/__init__.py index a73d048332..a339469865 100644 --- a/inspirehep/modules/authors/views/__init__.py +++ b/inspirehep/modules/authors/views/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/views/holdingpen.py b/inspirehep/modules/authors/views/holdingpen.py index e1ca62db0d..e48ccd89a8 100644 --- a/inspirehep/modules/authors/views/holdingpen.py +++ b/inspirehep/modules/authors/views/holdingpen.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/authors/views/publications.py b/inspirehep/modules/authors/views/publications.py index a4288e1279..5b42674fee 100644 --- a/inspirehep/modules/authors/views/publications.py +++ b/inspirehep/modules/authors/views/publications.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/cache/__init__.py b/inspirehep/modules/cache/__init__.py index 8a4c571a13..db9938921e 100644 --- a/inspirehep/modules/cache/__init__.py +++ b/inspirehep/modules/cache/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/cache/ext.py b/inspirehep/modules/cache/ext.py index fb598727ca..f23795a1ab 100644 --- a/inspirehep/modules/cache/ext.py +++ b/inspirehep/modules/cache/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/cache/proxies.py b/inspirehep/modules/cache/proxies.py index 192cf18280..309666dd62 100644 --- a/inspirehep/modules/cache/proxies.py +++ b/inspirehep/modules/cache/proxies.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/converter/__init__.py b/inspirehep/modules/converter/__init__.py index c069cd150f..86b0226176 100644 --- a/inspirehep/modules/converter/__init__.py +++ b/inspirehep/modules/converter/__init__.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Perform XSLT conversions.""" diff --git a/inspirehep/modules/converter/xslt.py b/inspirehep/modules/converter/xslt.py index 82f782f772..211c6699be 100644 --- a/inspirehep/modules/converter/xslt.py +++ b/inspirehep/modules/converter/xslt.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Wrapper for an XSLT engine.""" diff --git a/inspirehep/modules/crossref/__init__.py b/inspirehep/modules/crossref/__init__.py index 9a8a86004f..468bba2926 100644 --- a/inspirehep/modules/crossref/__init__.py +++ b/inspirehep/modules/crossref/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE theme and filters.""" diff --git a/inspirehep/modules/crossref/ext.py b/inspirehep/modules/crossref/ext.py index 76dcb8769d..4f3174d02f 100644 --- a/inspirehep/modules/crossref/ext.py +++ b/inspirehep/modules/crossref/ext.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of INSPIRE -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """CrossRef extension. diff --git a/inspirehep/modules/disambiguation/__init__.py b/inspirehep/modules/disambiguation/__init__.py index 727ffdac5b..40098975de 100644 --- a/inspirehep/modules/disambiguation/__init__.py +++ b/inspirehep/modules/disambiguation/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/beard.py b/inspirehep/modules/disambiguation/beard.py index 52ee0e4273..c8063cb593 100644 --- a/inspirehep/modules/disambiguation/beard.py +++ b/inspirehep/modules/disambiguation/beard.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/config.py b/inspirehep/modules/disambiguation/config.py index 0912d9d95e..cc0ce3479a 100644 --- a/inspirehep/modules/disambiguation/config.py +++ b/inspirehep/modules/disambiguation/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/ext.py b/inspirehep/modules/disambiguation/ext.py index 5628684a57..542b6cd7b9 100644 --- a/inspirehep/modules/disambiguation/ext.py +++ b/inspirehep/modules/disambiguation/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/logic.py b/inspirehep/modules/disambiguation/logic.py index f5a92686b1..00cebae017 100644 --- a/inspirehep/modules/disambiguation/logic.py +++ b/inspirehep/modules/disambiguation/logic.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/models.py b/inspirehep/modules/disambiguation/models.py index c6b0670673..035d126055 100644 --- a/inspirehep/modules/disambiguation/models.py +++ b/inspirehep/modules/disambiguation/models.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/receivers.py b/inspirehep/modules/disambiguation/receivers.py index c5fd51fa21..3889f851d8 100644 --- a/inspirehep/modules/disambiguation/receivers.py +++ b/inspirehep/modules/disambiguation/receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/records.py b/inspirehep/modules/disambiguation/records.py index 2993bbef79..48a930935f 100644 --- a/inspirehep/modules/disambiguation/records.py +++ b/inspirehep/modules/disambiguation/records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/search.py b/inspirehep/modules/disambiguation/search.py index c7fc2d8408..6407afa13b 100644 --- a/inspirehep/modules/disambiguation/search.py +++ b/inspirehep/modules/disambiguation/search.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/disambiguation/tasks.py b/inspirehep/modules/disambiguation/tasks.py index 093e09df3d..cc9e05c540 100644 --- a/inspirehep/modules/disambiguation/tasks.py +++ b/inspirehep/modules/disambiguation/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/fixtures/__init__.py b/inspirehep/modules/fixtures/__init__.py index d6d62761f4..16a012ed0c 100644 --- a/inspirehep/modules/fixtures/__init__.py +++ b/inspirehep/modules/fixtures/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """INSPIRE fixtures - loading of configs and database content.""" diff --git a/inspirehep/modules/fixtures/cli.py b/inspirehep/modules/fixtures/cli.py index 1364378db7..6dce5a1fb7 100644 --- a/inspirehep/modules/fixtures/cli.py +++ b/inspirehep/modules/fixtures/cli.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Manage fixtures for INSPIRE site.""" diff --git a/inspirehep/modules/fixtures/collections.py b/inspirehep/modules/fixtures/collections.py index fa07484b7a..2c6f3c8262 100644 --- a/inspirehep/modules/fixtures/collections.py +++ b/inspirehep/modules/fixtures/collections.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/fixtures/ext.py b/inspirehep/modules/fixtures/ext.py index e67c2143d8..f1d4834ebe 100644 --- a/inspirehep/modules/fixtures/ext.py +++ b/inspirehep/modules/fixtures/ext.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE fixtures extension.""" diff --git a/inspirehep/modules/fixtures/files.py b/inspirehep/modules/fixtures/files.py index 08d70e195f..6fa416b2a1 100644 --- a/inspirehep/modules/fixtures/files.py +++ b/inspirehep/modules/fixtures/files.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/fixtures/users.py b/inspirehep/modules/fixtures/users.py index 6088fd6d8c..5e8a873b7f 100644 --- a/inspirehep/modules/fixtures/users.py +++ b/inspirehep/modules/fixtures/users.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/forms/__init__.py b/inspirehep/modules/forms/__init__.py index 59da01cac3..b60bc42cb6 100644 --- a/inspirehep/modules/forms/__init__.py +++ b/inspirehep/modules/forms/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE authors.""" diff --git a/inspirehep/modules/forms/bundles.py b/inspirehep/modules/forms/bundles.py index 0110acade1..c1dd520e3f 100644 --- a/inspirehep/modules/forms/bundles.py +++ b/inspirehep/modules/forms/bundles.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/ext.py b/inspirehep/modules/forms/ext.py index cee63cc96e..038950b18d 100644 --- a/inspirehep/modules/forms/ext.py +++ b/inspirehep/modules/forms/ext.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE module to manage forms (WTForms).""" diff --git a/inspirehep/modules/forms/field_base.py b/inspirehep/modules/forms/field_base.py index 210e57f9c3..1713e1bfcd 100644 --- a/inspirehep/modules/forms/field_base.py +++ b/inspirehep/modules/forms/field_base.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Implementation of validators, post-processors and auto-complete functions. diff --git a/inspirehep/modules/forms/field_widgets.py b/inspirehep/modules/forms/field_widgets.py index 6b6b3f57d3..e9bac04d4b 100644 --- a/inspirehep/modules/forms/field_widgets.py +++ b/inspirehep/modules/forms/field_widgets.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2012, 2013, 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/fields/__init__.py b/inspirehep/modules/forms/fields/__init__.py index 9e7ac77b4e..926c942abe 100644 --- a/inspirehep/modules/forms/fields/__init__.py +++ b/inspirehep/modules/forms/fields/__init__.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Init.""" diff --git a/inspirehep/modules/forms/fields/abstract.py b/inspirehep/modules/forms/fields/abstract.py index 12d7a70ecd..d48ed47466 100644 --- a/inspirehep/modules/forms/fields/abstract.py +++ b/inspirehep/modules/forms/fields/abstract.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/forms/fields/date.py b/inspirehep/modules/forms/fields/date.py index 6a077883d6..6b1cd2ac03 100644 --- a/inspirehep/modules/forms/fields/date.py +++ b/inspirehep/modules/forms/fields/date.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/forms/fields/doi.py b/inspirehep/modules/forms/fields/doi.py index 5ba3f639b0..803283b34e 100644 --- a/inspirehep/modules/forms/fields/doi.py +++ b/inspirehep/modules/forms/fields/doi.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """DOI field.""" diff --git a/inspirehep/modules/forms/fields/file_upload.py b/inspirehep/modules/forms/fields/file_upload.py index 30832aae0c..07ce8ec6ce 100644 --- a/inspirehep/modules/forms/fields/file_upload.py +++ b/inspirehep/modules/forms/fields/file_upload.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/forms/fields/issn.py b/inspirehep/modules/forms/fields/issn.py index b40dd09274..c3b307567a 100644 --- a/inspirehep/modules/forms/fields/issn.py +++ b/inspirehep/modules/forms/fields/issn.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """ISSN field.""" diff --git a/inspirehep/modules/forms/fields/jinja.py b/inspirehep/modules/forms/fields/jinja.py index 4dc6c0727a..f4dd800600 100644 --- a/inspirehep/modules/forms/fields/jinja.py +++ b/inspirehep/modules/forms/fields/jinja.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Collection of fields that can be used to render Jinja templates.""" diff --git a/inspirehep/modules/forms/fields/journal.py b/inspirehep/modules/forms/fields/journal.py index 03af9c9715..092690cc8a 100644 --- a/inspirehep/modules/forms/fields/journal.py +++ b/inspirehep/modules/forms/fields/journal.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Journal field.""" diff --git a/inspirehep/modules/forms/fields/jsonfield.py b/inspirehep/modules/forms/fields/jsonfield.py index 83fb0af169..eec03b64c1 100644 --- a/inspirehep/modules/forms/fields/jsonfield.py +++ b/inspirehep/modules/forms/fields/jsonfield.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Special fields for JSON-schema based deposits.""" diff --git a/inspirehep/modules/forms/fields/keywords.py b/inspirehep/modules/forms/fields/keywords.py index eea86e1d69..ee8077107a 100644 --- a/inspirehep/modules/forms/fields/keywords.py +++ b/inspirehep/modules/forms/fields/keywords.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """KeywordsField.""" diff --git a/inspirehep/modules/forms/fields/language.py b/inspirehep/modules/forms/fields/language.py index a219b6cc48..b7f327a7e7 100644 --- a/inspirehep/modules/forms/fields/language.py +++ b/inspirehep/modules/forms/fields/language.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/forms/fields/notes.py b/inspirehep/modules/forms/fields/notes.py index 607cd914d4..762d92adbc 100644 --- a/inspirehep/modules/forms/fields/notes.py +++ b/inspirehep/modules/forms/fields/notes.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/forms/fields/pages_number.py b/inspirehep/modules/forms/fields/pages_number.py index 971724f0ae..e7065c8bd1 100644 --- a/inspirehep/modules/forms/fields/pages_number.py +++ b/inspirehep/modules/forms/fields/pages_number.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Deprecated.""" diff --git a/inspirehep/modules/forms/fields/publisher.py b/inspirehep/modules/forms/fields/publisher.py index 5189763acc..feb82ee1f6 100644 --- a/inspirehep/modules/forms/fields/publisher.py +++ b/inspirehep/modules/forms/fields/publisher.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Deprecated.""" diff --git a/inspirehep/modules/forms/fields/title.py b/inspirehep/modules/forms/fields/title.py index 47007ed01d..72162a4c20 100644 --- a/inspirehep/modules/forms/fields/title.py +++ b/inspirehep/modules/forms/fields/title.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2012, 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Deprecated.""" diff --git a/inspirehep/modules/forms/fields/wtformsext.py b/inspirehep/modules/forms/fields/wtformsext.py index 29ec8d6e7e..c9456a0234 100644 --- a/inspirehep/modules/forms/fields/wtformsext.py +++ b/inspirehep/modules/forms/fields/wtformsext.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """This module makes all WTForms fields available in WebDeposit. diff --git a/inspirehep/modules/forms/filter_utils.py b/inspirehep/modules/forms/filter_utils.py index 93d13eb2ea..e0cb68ce45 100644 --- a/inspirehep/modules/forms/filter_utils.py +++ b/inspirehep/modules/forms/filter_utils.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """WTForm filters implementation. diff --git a/inspirehep/modules/forms/form.py b/inspirehep/modules/forms/form.py index 0716d6bf66..5c60f5caf8 100644 --- a/inspirehep/modules/forms/form.py +++ b/inspirehep/modules/forms/form.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/utils.py b/inspirehep/modules/forms/utils.py index 8e969688be..600c26eaf6 100644 --- a/inspirehep/modules/forms/utils.py +++ b/inspirehep/modules/forms/utils.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2013, 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Forms utilities.""" diff --git a/inspirehep/modules/forms/validation_utils.py b/inspirehep/modules/forms/validation_utils.py index f731bba30f..d88d657619 100644 --- a/inspirehep/modules/forms/validation_utils.py +++ b/inspirehep/modules/forms/validation_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2013, 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/validators/__init__.py b/inspirehep/modules/forms/validators/__init__.py index de6c374650..9d78a1d733 100644 --- a/inspirehep/modules/forms/validators/__init__.py +++ b/inspirehep/modules/forms/validators/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/validators/dynamic_fields.py b/inspirehep/modules/forms/validators/dynamic_fields.py index 2818d3486c..86a0372c0e 100644 --- a/inspirehep/modules/forms/validators/dynamic_fields.py +++ b/inspirehep/modules/forms/validators/dynamic_fields.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/validators/simple_fields.py b/inspirehep/modules/forms/validators/simple_fields.py index 92ba071730..b8b38ef626 100644 --- a/inspirehep/modules/forms/validators/simple_fields.py +++ b/inspirehep/modules/forms/validators/simple_fields.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/forms/views.py b/inspirehep/modules/forms/views.py index 970de4c3ef..cb4716a510 100644 --- a/inspirehep/modules/forms/views.py +++ b/inspirehep/modules/forms/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/hal/__init__.py b/inspirehep/modules/hal/__init__.py index 1d7c92575a..7b632248c7 100644 --- a/inspirehep/modules/hal/__init__.py +++ b/inspirehep/modules/hal/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/hal/config.py b/inspirehep/modules/hal/config.py index 01687b1b3d..32de2f1059 100644 --- a/inspirehep/modules/hal/config.py +++ b/inspirehep/modules/hal/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/hal/tei.py b/inspirehep/modules/hal/tei.py index ef5b09b647..6abb28c678 100644 --- a/inspirehep/modules/hal/tei.py +++ b/inspirehep/modules/hal/tei.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/hal/templates.py b/inspirehep/modules/hal/templates.py index 533fa6f309..9524dc6763 100644 --- a/inspirehep/modules/hal/templates.py +++ b/inspirehep/modules/hal/templates.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/literaturesuggest/__init__.py b/inspirehep/modules/literaturesuggest/__init__.py index d89a308b05..66077c592c 100644 --- a/inspirehep/modules/literaturesuggest/__init__.py +++ b/inspirehep/modules/literaturesuggest/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE authors.""" diff --git a/inspirehep/modules/literaturesuggest/bundles.py b/inspirehep/modules/literaturesuggest/bundles.py index 85b4073378..496841ea95 100644 --- a/inspirehep/modules/literaturesuggest/bundles.py +++ b/inspirehep/modules/literaturesuggest/bundles.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/literaturesuggest/ext.py b/inspirehep/modules/literaturesuggest/ext.py index 969d07b47d..d271c89208 100644 --- a/inspirehep/modules/literaturesuggest/ext.py +++ b/inspirehep/modules/literaturesuggest/ext.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE module to manage literature suggestion.""" diff --git a/inspirehep/modules/literaturesuggest/fields/arxiv_id.py b/inspirehep/modules/literaturesuggest/fields/arxiv_id.py index 6a510f0153..a0d04ae78d 100644 --- a/inspirehep/modules/literaturesuggest/fields/arxiv_id.py +++ b/inspirehep/modules/literaturesuggest/fields/arxiv_id.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/literaturesuggest/forms.py b/inspirehep/modules/literaturesuggest/forms.py index 42731543d2..24c9b003df 100644 --- a/inspirehep/modules/literaturesuggest/forms.py +++ b/inspirehep/modules/literaturesuggest/forms.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/literaturesuggest/tasks.py b/inspirehep/modules/literaturesuggest/tasks.py index 45357978e2..1a2f68017d 100644 --- a/inspirehep/modules/literaturesuggest/tasks.py +++ b/inspirehep/modules/literaturesuggest/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/literaturesuggest/views.py b/inspirehep/modules/literaturesuggest/views.py index 85d69863f7..821dcc13d3 100644 --- a/inspirehep/modules/literaturesuggest/views.py +++ b/inspirehep/modules/literaturesuggest/views.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE Literature suggestion blueprint.""" diff --git a/inspirehep/modules/migrator/__init__.py b/inspirehep/modules/migrator/__init__.py index 8f8626d542..f5d7d2614a 100644 --- a/inspirehep/modules/migrator/__init__.py +++ b/inspirehep/modules/migrator/__init__.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE migrator extension.""" diff --git a/inspirehep/modules/migrator/cli.py b/inspirehep/modules/migrator/cli.py index aa6cc0d03c..6489978e0d 100644 --- a/inspirehep/modules/migrator/cli.py +++ b/inspirehep/modules/migrator/cli.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/migrator/legacy/audit.py b/inspirehep/modules/migrator/legacy/audit.py index 3b0769af4a..408a588077 100644 --- a/inspirehep/modules/migrator/legacy/audit.py +++ b/inspirehep/modules/migrator/legacy/audit.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """INSPIRE migrator load/dump audit.""" diff --git a/inspirehep/modules/migrator/legacy/user_roles.py b/inspirehep/modules/migrator/legacy/user_roles.py index d7b16ca2ac..60ce669b9b 100644 --- a/inspirehep/modules/migrator/legacy/user_roles.py +++ b/inspirehep/modules/migrator/legacy/user_roles.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """INSPIRE migrator dump user roles.""" diff --git a/inspirehep/modules/migrator/legacy/workflows.py b/inspirehep/modules/migrator/legacy/workflows.py index ae17f5ff2c..d4aa3d5dea 100644 --- a/inspirehep/modules/migrator/legacy/workflows.py +++ b/inspirehep/modules/migrator/legacy/workflows.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """INSPIRE migrator load/dump workflow object.""" diff --git a/inspirehep/modules/migrator/models.py b/inspirehep/modules/migrator/models.py index 004f0a8206..1411923261 100644 --- a/inspirehep/modules/migrator/models.py +++ b/inspirehep/modules/migrator/models.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Models for Migrator.""" diff --git a/inspirehep/modules/migrator/tasks/__init__.py b/inspirehep/modules/migrator/tasks/__init__.py index a77dc601fc..5b67e9672a 100644 --- a/inspirehep/modules/migrator/tasks/__init__.py +++ b/inspirehep/modules/migrator/tasks/__init__.py @@ -1,20 +1,23 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/migrator/tasks/access.py b/inspirehep/modules/migrator/tasks/access.py index 7552965b84..40792c5472 100644 --- a/inspirehep/modules/migrator/tasks/access.py +++ b/inspirehep/modules/migrator/tasks/access.py @@ -1,23 +1,24 @@ - # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Manage migration from INSPIRE legacy instance.""" diff --git a/inspirehep/modules/migrator/tasks/records.py b/inspirehep/modules/migrator/tasks/records.py index 5835fd3988..a96d7e48ae 100644 --- a/inspirehep/modules/migrator/tasks/records.py +++ b/inspirehep/modules/migrator/tasks/records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/migrator/tasks/workflows.py b/inspirehep/modules/migrator/tasks/workflows.py index 9669982e1d..8ca6973109 100644 --- a/inspirehep/modules/migrator/tasks/workflows.py +++ b/inspirehep/modules/migrator/tasks/workflows.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Manage migration from INSPIRE legacy instance.""" diff --git a/inspirehep/modules/orcid/__init__.py b/inspirehep/modules/orcid/__init__.py index 551cc7d2e8..4a5d2b5d76 100644 --- a/inspirehep/modules/orcid/__init__.py +++ b/inspirehep/modules/orcid/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/orcid/ext.py b/inspirehep/modules/orcid/ext.py index cb7dea3bf9..acf4d7a289 100644 --- a/inspirehep/modules/orcid/ext.py +++ b/inspirehep/modules/orcid/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/orcid/receivers.py b/inspirehep/modules/orcid/receivers.py index e453594dd2..e8c33edd12 100644 --- a/inspirehep/modules/orcid/receivers.py +++ b/inspirehep/modules/orcid/receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/orcid/schema.py b/inspirehep/modules/orcid/schema.py index 0d8e602552..6fac93e919 100644 --- a/inspirehep/modules/orcid/schema.py +++ b/inspirehep/modules/orcid/schema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/orcid/utils.py b/inspirehep/modules/orcid/utils.py index ee039dd11d..723d861e60 100644 --- a/inspirehep/modules/orcid/utils.py +++ b/inspirehep/modules/orcid/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/pidstore/fetchers.py b/inspirehep/modules/pidstore/fetchers.py index 06a36ee0ee..105236ef45 100644 --- a/inspirehep/modules/pidstore/fetchers.py +++ b/inspirehep/modules/pidstore/fetchers.py @@ -1,24 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. # waive the privileges and immunities granted to it by virtue of its status # as an Intergovernmental Organization or submit itself to any jurisdiction. diff --git a/inspirehep/modules/pidstore/minters.py b/inspirehep/modules/pidstore/minters.py index 9f80f3fcd9..be3948f6ee 100644 --- a/inspirehep/modules/pidstore/minters.py +++ b/inspirehep/modules/pidstore/minters.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Persistent identifier minters.""" diff --git a/inspirehep/modules/pidstore/providers.py b/inspirehep/modules/pidstore/providers.py index e8f38e572c..04c10cec9e 100644 --- a/inspirehep/modules/pidstore/providers.py +++ b/inspirehep/modules/pidstore/providers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/pidstore/utils.py b/inspirehep/modules/pidstore/utils.py index 7d55aac1f7..fcebe0abb7 100644 --- a/inspirehep/modules/pidstore/utils.py +++ b/inspirehep/modules/pidstore/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/__init__.py b/inspirehep/modules/records/__init__.py index 8b68bebd24..c19cd8afaa 100644 --- a/inspirehep/modules/records/__init__.py +++ b/inspirehep/modules/records/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Data model package.""" diff --git a/inspirehep/modules/records/api.py b/inspirehep/modules/records/api.py index 9d93e2e151..3cdccf29b9 100644 --- a/inspirehep/modules/records/api.py +++ b/inspirehep/modules/records/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/records/conference_series.py b/inspirehep/modules/records/conference_series.py index 98151fe44e..7c857cb4a8 100644 --- a/inspirehep/modules/records/conference_series.py +++ b/inspirehep/modules/records/conference_series.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/records/experiments.py b/inspirehep/modules/records/experiments.py index 18ec15c8d5..ff78315d09 100644 --- a/inspirehep/modules/records/experiments.py +++ b/inspirehep/modules/records/experiments.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/json_ref_loader.py b/inspirehep/modules/records/json_ref_loader.py index 5ae810b746..48fd27cbd9 100644 --- a/inspirehep/modules/records/json_ref_loader.py +++ b/inspirehep/modules/records/json_ref_loader.py @@ -1,22 +1,22 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/permissions.py b/inspirehep/modules/records/permissions.py index 17691a0ca2..b93dd3ed1d 100644 --- a/inspirehep/modules/records/permissions.py +++ b/inspirehep/modules/records/permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/receivers.py b/inspirehep/modules/records/receivers.py index 2e6c507251..a90be3d735 100644 --- a/inspirehep/modules/records/receivers.py +++ b/inspirehep/modules/records/receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/serializers/__init__.py b/inspirehep/modules/records/serializers/__init__.py index 3d9ab4eddd..74f2d9850f 100644 --- a/inspirehep/modules/records/serializers/__init__.py +++ b/inspirehep/modules/records/serializers/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Record serialization.""" diff --git a/inspirehep/modules/records/serializers/bibtex_serializer.py b/inspirehep/modules/records/serializers/bibtex_serializer.py index 445422dc50..996ccf8e89 100644 --- a/inspirehep/modules/records/serializers/bibtex_serializer.py +++ b/inspirehep/modules/records/serializers/bibtex_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """BibTex serializer for records.""" diff --git a/inspirehep/modules/records/serializers/cvformathtml_serializer.py b/inspirehep/modules/records/serializers/cvformathtml_serializer.py index 2893b599cf..dce49860d6 100644 --- a/inspirehep/modules/records/serializers/cvformathtml_serializer.py +++ b/inspirehep/modules/records/serializers/cvformathtml_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """CV_format_html serializer for records.""" diff --git a/inspirehep/modules/records/serializers/cvformatlatex_serializer.py b/inspirehep/modules/records/serializers/cvformatlatex_serializer.py index ca3d7fcaeb..9dd4ddf5ec 100644 --- a/inspirehep/modules/records/serializers/cvformatlatex_serializer.py +++ b/inspirehep/modules/records/serializers/cvformatlatex_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Cv_format_latex serializer for records.""" diff --git a/inspirehep/modules/records/serializers/cvformattext_serializer.py b/inspirehep/modules/records/serializers/cvformattext_serializer.py index 09263d9e58..6b136c9d44 100644 --- a/inspirehep/modules/records/serializers/cvformattext_serializer.py +++ b/inspirehep/modules/records/serializers/cvformattext_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Cv_format_text serializer for records.""" diff --git a/inspirehep/modules/records/serializers/impactgraph_serializer.py b/inspirehep/modules/records/serializers/impactgraph_serializer.py index ed462d9b75..63032a2c7d 100644 --- a/inspirehep/modules/records/serializers/impactgraph_serializer.py +++ b/inspirehep/modules/records/serializers/impactgraph_serializer.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/serializers/json_literature.py b/inspirehep/modules/records/serializers/json_literature.py index 3f3f6350e6..0c970474ee 100644 --- a/inspirehep/modules/records/serializers/json_literature.py +++ b/inspirehep/modules/records/serializers/json_literature.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Marshmallow based JSON serializer for records.""" diff --git a/inspirehep/modules/records/serializers/latexeu_serializer.py b/inspirehep/modules/records/serializers/latexeu_serializer.py index 9188c41a29..8df26c7e3d 100644 --- a/inspirehep/modules/records/serializers/latexeu_serializer.py +++ b/inspirehep/modules/records/serializers/latexeu_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """LatexEU serializer for records.""" diff --git a/inspirehep/modules/records/serializers/latexus_serializer.py b/inspirehep/modules/records/serializers/latexus_serializer.py index 2a53c1bd11..7774db2754 100644 --- a/inspirehep/modules/records/serializers/latexus_serializer.py +++ b/inspirehep/modules/records/serializers/latexus_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """LatexUS serializer for records.""" diff --git a/inspirehep/modules/records/serializers/response.py b/inspirehep/modules/records/serializers/response.py index 74ac64ae8b..0a256ac09f 100644 --- a/inspirehep/modules/records/serializers/response.py +++ b/inspirehep/modules/records/serializers/response.py @@ -1,27 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. - +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Serialization response factories. diff --git a/inspirehep/modules/records/serializers/schemas/json.py b/inspirehep/modules/records/serializers/schemas/json.py index 604f166b0d..8dfb19be4a 100644 --- a/inspirehep/modules/records/serializers/schemas/json.py +++ b/inspirehep/modules/records/serializers/schemas/json.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Marshmallow JSON schema.""" diff --git a/inspirehep/modules/records/serializers/tei_serializer.py b/inspirehep/modules/records/serializers/tei_serializer.py index 275e69b017..f5bf1e5921 100644 --- a/inspirehep/modules/records/serializers/tei_serializer.py +++ b/inspirehep/modules/records/serializers/tei_serializer.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """TEI serializer for records.""" diff --git a/inspirehep/modules/records/signals.py b/inspirehep/modules/records/signals.py index c22c38b9c5..a236807d17 100644 --- a/inspirehep/modules/records/signals.py +++ b/inspirehep/modules/records/signals.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Record module signals.""" diff --git a/inspirehep/modules/records/tasks.py b/inspirehep/modules/records/tasks.py index 359f9688e6..7891e68476 100644 --- a/inspirehep/modules/records/tasks.py +++ b/inspirehep/modules/records/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/utils.py b/inspirehep/modules/records/utils.py index 3dc7568b3d..912ff1786b 100644 --- a/inspirehep/modules/records/utils.py +++ b/inspirehep/modules/records/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/records/wrappers.py b/inspirehep/modules/records/wrappers.py index 219bb731f5..38ea2c4cd5 100644 --- a/inspirehep/modules/records/wrappers.py +++ b/inspirehep/modules/records/wrappers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/references/processors.py b/inspirehep/modules/references/processors.py index 9493d05eb9..faffc969fe 100644 --- a/inspirehep/modules/references/processors.py +++ b/inspirehep/modules/references/processors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/references/view_utils.py b/inspirehep/modules/references/view_utils.py index 5d0662604e..557ca55cb3 100644 --- a/inspirehep/modules/references/view_utils.py +++ b/inspirehep/modules/references/view_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/refextract/tasks.py b/inspirehep/modules/refextract/tasks.py index e00ed21be4..066bc1bbb6 100644 --- a/inspirehep/modules/refextract/tasks.py +++ b/inspirehep/modules/refextract/tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/search/__init__.py b/inspirehep/modules/search/__init__.py index f4c561e5e8..0acfd00b35 100644 --- a/inspirehep/modules/search/__init__.py +++ b/inspirehep/modules/search/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/api.py b/inspirehep/modules/search/api.py index 53106f9da7..b95d23638c 100644 --- a/inspirehep/modules/search/api.py +++ b/inspirehep/modules/search/api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/ast.py b/inspirehep/modules/search/ast.py index 17fd485869..321cddd3ab 100644 --- a/inspirehep/modules/search/ast.py +++ b/inspirehep/modules/search/ast.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE search ast custom classes.""" diff --git a/inspirehep/modules/search/bundles.py b/inspirehep/modules/search/bundles.py index ee549950bc..7bd2c850a4 100644 --- a/inspirehep/modules/search/bundles.py +++ b/inspirehep/modules/search/bundles.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """UI for Invenio-Search.""" diff --git a/inspirehep/modules/search/config.py b/inspirehep/modules/search/config.py index 34b2eb9adb..3e2293354e 100644 --- a/inspirehep/modules/search/config.py +++ b/inspirehep/modules/search/config.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014, 2015, 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Default configuration of SPIRES parser.""" diff --git a/inspirehep/modules/search/converter.py b/inspirehep/modules/search/converter.py index 0185346a86..e9969b6f08 100644 --- a/inspirehep/modules/search/converter.py +++ b/inspirehep/modules/search/converter.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014, 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """SPIRES to Invenio query converter.""" diff --git a/inspirehep/modules/search/ext.py b/inspirehep/modules/search/ext.py index fb17f8bfea..f3e22eccde 100644 --- a/inspirehep/modules/search/ext.py +++ b/inspirehep/modules/search/ext.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Invenio standard theme.""" diff --git a/inspirehep/modules/search/parser.py b/inspirehep/modules/search/parser.py index a968b74be3..eba92b4b68 100644 --- a/inspirehep/modules/search/parser.py +++ b/inspirehep/modules/search/parser.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014, 2015, 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """SPIRES parser implementation.""" diff --git a/inspirehep/modules/search/query.py b/inspirehep/modules/search/query.py index d7e845b8a0..428e4792da 100644 --- a/inspirehep/modules/search/query.py +++ b/inspirehep/modules/search/query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/query_factory.py b/inspirehep/modules/search/query_factory.py index f3ff309226..72f88c4b4d 100644 --- a/inspirehep/modules/search/query_factory.py +++ b/inspirehep/modules/search/query_factory.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/utils.py b/inspirehep/modules/search/utils.py index f285fdd314..8ec2a321a1 100644 --- a/inspirehep/modules/search/utils.py +++ b/inspirehep/modules/search/utils.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Results class to wrap a query and allow for searching.""" diff --git a/inspirehep/modules/search/views.py b/inspirehep/modules/search/views.py index 6a66dbb198..6ea7d48b64 100644 --- a/inspirehep/modules/search/views.py +++ b/inspirehep/modules/search/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/walkers/elasticsearch.py b/inspirehep/modules/search/walkers/elasticsearch.py index 0ff86faaa5..9d2705fefe 100644 --- a/inspirehep/modules/search/walkers/elasticsearch.py +++ b/inspirehep/modules/search/walkers/elasticsearch.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/search/walkers/elasticsearch_no_keywords.py b/inspirehep/modules/search/walkers/elasticsearch_no_keywords.py index e5bd6e3001..dad90055f5 100644 --- a/inspirehep/modules/search/walkers/elasticsearch_no_keywords.py +++ b/inspirehep/modules/search/walkers/elasticsearch_no_keywords.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2015, 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Implement AST convertor to Elastic Search DSL.""" diff --git a/inspirehep/modules/search/walkers/printer.py b/inspirehep/modules/search/walkers/printer.py index 2c6704fb7c..cebbcd4251 100644 --- a/inspirehep/modules/search/walkers/printer.py +++ b/inspirehep/modules/search/walkers/printer.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """SPIRES extended repr printer.""" diff --git a/inspirehep/modules/search/walkers/pypeg_to_ast.py b/inspirehep/modules/search/walkers/pypeg_to_ast.py index 2e76b19873..38e2e01402 100644 --- a/inspirehep/modules/search/walkers/pypeg_to_ast.py +++ b/inspirehep/modules/search/walkers/pypeg_to_ast.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014, 2015, 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """SPIRES extended Pypeg to AST converter.""" diff --git a/inspirehep/modules/search/walkers/spires_to_invenio.py b/inspirehep/modules/search/walkers/spires_to_invenio.py index 726288c9d2..0a7ca085c5 100644 --- a/inspirehep/modules/search/walkers/spires_to_invenio.py +++ b/inspirehep/modules/search/walkers/spires_to_invenio.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014, 2015, 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Implement query printer.""" diff --git a/inspirehep/modules/search/walkers/tree_printer.py b/inspirehep/modules/search/walkers/tree_printer.py index 18f531b6aa..8c2f1afae5 100644 --- a/inspirehep/modules/search/walkers/tree_printer.py +++ b/inspirehep/modules/search/walkers/tree_printer.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio-Query-Parser. -# Copyright (C) 2014 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio-Query-Parser is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio-Query-Parser is distributed in the hope that it will be useful, +# INSPIRE is distributed in the hope that 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. +# 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """SPIRES extended repr printer.""" diff --git a/inspirehep/modules/theme/__init__.py b/inspirehep/modules/theme/__init__.py index 0b3d824fc6..711457455b 100644 --- a/inspirehep/modules/theme/__init__.py +++ b/inspirehep/modules/theme/__init__.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """INSPIRE theme and filters.""" diff --git a/inspirehep/modules/theme/bundles.py b/inspirehep/modules/theme/bundles.py index d53d07889c..6881505056 100644 --- a/inspirehep/modules/theme/bundles.py +++ b/inspirehep/modules/theme/bundles.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Inspire bundles.""" diff --git a/inspirehep/modules/theme/ext.py b/inspirehep/modules/theme/ext.py index 4514cf2f8f..29b7496d66 100644 --- a/inspirehep/modules/theme/ext.py +++ b/inspirehep/modules/theme/ext.py @@ -1,26 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2016 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it -# and/or modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this license, CERN does not -# waive the privileges and immunities granted to it by virtue of its status -# as an Intergovernmental Organization or submit itself to any jurisdiction. +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Invenio standard theme.""" diff --git a/inspirehep/modules/theme/jinja2filters.py b/inspirehep/modules/theme/jinja2filters.py index 8e2a354d73..fe7e689838 100644 --- a/inspirehep/modules/theme/jinja2filters.py +++ b/inspirehep/modules/theme/jinja2filters.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/theme/views.py b/inspirehep/modules/theme/views.py index 6c12e5e639..34caddb0a6 100644 --- a/inspirehep/modules/theme/views.py +++ b/inspirehep/modules/theme/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/tools/__init__.py b/inspirehep/modules/tools/__init__.py index b73a9cad23..a8228e7f75 100644 --- a/inspirehep/modules/tools/__init__.py +++ b/inspirehep/modules/tools/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/tools/bundles.py b/inspirehep/modules/tools/bundles.py index d51aac5f0c..e5a3c76d05 100644 --- a/inspirehep/modules/tools/bundles.py +++ b/inspirehep/modules/tools/bundles.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/tools/ext.py b/inspirehep/modules/tools/ext.py index 0816707228..2daecf44db 100644 --- a/inspirehep/modules/tools/ext.py +++ b/inspirehep/modules/tools/ext.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/tools/utils.py b/inspirehep/modules/tools/utils.py index 1c1ec0700b..369614aaaf 100644 --- a/inspirehep/modules/tools/utils.py +++ b/inspirehep/modules/tools/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/tools/views.py b/inspirehep/modules/tools/views.py index 021db50513..dc0cf374ac 100644 --- a/inspirehep/modules/tools/views.py +++ b/inspirehep/modules/tools/views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/__init__.py b/inspirehep/modules/workflows/__init__.py index 70e4729688..3ec28f3ea0 100644 --- a/inspirehep/modules/workflows/__init__.py +++ b/inspirehep/modules/workflows/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """INSPIRE theme and filters.""" diff --git a/inspirehep/modules/workflows/actions/__init__.py b/inspirehep/modules/workflows/actions/__init__.py index 98510491fe..b7ab4654d1 100644 --- a/inspirehep/modules/workflows/actions/__init__.py +++ b/inspirehep/modules/workflows/actions/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Our workflows.""" diff --git a/inspirehep/modules/workflows/actions/author_approval.py b/inspirehep/modules/workflows/actions/author_approval.py index 59c04fd87d..f332f813e8 100644 --- a/inspirehep/modules/workflows/actions/author_approval.py +++ b/inspirehep/modules/workflows/actions/author_approval.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/workflows/actions/hep_approval.py b/inspirehep/modules/workflows/actions/hep_approval.py index 7df6f62276..8bdf892ebd 100644 --- a/inspirehep/modules/workflows/actions/hep_approval.py +++ b/inspirehep/modules/workflows/actions/hep_approval.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/workflows/actions/merge_approval.py b/inspirehep/modules/workflows/actions/merge_approval.py index 3482ff93a8..5bc410fd4c 100644 --- a/inspirehep/modules/workflows/actions/merge_approval.py +++ b/inspirehep/modules/workflows/actions/merge_approval.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/bundles.py b/inspirehep/modules/workflows/bundles.py index b5403082c4..ce12cdeb11 100644 --- a/inspirehep/modules/workflows/bundles.py +++ b/inspirehep/modules/workflows/bundles.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Bundles for forms used across INSPIRE.""" diff --git a/inspirehep/modules/workflows/ext.py b/inspirehep/modules/workflows/ext.py index f7f5996628..c871570937 100644 --- a/inspirehep/modules/workflows/ext.py +++ b/inspirehep/modules/workflows/ext.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/inspirehep/modules/workflows/models.py b/inspirehep/modules/workflows/models.py index 3c38f3f8a4..fb04eb1b1a 100644 --- a/inspirehep/modules/workflows/models.py +++ b/inspirehep/modules/workflows/models.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Extra models for workflows.""" diff --git a/inspirehep/modules/workflows/proxies.py b/inspirehep/modules/workflows/proxies.py index 64bd6d41ac..1101593173 100644 --- a/inspirehep/modules/workflows/proxies.py +++ b/inspirehep/modules/workflows/proxies.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Extra models for workflows.""" diff --git a/inspirehep/modules/workflows/receivers.py b/inspirehep/modules/workflows/receivers.py index 0a7bbcda72..ccca259e37 100644 --- a/inspirehep/modules/workflows/receivers.py +++ b/inspirehep/modules/workflows/receivers.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Receivers for INSPIRE workflows.""" diff --git a/inspirehep/modules/workflows/search.py b/inspirehep/modules/workflows/search.py index 670f8a9d32..a08571dcdf 100644 --- a/inspirehep/modules/workflows/search.py +++ b/inspirehep/modules/workflows/search.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Search factory for INSPIRE workflows UI. diff --git a/inspirehep/modules/workflows/tasks/__init__.py b/inspirehep/modules/workflows/tasks/__init__.py index 23cb7b5b9b..ad0998f084 100644 --- a/inspirehep/modules/workflows/tasks/__init__.py +++ b/inspirehep/modules/workflows/tasks/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/actions.py b/inspirehep/modules/workflows/tasks/actions.py index 67006ce0d0..24c27e8198 100644 --- a/inspirehep/modules/workflows/tasks/actions.py +++ b/inspirehep/modules/workflows/tasks/actions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/arxiv.py b/inspirehep/modules/workflows/tasks/arxiv.py index f8790e039b..ff2b2bcd0c 100644 --- a/inspirehep/modules/workflows/tasks/arxiv.py +++ b/inspirehep/modules/workflows/tasks/arxiv.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/beard.py b/inspirehep/modules/workflows/tasks/beard.py index 3e0c371abb..bc38fb6858 100644 --- a/inspirehep/modules/workflows/tasks/beard.py +++ b/inspirehep/modules/workflows/tasks/beard.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/classifier.py b/inspirehep/modules/workflows/tasks/classifier.py index 15747b5369..328495d5a7 100644 --- a/inspirehep/modules/workflows/tasks/classifier.py +++ b/inspirehep/modules/workflows/tasks/classifier.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/magpie.py b/inspirehep/modules/workflows/tasks/magpie.py index bacf826668..2596d3ca89 100644 --- a/inspirehep/modules/workflows/tasks/magpie.py +++ b/inspirehep/modules/workflows/tasks/magpie.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/matching.py b/inspirehep/modules/workflows/tasks/matching.py index 9b746fbd51..64b92692ea 100644 --- a/inspirehep/modules/workflows/tasks/matching.py +++ b/inspirehep/modules/workflows/tasks/matching.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/submission.py b/inspirehep/modules/workflows/tasks/submission.py index 26d1d0adff..9e014e4095 100644 --- a/inspirehep/modules/workflows/tasks/submission.py +++ b/inspirehep/modules/workflows/tasks/submission.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/tasks/upload.py b/inspirehep/modules/workflows/tasks/upload.py index 218205922a..b33a4443de 100644 --- a/inspirehep/modules/workflows/tasks/upload.py +++ b/inspirehep/modules/workflows/tasks/upload.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/utils.py b/inspirehep/modules/workflows/utils.py index 515b185409..5663a08b39 100644 --- a/inspirehep/modules/workflows/utils.py +++ b/inspirehep/modules/workflows/utils.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Model for WorkflowsAudit.""" diff --git a/inspirehep/modules/workflows/views/__init__.py b/inspirehep/modules/workflows/views/__init__.py index aa680dc3ff..3c18806e09 100644 --- a/inspirehep/modules/workflows/views/__init__.py +++ b/inspirehep/modules/workflows/views/__init__.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 331, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """View blueprints for Holding Pen.""" diff --git a/inspirehep/modules/workflows/views/callback.py b/inspirehep/modules/workflows/views/callback.py index 8c234a6bb8..c2ff77fbba 100644 --- a/inspirehep/modules/workflows/views/callback.py +++ b/inspirehep/modules/workflows/views/callback.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/modules/workflows/workflows/__init__.py b/inspirehep/modules/workflows/workflows/__init__.py index 2cddd34f64..cd02090fab 100644 --- a/inspirehep/modules/workflows/workflows/__init__.py +++ b/inspirehep/modules/workflows/workflows/__init__.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. +# or submit itself to any jurisdiction. """Our workflows.""" diff --git a/inspirehep/modules/workflows/workflows/article.py b/inspirehep/modules/workflows/workflows/article.py index 0ada1e84bc..f1a7c38b0a 100644 --- a/inspirehep/modules/workflows/workflows/article.py +++ b/inspirehep/modules/workflows/workflows/article.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/modules/workflows/workflows/author.py b/inspirehep/modules/workflows/workflows/author.py index de74c4b766..fae85ce0ce 100644 --- a/inspirehep/modules/workflows/workflows/author.py +++ b/inspirehep/modules/workflows/workflows/author.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/arxiv.py b/inspirehep/utils/arxiv.py index 104d55a0b6..f80c10dd68 100644 --- a/inspirehep/utils/arxiv.py +++ b/inspirehep/utils/arxiv.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/bibtex.py b/inspirehep/utils/bibtex.py index 650865c708..6d8d83e091 100644 --- a/inspirehep/utils/bibtex.py +++ b/inspirehep/utils/bibtex.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/bibtex_booktitle.py b/inspirehep/utils/bibtex_booktitle.py index 2dfeef95b7..369ea298f1 100644 --- a/inspirehep/utils/bibtex_booktitle.py +++ b/inspirehep/utils/bibtex_booktitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/citations.py b/inspirehep/utils/citations.py index daeae8bf27..86d71eae46 100644 --- a/inspirehep/utils/citations.py +++ b/inspirehep/utils/citations.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/conferences.py b/inspirehep/utils/conferences.py index 39b4692bf9..068dc9a545 100644 --- a/inspirehep/utils/conferences.py +++ b/inspirehep/utils/conferences.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/cv_latex.py b/inspirehep/utils/cv_latex.py index 78f6bd3070..3a7bc450c6 100644 --- a/inspirehep/utils/cv_latex.py +++ b/inspirehep/utils/cv_latex.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/cv_latex_html_text.py b/inspirehep/utils/cv_latex_html_text.py index 9e35443d8c..8aa03fe465 100644 --- a/inspirehep/utils/cv_latex_html_text.py +++ b/inspirehep/utils/cv_latex_html_text.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/date.py b/inspirehep/utils/date.py index 1240ff11ab..4ed84dcc51 100644 --- a/inspirehep/utils/date.py +++ b/inspirehep/utils/date.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/datefilter.py b/inspirehep/utils/datefilter.py index ca0f69ab57..3b60a28882 100644 --- a/inspirehep/utils/datefilter.py +++ b/inspirehep/utils/datefilter.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/dedupers.py b/inspirehep/utils/dedupers.py index d175539e61..15e505397d 100644 --- a/inspirehep/utils/dedupers.py +++ b/inspirehep/utils/dedupers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/experiments.py b/inspirehep/utils/experiments.py index cc0f9f90a9..782f64b12f 100644 --- a/inspirehep/utils/experiments.py +++ b/inspirehep/utils/experiments.py @@ -1,7 +1,7 @@ - +# -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/export.py b/inspirehep/utils/export.py index f65b0828bc..342299d01d 100644 --- a/inspirehep/utils/export.py +++ b/inspirehep/utils/export.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/helpers.py b/inspirehep/utils/helpers.py index 0bb1b6ad42..dae4a8425c 100644 --- a/inspirehep/utils/helpers.py +++ b/inspirehep/utils/helpers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/jinja2.py b/inspirehep/utils/jinja2.py index d591b111c5..8d80472192 100644 --- a/inspirehep/utils/jinja2.py +++ b/inspirehep/utils/jinja2.py @@ -1,8 +1,7 @@ -# # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -11,14 +10,15 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. # from __future__ import absolute_import, division, print_function diff --git a/inspirehep/utils/latex.py b/inspirehep/utils/latex.py index 10ce99ec45..65a39c6065 100644 --- a/inspirehep/utils/latex.py +++ b/inspirehep/utils/latex.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/normalizers.py b/inspirehep/utils/normalizers.py index 86f65512dd..3590bcbd93 100644 --- a/inspirehep/utils/normalizers.py +++ b/inspirehep/utils/normalizers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/pubnote.py b/inspirehep/utils/pubnote.py index 16f7d1ea0b..cc47c65927 100644 --- a/inspirehep/utils/pubnote.py +++ b/inspirehep/utils/pubnote.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/record.py b/inspirehep/utils/record.py index c9368dc000..9fb36d8773 100644 --- a/inspirehep/utils/record.py +++ b/inspirehep/utils/record.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/record_getter.py b/inspirehep/utils/record_getter.py index b96ea9f8e2..0d25f787bd 100644 --- a/inspirehep/utils/record_getter.py +++ b/inspirehep/utils/record_getter.py @@ -1,22 +1,22 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/robotupload.py b/inspirehep/utils/robotupload.py index 59cbe49dcc..8bf223883b 100644 --- a/inspirehep/utils/robotupload.py +++ b/inspirehep/utils/robotupload.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/stats.py b/inspirehep/utils/stats.py index 60c2ba7d3f..1a5048ec03 100644 --- a/inspirehep/utils/stats.py +++ b/inspirehep/utils/stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/utils/template.py b/inspirehep/utils/template.py index bdf6d9cb71..08f245dc9f 100644 --- a/inspirehep/utils/template.py +++ b/inspirehep/utils/template.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. -# Copyright (C) 2015 CERN. +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. # -# Invenio is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# Invenio is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Utils related to Jinja templates.""" diff --git a/inspirehep/utils/text.py b/inspirehep/utils/text.py index cfdd519e02..ac342e631c 100644 --- a/inspirehep/utils/text.py +++ b/inspirehep/utils/text.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/tickets.py b/inspirehep/utils/tickets.py index ea64e7deb6..e59bf7ce49 100644 --- a/inspirehep/utils/tickets.py +++ b/inspirehep/utils/tickets.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/utils/url.py b/inspirehep/utils/url.py index 33855ca811..c539df3cca 100644 --- a/inspirehep/utils/url.py +++ b/inspirehep/utils/url.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/inspirehep/version.py b/inspirehep/version.py index e6bfe51071..c4e159c697 100644 --- a/inspirehep/version.py +++ b/inspirehep/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/wsgi.py b/inspirehep/wsgi.py index 6cb0fe184b..13123de76b 100644 --- a/inspirehep/wsgi.py +++ b/inspirehep/wsgi.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/inspirehep/wsgi_with_coverage.py b/inspirehep/wsgi_with_coverage.py index a6da6e3525..db721d9ce5 100644 --- a/inspirehep/wsgi_with_coverage.py +++ b/inspirehep/wsgi_with_coverage.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/scripts/prettify_licenses b/scripts/prettify_licenses new file mode 100755 index 0000000000..eb36174119 --- /dev/null +++ b/scripts/prettify_licenses @@ -0,0 +1,26 @@ +#!/bin/bash + +# This file is part of INSPIRE. +# Copyright (C) 2014-2017 CERN. +# +# INSPIRE 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. +# +# INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . +# +# In applying this licence, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. + +find inspirehep tests -name "*.py" | while read -r file; do + sed -i '1,21{/^#/d;}' "${file}" + sed -i '1i# -*- coding: utf-8 -*-\n#\n# This file is part of INSPIRE.\n# Copyright (C) 2014-2017 CERN.\n#\n# INSPIRE is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# INSPIRE is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with INSPIRE. If not, see .\n#\n# In applying this license, CERN does not waive the privileges and immunities\n# granted to it by virtue of its status as an Intergovernmental Organization\n# or submit itself to any jurisdiction.' "${file}" +done diff --git a/tests/acceptance/conftest.py b/tests/acceptance/conftest.py index dae1438c92..11f8fb1873 100644 --- a/tests/acceptance/conftest.py +++ b/tests/acceptance/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/acceptance/test_author_creation.py b/tests/acceptance/test_author_creation.py index 649af27308..3463cd38b7 100644 --- a/tests/acceptance/test_author_creation.py +++ b/tests/acceptance/test_author_creation.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/acceptance/test_conftest.py b/tests/acceptance/test_conftest.py index c18ba7cd47..476c6c8a83 100644 --- a/tests/acceptance/test_conftest.py +++ b/tests/acceptance/test_conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/acceptance/test_literature_suggestion_form.py b/tests/acceptance/test_literature_suggestion_form.py index 3da5ad5e66..006e200aff 100644 --- a/tests/acceptance/test_literature_suggestion_form.py +++ b/tests/acceptance/test_literature_suggestion_form.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/api/v1/test_authors.py b/tests/integration/api/v1/test_authors.py index 26090a6afb..e75ee6c376 100644 --- a/tests/integration/api/v1/test_authors.py +++ b/tests/integration/api/v1/test_authors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/api/v1/test_experiments.py b/tests/integration/api/v1/test_experiments.py index 25b249fe05..7d9680be8e 100644 --- a/tests/integration/api/v1/test_experiments.py +++ b/tests/integration/api/v1/test_experiments.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/api/v1/test_institutions.py b/tests/integration/api/v1/test_institutions.py index ca841bfb2f..c9a2c9bb4d 100644 --- a/tests/integration/api/v1/test_institutions.py +++ b/tests/integration/api/v1/test_institutions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/api/v1/test_journals.py b/tests/integration/api/v1/test_journals.py index 4c78a45d32..c96a5b5ea6 100644 --- a/tests/integration/api/v1/test_journals.py +++ b/tests/integration/api/v1/test_journals.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/api/v1/test_literature.py b/tests/integration/api/v1/test_literature.py index fcf88e12a3..13d5c08042 100644 --- a/tests/integration/api/v1/test_literature.py +++ b/tests/integration/api/v1/test_literature.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 9fdfcfed97..0ade3af1af 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/disambiguation/test_daemon.py b/tests/integration/disambiguation/test_daemon.py index 72aed38a10..05d6811403 100644 --- a/tests/integration/disambiguation/test_daemon.py +++ b/tests/integration/disambiguation/test_daemon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/disambiguation/test_logic.py b/tests/integration/disambiguation/test_logic.py index 5a7c471d37..2d3cd380c6 100644 --- a/tests/integration/disambiguation/test_logic.py +++ b/tests/integration/disambiguation/test_logic.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/disambiguation/test_receivers.py b/tests/integration/disambiguation/test_receivers.py index c89b29e0c1..0394cc88c2 100644 --- a/tests/integration/disambiguation/test_receivers.py +++ b/tests/integration/disambiguation/test_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/disambiguation/test_records.py b/tests/integration/disambiguation/test_records.py index b746f12cce..f35dc26b1f 100644 --- a/tests/integration/disambiguation/test_records.py +++ b/tests/integration/disambiguation/test_records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/disambiguation/test_workflows.py b/tests/integration/disambiguation/test_workflows.py index c292a98102..e9b1516c21 100644 --- a/tests/integration/disambiguation/test_workflows.py +++ b/tests/integration/disambiguation/test_workflows.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/hal/test_tei_exporting.py b/tests/integration/hal/test_tei_exporting.py index 3c5c7ea9bf..6171e5cbef 100644 --- a/tests/integration/hal/test_tei_exporting.py +++ b/tests/integration/hal/test_tei_exporting.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_author_api.py b/tests/integration/test_author_api.py index 71f75e21cf..272d213211 100644 --- a/tests/integration/test_author_api.py +++ b/tests/integration/test_author_api.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_author_views.py b/tests/integration/test_author_views.py index 5a049d2f3d..da857d7b75 100644 --- a/tests/integration/test_author_views.py +++ b/tests/integration/test_author_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_bibtex_exporting.py b/tests/integration/test_bibtex_exporting.py index 41646c2daa..3cd30969f9 100644 --- a/tests/integration/test_bibtex_exporting.py +++ b/tests/integration/test_bibtex_exporting.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_citation_counts.py b/tests/integration/test_citation_counts.py index b15b05dbb7..c7722f3233 100644 --- a/tests/integration/test_citation_counts.py +++ b/tests/integration/test_citation_counts.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_cvlatex_exporting.py b/tests/integration/test_cvlatex_exporting.py index df732c06a7..40da1368a6 100644 --- a/tests/integration/test_cvlatex_exporting.py +++ b/tests/integration/test_cvlatex_exporting.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_cvlatex_html_exporting.py b/tests/integration/test_cvlatex_html_exporting.py index 63c2241346..0796cd9d65 100644 --- a/tests/integration/test_cvlatex_html_exporting.py +++ b/tests/integration/test_cvlatex_html_exporting.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_datatable_citations.py b/tests/integration/test_datatable_citations.py index 45c806cebb..32efb4df3e 100644 --- a/tests/integration/test_datatable_citations.py +++ b/tests/integration/test_datatable_citations.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_datatable_references.py b/tests/integration/test_datatable_references.py index 6c47bcb532..f6289548d6 100644 --- a/tests/integration/test_datatable_references.py +++ b/tests/integration/test_datatable_references.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_detailed_records.py b/tests/integration/test_detailed_records.py index 03596ac765..baffc0a2e5 100644 --- a/tests/integration/test_detailed_records.py +++ b/tests/integration/test_detailed_records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_formdata_to_model.py b/tests/integration/test_formdata_to_model.py index 593e107de5..1a655321bb 100644 --- a/tests/integration/test_formdata_to_model.py +++ b/tests/integration/test_formdata_to_model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_holdingpen_permissions.py b/tests/integration/test_holdingpen_permissions.py index 1d72814496..452ace3bb7 100644 --- a/tests/integration/test_holdingpen_permissions.py +++ b/tests/integration/test_holdingpen_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_impact_graphs.py b/tests/integration/test_impact_graphs.py index 24ba4db324..16a456f44b 100644 --- a/tests/integration/test_impact_graphs.py +++ b/tests/integration/test_impact_graphs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/tests/integration/test_latex_exporting.py b/tests/integration/test_latex_exporting.py index 5b015372b4..c0c1811005 100644 --- a/tests/integration/test_latex_exporting.py +++ b/tests/integration/test_latex_exporting.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_migrator.py b/tests/integration/test_migrator.py index 6494bb939d..cb7a31535b 100644 --- a/tests/integration/test_migrator.py +++ b/tests/integration/test_migrator.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_orcid.py b/tests/integration/test_orcid.py index db9dbef8c9..ef3f8c0fed 100644 --- a/tests/integration/test_orcid.py +++ b/tests/integration/test_orcid.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 diff --git a/tests/integration/test_other_conferences.py b/tests/integration/test_other_conferences.py index d12f037def..aea98cb6b3 100644 --- a/tests/integration/test_other_conferences.py +++ b/tests/integration/test_other_conferences.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_permissions.py b/tests/integration/test_permissions.py index d89f14f8e2..3e690d2489 100644 --- a/tests/integration/test_permissions.py +++ b/tests/integration/test_permissions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_pidstore.py b/tests/integration/test_pidstore.py index 8430a9b6ae..268000d764 100644 --- a/tests/integration/test_pidstore.py +++ b/tests/integration/test_pidstore.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_records.py b/tests/integration/test_records.py index ec44579dbe..c352f818bc 100644 --- a/tests/integration/test_records.py +++ b/tests/integration/test_records.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_records_receivers.py b/tests/integration/test_records_receivers.py index 96dcb7adf5..13d24acafe 100644 --- a/tests/integration/test_records_receivers.py +++ b/tests/integration/test_records_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_search_views.py b/tests/integration/test_search_views.py index ecebebe03a..c711a90f6c 100644 --- a/tests/integration/test_search_views.py +++ b/tests/integration/test_search_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_serializers.py b/tests/integration/test_serializers.py index a6fd716a35..3150c91440 100644 --- a/tests/integration/test_serializers.py +++ b/tests/integration/test_serializers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/test_theme_views.py b/tests/integration/test_theme_views.py index b5d87f1994..0508c189db 100644 --- a/tests/integration/test_theme_views.py +++ b/tests/integration/test_theme_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/workflows/test_arxiv_workflow.py b/tests/integration/workflows/test_arxiv_workflow.py index ffc23a3c21..37634cef76 100644 --- a/tests/integration/workflows/test_arxiv_workflow.py +++ b/tests/integration/workflows/test_arxiv_workflow.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/integration/workflows/test_audit.py b/tests/integration/workflows/test_audit.py index c0e714a26f..007dfb2d86 100644 --- a/tests/integration/workflows/test_audit.py +++ b/tests/integration/workflows/test_audit.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Tests for WorkflowsAudit model.""" diff --git a/tests/unit/api/test_api_utils.py b/tests/unit/api/test_api_utils.py index e135b5a6d4..f4602d45bb 100644 --- a/tests/unit/api/test_api_utils.py +++ b/tests/unit/api/test_api_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/authors/test_authors_dojson.py b/tests/unit/authors/test_authors_dojson.py index 1963ada5f8..33daf7b866 100644 --- a/tests/unit/authors/test_authors_dojson.py +++ b/tests/unit/authors/test_authors_dojson.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/authors/test_authors_receivers.py b/tests/unit/authors/test_authors_receivers.py index 791d4a89be..2b0693aa48 100644 --- a/tests/unit/authors/test_authors_receivers.py +++ b/tests/unit/authors/test_authors_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/authors/test_authors_tasks.py b/tests/unit/authors/test_authors_tasks.py index 66e7f54484..2831e41d3e 100644 --- a/tests/unit/authors/test_authors_tasks.py +++ b/tests/unit/authors/test_authors_tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/authors/test_authors_utils.py b/tests/unit/authors/test_authors_utils.py index c135563dc3..b2738a263f 100644 --- a/tests/unit/authors/test_authors_utils.py +++ b/tests/unit/authors/test_authors_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/authors/test_authors_views.py b/tests/unit/authors/test_authors_views.py index b29f3eb18b..6b20e7deeb 100644 --- a/tests/unit/authors/test_authors_views.py +++ b/tests/unit/authors/test_authors_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 10a673da1d..331f656462 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/converter/test_converter.py b/tests/unit/converter/test_converter.py index d5fe4b7569..3bd9d0f0d0 100644 --- a/tests/unit/converter/test_converter.py +++ b/tests/unit/converter/test_converter.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/tests/unit/disambiguation/test_disambiguation_logic.py b/tests/unit/disambiguation/test_disambiguation_logic.py index b8c6fe97d4..8400bc6eff 100644 --- a/tests/unit/disambiguation/test_disambiguation_logic.py +++ b/tests/unit/disambiguation/test_disambiguation_logic.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/disambiguation/test_disambiguation_receivers.py b/tests/unit/disambiguation/test_disambiguation_receivers.py index c31174e1a1..bf14917e89 100644 --- a/tests/unit/disambiguation/test_disambiguation_receivers.py +++ b/tests/unit/disambiguation/test_disambiguation_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_common.py b/tests/unit/dojson/test_dojson_common.py index 8a1a626a45..2f2a7c4fcf 100644 --- a/tests/unit/dojson/test_dojson_common.py +++ b/tests/unit/dojson/test_dojson_common.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_conferences.py b/tests/unit/dojson/test_dojson_conferences.py index e7884decf1..16d5f746bd 100644 --- a/tests/unit/dojson/test_dojson_conferences.py +++ b/tests/unit/dojson/test_dojson_conferences.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_experiments.py b/tests/unit/dojson/test_dojson_experiments.py index e98290472c..08dd19e779 100644 --- a/tests/unit/dojson/test_dojson_experiments.py +++ b/tests/unit/dojson/test_dojson_experiments.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd0xx.py b/tests/unit/dojson/test_dojson_hep_bd0xx.py index b2cdb5be14..ed91d61ff9 100644 --- a/tests/unit/dojson/test_dojson_hep_bd0xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd0xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd1xx.py b/tests/unit/dojson/test_dojson_hep_bd1xx.py index a41ca57f20..8aeb2269fd 100644 --- a/tests/unit/dojson/test_dojson_hep_bd1xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd1xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd2xx.py b/tests/unit/dojson/test_dojson_hep_bd2xx.py index c60a55b1fe..82653de09a 100644 --- a/tests/unit/dojson/test_dojson_hep_bd2xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd2xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd3xx.py b/tests/unit/dojson/test_dojson_hep_bd3xx.py index b63461dc52..c23ffdd795 100644 --- a/tests/unit/dojson/test_dojson_hep_bd3xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd3xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd4xx.py b/tests/unit/dojson/test_dojson_hep_bd4xx.py index 3095e70b2a..50043d88de 100644 --- a/tests/unit/dojson/test_dojson_hep_bd4xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd4xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd5xx.py b/tests/unit/dojson/test_dojson_hep_bd5xx.py index 206ecf027a..619fabd361 100644 --- a/tests/unit/dojson/test_dojson_hep_bd5xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd5xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd6xx.py b/tests/unit/dojson/test_dojson_hep_bd6xx.py index b16923fade..7fbd177cb6 100644 --- a/tests/unit/dojson/test_dojson_hep_bd6xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd6xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd7xx.py b/tests/unit/dojson/test_dojson_hep_bd7xx.py index 9c36f6e18a..08517b022a 100644 --- a/tests/unit/dojson/test_dojson_hep_bd7xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd7xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hep_bd9xx.py b/tests/unit/dojson/test_dojson_hep_bd9xx.py index c32fa57bbd..0b8563d738 100644 --- a/tests/unit/dojson/test_dojson_hep_bd9xx.py +++ b/tests/unit/dojson/test_dojson_hep_bd9xx.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_hepnames.py b/tests/unit/dojson/test_dojson_hepnames.py index 620ee9e760..0cbef986b9 100644 --- a/tests/unit/dojson/test_dojson_hepnames.py +++ b/tests/unit/dojson/test_dojson_hepnames.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_institutions.py b/tests/unit/dojson/test_dojson_institutions.py index 297b851725..144382623a 100644 --- a/tests/unit/dojson/test_dojson_institutions.py +++ b/tests/unit/dojson/test_dojson_institutions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_jobs.py b/tests/unit/dojson/test_dojson_jobs.py index 968a37c652..5336e6575d 100644 --- a/tests/unit/dojson/test_dojson_jobs.py +++ b/tests/unit/dojson/test_dojson_jobs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_journals.py b/tests/unit/dojson/test_dojson_journals.py index acd47a6536..b12f1e19f3 100644 --- a/tests/unit/dojson/test_dojson_journals.py +++ b/tests/unit/dojson/test_dojson_journals.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_model.py b/tests/unit/dojson/test_dojson_model.py index c27551355d..15e8f0b546 100644 --- a/tests/unit/dojson/test_dojson_model.py +++ b/tests/unit/dojson/test_dojson_model.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_utils.py b/tests/unit/dojson/test_dojson_utils.py index 12a3f25188..86f5a78b10 100644 --- a/tests/unit/dojson/test_dojson_utils.py +++ b/tests/unit/dojson/test_dojson_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/dojson/test_dojson_utils_geo.py b/tests/unit/dojson/test_dojson_utils_geo.py index 4b9bb95a99..0917613217 100644 --- a/tests/unit/dojson/test_dojson_utils_geo.py +++ b/tests/unit/dojson/test_dojson_utils_geo.py @@ -1,6 +1,7 @@ -# -*- coding: utf-8 -*- # +# -*- coding: utf-8 -*- +# # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/hal/test_tei.py b/tests/unit/hal/test_tei.py index 435199181b..6d7f34e1e7 100644 --- a/tests/unit/hal/test_tei.py +++ b/tests/unit/hal/test_tei.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/literaturesuggest/test_literaturesuggest_tasks.py b/tests/unit/literaturesuggest/test_literaturesuggest_tasks.py index dac19c93cf..aa9eec1b59 100644 --- a/tests/unit/literaturesuggest/test_literaturesuggest_tasks.py +++ b/tests/unit/literaturesuggest/test_literaturesuggest_tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/orcid/test_orcid_converter.py b/tests/unit/orcid/test_orcid_converter.py index b3b86fd4d7..ddac628580 100644 --- a/tests/unit/orcid/test_orcid_converter.py +++ b/tests/unit/orcid/test_orcid_converter.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Tests for json conversion to orcid form.""" diff --git a/tests/unit/pidstore/test_pidstore_utils.py b/tests/unit/pidstore/test_pidstore_utils.py index bc3446b922..8ce4371575 100644 --- a/tests/unit/pidstore/test_pidstore_utils.py +++ b/tests/unit/pidstore/test_pidstore_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/records/test_records_json_ref_loader.py b/tests/unit/records/test_records_json_ref_loader.py index 66a43a123f..ed35a1c10c 100644 --- a/tests/unit/records/test_records_json_ref_loader.py +++ b/tests/unit/records/test_records_json_ref_loader.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/records/test_records_jsonschemas.py b/tests/unit/records/test_records_jsonschemas.py index 6d74f549e9..87b3d25aff 100644 --- a/tests/unit/records/test_records_jsonschemas.py +++ b/tests/unit/records/test_records_jsonschemas.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/records/test_records_receivers.py b/tests/unit/records/test_records_receivers.py index a391bc6147..f694ef7257 100644 --- a/tests/unit/records/test_records_receivers.py +++ b/tests/unit/records/test_records_receivers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/records/test_records_tasks.py b/tests/unit/records/test_records_tasks.py index 258f1a2d4e..c1fa320b57 100644 --- a/tests/unit/records/test_records_tasks.py +++ b/tests/unit/records/test_records_tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/records/test_records_utils.py b/tests/unit/records/test_records_utils.py index 9c0aee24be..6b38bc24f3 100644 --- a/tests/unit/records/test_records_utils.py +++ b/tests/unit/records/test_records_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/references/test_processors.py b/tests/unit/references/test_processors.py index 8f06f84356..92b2a8f656 100644 --- a/tests/unit/references/test_processors.py +++ b/tests/unit/references/test_processors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015, 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/refextract/test_refextract_tasks.py b/tests/unit/refextract/test_refextract_tasks.py index 038fa6f48b..91f67203c4 100644 --- a/tests/unit/refextract/test_refextract_tasks.py +++ b/tests/unit/refextract/test_refextract_tasks.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/search/test_search_query.py b/tests/unit/search/test_search_query.py index 5d489a6348..3b3fef0286 100644 --- a/tests/unit/search/test_search_query.py +++ b/tests/unit/search/test_search_query.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/search/test_search_views.py b/tests/unit/search/test_search_views.py index 7fbd0cafe2..7c7018e67a 100644 --- a/tests/unit/search/test_search_views.py +++ b/tests/unit/search/test_search_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/theme/test_theme_jinja2filters.py b/tests/unit/theme/test_theme_jinja2filters.py index 8d9243d186..b9d89dafba 100644 --- a/tests/unit/theme/test_theme_jinja2filters.py +++ b/tests/unit/theme/test_theme_jinja2filters.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/theme/test_theme_views.py b/tests/unit/theme/test_theme_views.py index 0f4ca57733..6d2b39e16f 100644 --- a/tests/unit/theme/test_theme_views.py +++ b/tests/unit/theme/test_theme_views.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/tools/test_tools_utils.py b/tests/unit/tools/test_tools_utils.py index fc67f8fa22..65e0f4b166 100644 --- a/tests/unit/tools/test_tools_utils.py +++ b/tests/unit/tools/test_tools_utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_arxiv.py b/tests/unit/utils/test_utils_arxiv.py index 6fefff5ca1..2151f0ccf2 100644 --- a/tests/unit/utils/test_utils_arxiv.py +++ b/tests/unit/utils/test_utils_arxiv.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_bibtex.py b/tests/unit/utils/test_utils_bibtex.py index e1fce95698..ebb3d8390b 100644 --- a/tests/unit/utils/test_utils_bibtex.py +++ b/tests/unit/utils/test_utils_bibtex.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Unit tests for the BibTeX exporter.""" diff --git a/tests/unit/utils/test_utils_bibtex_booktitle.py b/tests/unit/utils/test_utils_bibtex_booktitle.py index cda56fc687..2fcb04fc97 100644 --- a/tests/unit/utils/test_utils_bibtex_booktitle.py +++ b/tests/unit/utils/test_utils_bibtex_booktitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_conferences.py b/tests/unit/utils/test_utils_conferences.py index b983076f13..c0becf1995 100644 --- a/tests/unit/utils/test_utils_conferences.py +++ b/tests/unit/utils/test_utils_conferences.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_cv_latex.py b/tests/unit/utils/test_utils_cv_latex.py index 3e11d89a41..b1da252972 100644 --- a/tests/unit/utils/test_utils_cv_latex.py +++ b/tests/unit/utils/test_utils_cv_latex.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_cv_latex_html_text.py b/tests/unit/utils/test_utils_cv_latex_html_text.py index 2030a9e268..6958b40596 100644 --- a/tests/unit/utils/test_utils_cv_latex_html_text.py +++ b/tests/unit/utils/test_utils_cv_latex_html_text.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_date.py b/tests/unit/utils/test_utils_date.py index f67bd32364..84f43e2b23 100644 --- a/tests/unit/utils/test_utils_date.py +++ b/tests/unit/utils/test_utils_date.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """TODO.""" diff --git a/tests/unit/utils/test_utils_datefilter.py b/tests/unit/utils/test_utils_datefilter.py index aab1f5d351..586cbb28eb 100644 --- a/tests/unit/utils/test_utils_datefilter.py +++ b/tests/unit/utils/test_utils_datefilter.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Unit tests for the datefilter utility functions.""" diff --git a/tests/unit/utils/test_utils_dedupers.py b/tests/unit/utils/test_utils_dedupers.py index 90653fa939..7ee8b00750 100644 --- a/tests/unit/utils/test_utils_dedupers.py +++ b/tests/unit/utils/test_utils_dedupers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_experiments.py b/tests/unit/utils/test_utils_experiments.py index 3f6471647b..d81912993d 100644 --- a/tests/unit/utils/test_utils_experiments.py +++ b/tests/unit/utils/test_utils_experiments.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_export.py b/tests/unit/utils/test_utils_export.py index 0ba4363bef..203cdd6b7e 100644 --- a/tests/unit/utils/test_utils_export.py +++ b/tests/unit/utils/test_utils_export.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Unit tests for Export, the base class of exporters.""" diff --git a/tests/unit/utils/test_utils_helpers.py b/tests/unit/utils/test_utils_helpers.py index ab858dad49..5394c048ca 100644 --- a/tests/unit/utils/test_utils_helpers.py +++ b/tests/unit/utils/test_utils_helpers.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016, 2017 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_latex.py b/tests/unit/utils/test_utils_latex.py index 29c49a24f3..e80d1d5a8a 100644 --- a/tests/unit/utils/test_utils_latex.py +++ b/tests/unit/utils/test_utils_latex.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Unit tests for the LaTeX exporter.""" diff --git a/tests/unit/utils/test_utils_record.py b/tests/unit/utils/test_utils_record.py index 38f0441490..115823ff58 100644 --- a/tests/unit/utils/test_utils_record.py +++ b/tests/unit/utils/test_utils_record.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Tests for record-related utilities.""" diff --git a/tests/unit/utils/test_utils_record_getter.py b/tests/unit/utils/test_utils_record_getter.py index b9a4b324bf..b1431690fd 100644 --- a/tests/unit/utils/test_utils_record_getter.py +++ b/tests/unit/utils/test_utils_record_getter.py @@ -1,22 +1,22 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_robotupload.py b/tests/unit/utils/test_utils_robotupload.py index 8bffb3bd71..ef38dce54f 100644 --- a/tests/unit/utils/test_utils_robotupload.py +++ b/tests/unit/utils/test_utils_robotupload.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_stats.py b/tests/unit/utils/test_utils_stats.py index 0b9495143c..6ff9cced4e 100644 --- a/tests/unit/utils/test_utils_stats.py +++ b/tests/unit/utils/test_utils_stats.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/utils/test_utils_text.py b/tests/unit/utils/test_utils_text.py index 21d85404d7..9628ee236f 100644 --- a/tests/unit/utils/test_utils_text.py +++ b/tests/unit/utils/test_utils_text.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2014, 2015 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Tests for text utls.""" diff --git a/tests/unit/utils/test_utils_url.py b/tests/unit/utils/test_utils_url.py index 73c33c852d..e27ec27b9f 100644 --- a/tests/unit/utils/test_utils_url.py +++ b/tests/unit/utils/test_utils_url.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. from __future__ import absolute_import, division, print_function diff --git a/tests/unit/workflows/test_proxies.py b/tests/unit/workflows/test_proxies.py index 680ebcd9bd..ba1f1e832b 100644 --- a/tests/unit/workflows/test_proxies.py +++ b/tests/unit/workflows/test_proxies.py @@ -1,21 +1,24 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # -# INSPIRE is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# INSPIRE 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. # -# INSPIRE is distributed in the hope that 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. +# INSPIRE is distributed in the hope that 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 INSPIRE; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# along with INSPIRE. If not, see . +# +# In applying this license, CERN does not waive the privileges and immunities +# granted to it by virtue of its status as an Intergovernmental Organization +# or submit itself to any jurisdiction. """Unit tests for the workflows proxies.""" diff --git a/tests/unit/workflows/test_workflows_tasks_actions.py b/tests/unit/workflows/test_workflows_tasks_actions.py index 6b9fbebe01..b6c73abdde 100644 --- a/tests/unit/workflows/test_workflows_tasks_actions.py +++ b/tests/unit/workflows/test_workflows_tasks_actions.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/workflows/test_workflows_tasks_beard.py b/tests/unit/workflows/test_workflows_tasks_beard.py index 4c94512c49..a439751359 100644 --- a/tests/unit/workflows/test_workflows_tasks_beard.py +++ b/tests/unit/workflows/test_workflows_tasks_beard.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/workflows/test_workflows_tasks_magpie.py b/tests/unit/workflows/test_workflows_tasks_magpie.py index 4cdf752d91..343580edcc 100644 --- a/tests/unit/workflows/test_workflows_tasks_magpie.py +++ b/tests/unit/workflows/test_workflows_tasks_magpie.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. diff --git a/tests/unit/workflows/test_workflows_tasks_submission.py b/tests/unit/workflows/test_workflows_tasks_submission.py index 50f584318d..a7b0aaa7d3 100644 --- a/tests/unit/workflows/test_workflows_tasks_submission.py +++ b/tests/unit/workflows/test_workflows_tasks_submission.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of INSPIRE. -# Copyright (C) 2016 CERN. +# Copyright (C) 2014-2017 CERN. # # INSPIRE is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,13 +10,13 @@ # # INSPIRE is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 INSPIRE. If not, see . # -# In applying this licence, CERN does not waive the privileges and immunities +# In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction.