From 9ab8ad56b488cddaa41c046402174722e53eb837 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 4 Sep 2018 19:22:11 -0600 Subject: [PATCH] Add license and copyright info to all source files This follows the REUSE practices to add license and copyright info to all source files: https://reuse.software/practices/2.0/ In addition, LICENSE.md was switched to a plaintext LICENSE file, to support the tag-value header as recommended. Note that files that are closer to configuration than code did not have headers added. This includes all Salt files, Alembic files, and Python files such as most __init__.py files that only import other files, since those are similar to header files which are not considered copyrightable. --- LICENSE | 664 ++++++++++++++++++ LICENSE.md | 660 ----------------- .../comment_user_mentions_generator.py | 3 + tildes/consumers/topic_metadata_generator.py | 3 + tildes/scripts/breached_passwords.py | 3 + tildes/scripts/clean_private_data.py | 3 + tildes/scripts/initialize_db.py | 3 + .../site-icons-spriter/css_template.jinja2 | 3 + tildes/scss/_base.scss | 3 + tildes/scss/_layout.scss | 3 + tildes/scss/_mixins.scss | 3 + tildes/scss/_themes.scss | 3 + tildes/scss/modules/_btn.scss | 3 + tildes/scss/modules/_comment.scss | 3 + tildes/scss/modules/_divider.scss | 3 + tildes/scss/modules/_empty.scss | 3 + tildes/scss/modules/_form.scss | 3 + tildes/scss/modules/_group.scss | 3 + tildes/scss/modules/_heading.scss | 3 + tildes/scss/modules/_input.scss | 3 + tildes/scss/modules/_label.scss | 3 + tildes/scss/modules/_link.scss | 3 + tildes/scss/modules/_listing.scss | 3 + tildes/scss/modules/_logged-in-user.scss | 3 + tildes/scss/modules/_message.scss | 3 + tildes/scss/modules/_nav.scss | 3 + tildes/scss/modules/_pagination.scss | 3 + tildes/scss/modules/_post-buttons.scss | 3 + tildes/scss/modules/_post.scss | 3 + tildes/scss/modules/_settings.scss | 3 + tildes/scss/modules/_sidebar.scss | 3 + tildes/scss/modules/_site-footer.scss | 3 + tildes/scss/modules/_site-header.scss | 3 + tildes/scss/modules/_tab.scss | 3 + tildes/scss/modules/_text.scss | 3 + tildes/scss/modules/_time.scss | 3 + tildes/scss/modules/_toast.scss | 3 + tildes/scss/modules/_topic.scss | 3 + tildes/sql/init/insert_base_data.sql | 3 + tildes/sql/init/rabbitmq_functions.sql | 3 + .../triggers/comment_notifications/users.sql | 3 + .../init/triggers/comment_votes/comments.sql | 3 + .../comments/comment_notifications.sql | 3 + .../sql/init/triggers/comments/comments.sql | 3 + .../sql/init/triggers/comments/rabbitmq.sql | 3 + .../init/triggers/comments/topic_visits.sql | 3 + tildes/sql/init/triggers/comments/topics.sql | 3 + .../triggers/group_subscriptions/groups.sql | 3 + .../triggers/message_conversations/users.sql | 3 + .../message_replies/message_conversations.sql | 3 + .../sql/init/triggers/topic_votes/topics.sql | 3 + tildes/sql/init/triggers/topics/rabbitmq.sql | 3 + tildes/sql/init/triggers/topics/topics.sql | 3 + tildes/static/js/behaviors/auto-focus.js | 3 + .../static/js/behaviors/autoselect-input.js | 3 + .../js/behaviors/autosubmit-on-change.js | 3 + tildes/static/js/behaviors/cancel-button.js | 3 + .../behaviors/comment-collapse-all-button.js | 3 + .../js/behaviors/comment-collapse-button.js | 3 + .../js/behaviors/comment-expand-all-button.js | 3 + .../js/behaviors/comment-parent-button.js | 3 + .../js/behaviors/comment-reply-button.js | 3 + .../static/js/behaviors/comment-tag-button.js | 3 + .../behaviors/confirm-leave-page-unsaved.js | 3 + .../js/behaviors/ctrl-enter-submit-form.js | 3 + .../js/behaviors/external-links-new-tabs.js | 3 + .../js/behaviors/fadeout-parent-on-success.js | 3 + .../js/behaviors/hide-sidebar-if-open.js | 3 + .../js/behaviors/prevent-double-submit.js | 3 + tildes/static/js/behaviors/remove-on-click.js | 3 + .../static/js/behaviors/remove-on-success.js | 3 + tildes/static/js/behaviors/sidebar-toggle.js | 3 + tildes/static/js/behaviors/theme-selector.js | 3 + .../static/js/behaviors/time-period-select.js | 3 + tildes/static/js/scripts.js | 3 + tildes/tests/conftest.py | 3 + tildes/tests/fixtures.py | 3 + tildes/tests/test_comment.py | 3 + tildes/tests/test_comment_user_mentions.py | 3 + tildes/tests/test_datetime.py | 3 + tildes/tests/test_group.py | 3 + tildes/tests/test_hash.py | 3 + tildes/tests/test_id.py | 3 + tildes/tests/test_markdown.py | 3 + tildes/tests/test_markdown_field.py | 3 + tildes/tests/test_messages.py | 3 + tildes/tests/test_metrics.py | 3 + tildes/tests/test_ratelimit.py | 3 + tildes/tests/test_simplestring_field.py | 3 + tildes/tests/test_string.py | 3 + tildes/tests/test_title.py | 3 + tildes/tests/test_topic.py | 3 + tildes/tests/test_topic_permissions.py | 3 + tildes/tests/test_topic_tags.py | 4 + tildes/tests/test_triggers_comments.py | 3 + tildes/tests/test_url.py | 3 + tildes/tests/test_user.py | 3 + tildes/tests/test_username.py | 3 + tildes/tests/test_webassets.py | 3 + tildes/tests/webtests/test_user_page.py | 4 + tildes/tests/webtests/test_user_settings.py | 4 + tildes/tildes/__init__.py | 3 + tildes/tildes/api.py | 3 + tildes/tildes/auth.py | 3 + tildes/tildes/database.py | 3 + tildes/tildes/enums.py | 3 + tildes/tildes/jinja.py | 3 + tildes/tildes/json.py | 3 + tildes/tildes/lib/amqp.py | 3 + tildes/tildes/lib/database.py | 3 + tildes/tildes/lib/datetime.py | 3 + tildes/tildes/lib/hash.py | 3 + tildes/tildes/lib/id.py | 3 + tildes/tildes/lib/markdown.py | 3 + tildes/tildes/lib/message.py | 3 + tildes/tildes/lib/password.py | 3 + tildes/tildes/lib/ratelimit.py | 3 + tildes/tildes/lib/string.py | 3 + tildes/tildes/lib/url.py | 3 + tildes/tildes/metrics.py | 3 + tildes/tildes/models/comment/comment.py | 3 + .../models/comment/comment_notification.py | 3 + .../comment/comment_notification_query.py | 3 + tildes/tildes/models/comment/comment_query.py | 3 + tildes/tildes/models/comment/comment_tag.py | 3 + tildes/tildes/models/comment/comment_tree.py | 3 + tildes/tildes/models/comment/comment_vote.py | 3 + tildes/tildes/models/database_model.py | 3 + tildes/tildes/models/group/group.py | 3 + tildes/tildes/models/group/group_query.py | 3 + .../tildes/models/group/group_subscription.py | 3 + tildes/tildes/models/log/log.py | 3 + tildes/tildes/models/message/message.py | 3 + tildes/tildes/models/model_query.py | 3 + tildes/tildes/models/pagination.py | 3 + tildes/tildes/models/topic/topic.py | 3 + tildes/tildes/models/topic/topic_query.py | 3 + tildes/tildes/models/topic/topic_visit.py | 3 + tildes/tildes/models/topic/topic_vote.py | 3 + tildes/tildes/models/user/user.py | 3 + .../tildes/models/user/user_group_settings.py | 3 + tildes/tildes/models/user/user_invite_code.py | 3 + tildes/tildes/resources/__init__.py | 3 + tildes/tildes/resources/comment.py | 3 + tildes/tildes/resources/group.py | 3 + tildes/tildes/resources/message.py | 3 + tildes/tildes/resources/topic.py | 3 + tildes/tildes/resources/user.py | 3 + tildes/tildes/routes.py | 3 + tildes/tildes/schemas/comment.py | 3 + tildes/tildes/schemas/fields.py | 3 + tildes/tildes/schemas/group.py | 3 + tildes/tildes/schemas/message.py | 3 + tildes/tildes/schemas/topic.py | 3 + tildes/tildes/schemas/topic_listing.py | 3 + tildes/tildes/schemas/user.py | 3 + tildes/tildes/templates/base.jinja2 | 3 + .../tildes/templates/base_no_sidebar.jinja2 | 3 + tildes/tildes/templates/base_user_menu.jinja2 | 3 + tildes/tildes/templates/donate_stripe.jinja2 | 3 + tildes/tildes/templates/error_403.jinja2 | 3 + .../templates/error_group_not_found.jinja2 | 3 + tildes/tildes/templates/groups.jinja2 | 3 + tildes/tildes/templates/home.jinja2 | 3 + .../includes/password_restrictions.jinja2 | 3 + .../templates/includes/topic_tags.jinja2 | 3 + .../intercooler/comment_contents.jinja2 | 3 + .../templates/intercooler/comment_edit.jinja2 | 3 + .../intercooler/group_subscription_box.jinja2 | 3 + .../templates/intercooler/invite_code.jinja2 | 3 + .../intercooler/login_two_factor.jinja2 | 3 + .../intercooler/single_comment.jinja2 | 3 + .../intercooler/single_message.jinja2 | 3 + .../intercooler/topic_contents.jinja2 | 3 + .../templates/intercooler/topic_edit.jinja2 | 3 + .../intercooler/topic_group_edit.jinja2 | 3 + .../templates/intercooler/topic_tags.jinja2 | 3 + .../intercooler/topic_tags_edit.jinja2 | 3 + .../intercooler/topic_title_edit.jinja2 | 3 + .../templates/intercooler/topic_voting.jinja2 | 3 + .../intercooler/two_factor_disabled.jinja2 | 5 +- .../intercooler/two_factor_enabled.jinja2 | 3 + tildes/tildes/templates/invite.jinja2 | 3 + tildes/tildes/templates/login.jinja2 | 3 + .../tildes/templates/macros/comments.jinja2 | 3 + .../tildes/templates/macros/datetime.jinja2 | 3 + tildes/tildes/templates/macros/forms.jinja2 | 3 + tildes/tildes/templates/macros/groups.jinja2 | 3 + tildes/tildes/templates/macros/links.jinja2 | 3 + .../tildes/templates/macros/messages.jinja2 | 3 + tildes/tildes/templates/macros/topics.jinja2 | 3 + tildes/tildes/templates/macros/user.jinja2 | 3 + .../tildes/templates/macros/user_menu.jinja2 | 3 + .../templates/message_conversation.jinja2 | 3 + tildes/tildes/templates/messages.jinja2 | 3 + tildes/tildes/templates/messages_sent.jinja2 | 3 + .../tildes/templates/messages_unread.jinja2 | 3 + tildes/tildes/templates/new_message.jinja2 | 3 + tildes/tildes/templates/new_topic.jinja2 | 3 + tildes/tildes/templates/notifications.jinja2 | 3 + .../templates/notifications_unread.jinja2 | 3 + tildes/tildes/templates/register.jinja2 | 3 + tildes/tildes/templates/search.jinja2 | 3 + tildes/tildes/templates/settings.jinja2 | 3 + .../settings_account_recovery.jinja2 | 3 + .../templates/settings_comment_visits.jinja2 | 3 + .../tildes/templates/settings_filters.jinja2 | 3 + .../templates/settings_password_change.jinja2 | 3 + .../templates/settings_two_factor.jinja2 | 3 + tildes/tildes/templates/topic.jinja2 | 3 + tildes/tildes/templates/topic_listing.jinja2 | 3 + tildes/tildes/templates/user.jinja2 | 3 + tildes/tildes/views/api/v0/group.py | 3 + tildes/tildes/views/api/v0/topic.py | 3 + tildes/tildes/views/api/v0/user.py | 3 + tildes/tildes/views/api/web/comment.py | 3 + tildes/tildes/views/api/web/exceptions.py | 3 + tildes/tildes/views/api/web/group.py | 3 + tildes/tildes/views/api/web/message.py | 3 + tildes/tildes/views/api/web/topic.py | 3 + tildes/tildes/views/api/web/user.py | 3 + tildes/tildes/views/decorators.py | 3 + tildes/tildes/views/donate.py | 3 + tildes/tildes/views/exceptions.py | 3 + tildes/tildes/views/group.py | 3 + tildes/tildes/views/login.py | 3 + tildes/tildes/views/message.py | 3 + tildes/tildes/views/metrics.py | 3 + tildes/tildes/views/notifications.py | 3 + tildes/tildes/views/register.py | 3 + tildes/tildes/views/settings.py | 3 + tildes/tildes/views/topic.py | 3 + tildes/tildes/views/user.py | 3 + 233 files changed, 1361 insertions(+), 661 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4aa93a6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,664 @@ +Valid-License-Identifier: AGPL-3.0-or-later +License-Text: + + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index cba6f6a..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,660 +0,0 @@ -### GNU AFFERO GENERAL PUBLIC LICENSE - -Version 3, 19 November 2007 - -Copyright (C) 2007 Free Software Foundation, Inc. - - -Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed. - -### Preamble - -The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - -The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains -free software for all its users. - -When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - -Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - -A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - -The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - -An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing -under this license. - -The precise terms and conditions for copying, distribution and -modification follow. - -### TERMS AND CONDITIONS - -#### 0. Definitions. - -"This License" refers to version 3 of the GNU Affero General Public -License. - -"Copyright" also means copyright-like laws that apply to other kinds -of works, such as semiconductor masks. - -"The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - -To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of -an exact copy. The resulting work is called a "modified version" of -the earlier work or a work "based on" the earlier work. - -A "covered work" means either the unmodified Program or a work based -on the Program. - -To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - -To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user -through a computer network, with no transfer of a copy, is not -conveying. - -An interactive user interface displays "Appropriate Legal Notices" to -the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - -#### 1. Source Code. - -The "source code" for a work means the preferred form of the work for -making modifications to it. "Object code" means any non-source form of -a work. - -A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - -The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - -The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - -The Corresponding Source need not include anything that users can -regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same -work. - -#### 2. Basic Permissions. - -All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not convey, -without conditions so long as your license otherwise remains in force. -You may convey covered works to others for the sole purpose of having -them make modifications exclusively for you, or provide you with -facilities for running those works, provided that you comply with the -terms of this License in conveying all material for which you do not -control copyright. Those thus making or running the covered works for -you must do so exclusively on your behalf, under your direction and -control, on terms that prohibit them from making any copies of your -copyrighted material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under the -conditions stated below. Sublicensing is not allowed; section 10 makes -it unnecessary. - -#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - -No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - -When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such -circumvention is effected by exercising rights under this License with -respect to the covered work, and you disclaim any intention to limit -operation or modification of the work as a means of enforcing, against -the work's users, your or third parties' legal rights to forbid -circumvention of technological measures. - -#### 4. Conveying Verbatim Copies. - -You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - -You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - -#### 5. Conveying Modified Source Versions. - -You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these -conditions: - -- a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. -- b) The work must carry prominent notices stating that it is - released under this License and any conditions added under - section 7. This requirement modifies the requirement in section 4 - to "keep intact all notices". -- c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. -- d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - -A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - -#### 6. Conveying Non-Source Forms. - -You may convey a covered work in object code form under the terms of -sections 4 and 5, provided that you also convey the machine-readable -Corresponding Source under the terms of this License, in one of these -ways: - -- a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. -- b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the Corresponding - Source from a network server at no charge. -- c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. -- d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. -- e) Convey the object code using peer-to-peer transmission, - provided you inform other peers where the object code and - Corresponding Source of the work are being offered to the general - public at no charge under subsection 6d. - -A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - -A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, -family, or household purposes, or (2) anything designed or sold for -incorporation into a dwelling. In determining whether a product is a -consumer product, doubtful cases shall be resolved in favor of -coverage. For a particular product received by a particular user, -"normally used" refers to a typical or common use of that class of -product, regardless of the status of the particular user or of the way -in which the particular user actually uses, or expects or is expected -to use, the product. A product is a consumer product regardless of -whether the product has substantial commercial, industrial or -non-consumer uses, unless such uses represent the only significant -mode of use of the product. - -"Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to -install and execute modified versions of a covered work in that User -Product from a modified version of its Corresponding Source. The -information must suffice to ensure that the continued functioning of -the modified object code is in no case prevented or interfered with -solely because modification has been made. - -If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - -The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or -updates for a work that has been modified or installed by the -recipient, or for the User Product in which it has been modified or -installed. Access to a network may be denied when the modification -itself materially and adversely affects the operation of the network -or violates the rules and protocols for communication across the -network. - -Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - -#### 7. Additional Terms. - -"Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders -of that material) supplement the terms of this License with terms: - -- a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or -- b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or -- c) Prohibiting misrepresentation of the origin of that material, - or requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or -- d) Limiting the use for publicity purposes of names of licensors - or authors of the material; or -- e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or -- f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions - of it) with contractual assumptions of liability to the recipient, - for any liability that these contractual assumptions directly - impose on those licensors and authors. - -All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; the -above requirements apply either way. - -#### 8. Termination. - -You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - -However, if you cease all violation of this License, then your license -from a particular copyright holder is reinstated (a) provisionally, -unless and until the copyright holder explicitly and finally -terminates your license, and (b) permanently, if the copyright holder -fails to notify you of the violation by some reasonable means prior to -60 days after the cessation. - -Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - -Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - -#### 9. Acceptance Not Required for Having Copies. - -You are not required to accept this License in order to receive or run -a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - -#### 10. Automatic Licensing of Downstream Recipients. - -Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - -An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - -#### 11. Patents. - -A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - -A contributor's "essential patent claims" are all patent claims owned -or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - -In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - -If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - -A patent license is "discriminatory" if it does not include within the -scope of its coverage, prohibits the exercise of, or is conditioned on -the non-exercise of one or more of the rights that are specifically -granted under this License. You may not convey a covered work if you -are a party to an arrangement with a third party that is in the -business of distributing software, under which you make payment to the -third party based on the extent of your activity of conveying the -work, and under which the third party grants, to any of the parties -who would receive the covered work from you, a discriminatory patent -license (a) in connection with copies of the covered work conveyed by -you (or copies made from those copies), or (b) primarily for and in -connection with specific products or compilations that contain the -covered work, unless you entered into that arrangement, or that patent -license was granted, prior to 28 March 2007. - -Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - -#### 12. No Surrender of Others' Freedom. - -If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under -this License and any other pertinent obligations, then as a -consequence you may not convey it at all. For example, if you agree to -terms that obligate you to collect a royalty for further conveying -from those to whom you convey the Program, the only way you could -satisfy both those terms and this License would be to refrain entirely -from conveying the Program. - -#### 13. Remote Network Interaction; Use with the GNU General Public License. - -Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your -version supports such interaction) an opportunity to receive the -Corresponding Source of your version by providing access to the -Corresponding Source from a network server at no charge, through some -standard or customary means of facilitating copying of software. This -Corresponding Source shall include the Corresponding Source for any -work covered by version 3 of the GNU General Public License that is -incorporated pursuant to the following paragraph. - -Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - -#### 14. Revised Versions of this License. - -The Free Software Foundation may publish revised and/or new versions -of the GNU Affero General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever -published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions -of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - -Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - -#### 15. Disclaimer of Warranty. - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT -WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE -DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR -CORRECTION. - -#### 16. Limitation of Liability. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR -CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT -NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR -LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM -TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER -PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -#### 17. Interpretation of Sections 15 and 16. - -If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - -END OF TERMS AND CONDITIONS - -### How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these -terms. - -To do so, attach the following notices to the program. It is safest to -attach them to the start of each source file to most effectively state -the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper -mail. - -If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for -the specific requirements. - -You should also get your employer (if you work as a programmer) or -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. For more information on this, and how to apply and follow -the GNU AGPL, see . diff --git a/tildes/consumers/comment_user_mentions_generator.py b/tildes/consumers/comment_user_mentions_generator.py index bb6691b..c96de76 100644 --- a/tildes/consumers/comment_user_mentions_generator.py +++ b/tildes/consumers/comment_user_mentions_generator.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Consumer that generates user mentions for comments.""" from amqpy import Message diff --git a/tildes/consumers/topic_metadata_generator.py b/tildes/consumers/topic_metadata_generator.py index fc8fa92..d1710ef 100644 --- a/tildes/consumers/topic_metadata_generator.py +++ b/tildes/consumers/topic_metadata_generator.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Consumer that generates content_metadata for topics.""" from typing import Sequence diff --git a/tildes/scripts/breached_passwords.py b/tildes/scripts/breached_passwords.py index aaa025d..234f9cf 100644 --- a/tildes/scripts/breached_passwords.py +++ b/tildes/scripts/breached_passwords.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Command-line tools for managing a breached-passwords bloom filter. This tool will help with creating and updating a bloom filter in Redis (using ReBloom: diff --git a/tildes/scripts/clean_private_data.py b/tildes/scripts/clean_private_data.py index cb0d84c..f7ec808 100644 --- a/tildes/scripts/clean_private_data.py +++ b/tildes/scripts/clean_private_data.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Script for cleaning up private/deleted data. Other things that should probably be added here eventually: diff --git a/tildes/scripts/initialize_db.py b/tildes/scripts/initialize_db.py index c7bd111..e0655a9 100644 --- a/tildes/scripts/initialize_db.py +++ b/tildes/scripts/initialize_db.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Script for doing the initial setup of database tables.""" # pylint: disable=wrong-import-order diff --git a/tildes/scripts/site-icons-spriter/css_template.jinja2 b/tildes/scripts/site-icons-spriter/css_template.jinja2 index c58b9fa..aafbb3f 100644 --- a/tildes/scripts/site-icons-spriter/css_template.jinja2 +++ b/tildes/scripts/site-icons-spriter/css_template.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% for r, ratio in ratios.items() %} {% if ratio.ratio == 1.0 %} .topic-icon { diff --git a/tildes/scss/_base.scss b/tildes/scss/_base.scss index 61eda0e..a00b34b 100644 --- a/tildes/scss/_base.scss +++ b/tildes/scss/_base.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + // Styles for base elements only (no classes, IDs, etc.) // Includes overrides for Spectre.css base element styles as well diff --git a/tildes/scss/_layout.scss b/tildes/scss/_layout.scss index 543c7cc..6c30906 100644 --- a/tildes/scss/_layout.scss +++ b/tildes/scss/_layout.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + body { @supports (display: grid) { display: grid; diff --git a/tildes/scss/_mixins.scss b/tildes/scss/_mixins.scss index afba587..ea10a14 100644 --- a/tildes/scss/_mixins.scss +++ b/tildes/scss/_mixins.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + // shrinks a font size by 0.1rem on mobile screen sizes @mixin font-shrink-on-mobile($base-size) { font-size: $base-size - 0.1rem; diff --git a/tildes/scss/_themes.scss b/tildes/scss/_themes.scss index ac82454..a6cce8c 100644 --- a/tildes/scss/_themes.scss +++ b/tildes/scss/_themes.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + // This file should only contain rules that need to differ between the // different themes, defined inside the `theme-dependent` mixin below. // Note that all rules inside the mixin will be included in the compiled CSS diff --git a/tildes/scss/modules/_btn.scss b/tildes/scss/modules/_btn.scss index 7acc525..46311d2 100644 --- a/tildes/scss/modules/_btn.scss +++ b/tildes/scss/modules/_btn.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .btn { @include min-touch-size; diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 8ac06be..e826769 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .comment { border-left: 1px solid; margin-bottom: 0.4rem; diff --git a/tildes/scss/modules/_divider.scss b/tildes/scss/modules/_divider.scss index e80428b..e549f4f 100644 --- a/tildes/scss/modules/_divider.scss +++ b/tildes/scss/modules/_divider.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .divider, .divider[data-content] { margin: 1rem; } diff --git a/tildes/scss/modules/_empty.scss b/tildes/scss/modules/_empty.scss index 6d344f4..143c6f2 100644 --- a/tildes/scss/modules/_empty.scss +++ b/tildes/scss/modules/_empty.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .empty { background: inherit; color: inherit; diff --git a/tildes/scss/modules/_form.scss b/tildes/scss/modules/_form.scss index c179059..41e400c 100644 --- a/tildes/scss/modules/_form.scss +++ b/tildes/scss/modules/_form.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .form-narrow { max-width: 20rem; } diff --git a/tildes/scss/modules/_group.scss b/tildes/scss/modules/_group.scss index d5a15bc..e4cab14 100644 --- a/tildes/scss/modules/_group.scss +++ b/tildes/scss/modules/_group.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .group-list { .link-group { font-weight: bold; diff --git a/tildes/scss/modules/_heading.scss b/tildes/scss/modules/_heading.scss index e28cb47..1839a60 100644 --- a/tildes/scss/modules/_heading.scss +++ b/tildes/scss/modules/_heading.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .heading-main { font-weight: bold; } diff --git a/tildes/scss/modules/_input.scss b/tildes/scss/modules/_input.scss index 9940d70..d115d8f 100644 --- a/tildes/scss/modules/_input.scss +++ b/tildes/scss/modules/_input.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .input-invite-code { margin-bottom: 0.4rem; } diff --git a/tildes/scss/modules/_label.scss b/tildes/scss/modules/_label.scss index 82a5421..5eb6414 100644 --- a/tildes/scss/modules/_label.scss +++ b/tildes/scss/modules/_label.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .label { font-size: 0.6rem; } diff --git a/tildes/scss/modules/_link.scss b/tildes/scss/modules/_link.scss index 52418e5..79357f2 100644 --- a/tildes/scss/modules/_link.scss +++ b/tildes/scss/modules/_link.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + a.link-user, a.link-group { &:visited { color: $blue; diff --git a/tildes/scss/modules/_listing.scss b/tildes/scss/modules/_listing.scss index 94210af..e5677b0 100644 --- a/tildes/scss/modules/_listing.scss +++ b/tildes/scss/modules/_listing.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .listing-options { display: flex; flex-wrap: wrap; diff --git a/tildes/scss/modules/_logged-in-user.scss b/tildes/scss/modules/_logged-in-user.scss index fcd22df..64db3c7 100644 --- a/tildes/scss/modules/_logged-in-user.scss +++ b/tildes/scss/modules/_logged-in-user.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .logged-in-user-info { font-size: 0.8rem; diff --git a/tildes/scss/modules/_message.scss b/tildes/scss/modules/_message.scss index e962f6a..2fb347a 100644 --- a/tildes/scss/modules/_message.scss +++ b/tildes/scss/modules/_message.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .message { margin-bottom: 0.4rem; border: 1px solid; diff --git a/tildes/scss/modules/_nav.scss b/tildes/scss/modules/_nav.scss index 415a09e..f5611aa 100644 --- a/tildes/scss/modules/_nav.scss +++ b/tildes/scss/modules/_nav.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .nav { li { font-size: 0.6rem; diff --git a/tildes/scss/modules/_pagination.scss b/tildes/scss/modules/_pagination.scss index 0493f70..243cddc 100644 --- a/tildes/scss/modules/_pagination.scss +++ b/tildes/scss/modules/_pagination.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .page-item { font-size: 0.6rem; height: auto; diff --git a/tildes/scss/modules/_post-buttons.scss b/tildes/scss/modules/_post-buttons.scss index d7a5fe1..19c345d 100644 --- a/tildes/scss/modules/_post-buttons.scss +++ b/tildes/scss/modules/_post-buttons.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .post-buttons { display: flex; flex-wrap: wrap; diff --git a/tildes/scss/modules/_post.scss b/tildes/scss/modules/_post.scss index 81269ee..86d45dc 100644 --- a/tildes/scss/modules/_post.scss +++ b/tildes/scss/modules/_post.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .post-listing { list-style-type: none; margin-left: 0; diff --git a/tildes/scss/modules/_settings.scss b/tildes/scss/modules/_settings.scss index c6bfcae..d962c81 100644 --- a/tildes/scss/modules/_settings.scss +++ b/tildes/scss/modules/_settings.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .settings-list { list-style-type: none; diff --git a/tildes/scss/modules/_sidebar.scss b/tildes/scss/modules/_sidebar.scss index 7106908..20211cf 100644 --- a/tildes/scss/modules/_sidebar.scss +++ b/tildes/scss/modules/_sidebar.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + #sidebar { p { margin-bottom: 0.4rem; diff --git a/tildes/scss/modules/_site-footer.scss b/tildes/scss/modules/_site-footer.scss index ae87b9e..d9c6924 100644 --- a/tildes/scss/modules/_site-footer.scss +++ b/tildes/scss/modules/_site-footer.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + #site-footer { padding: 0.2rem; padding-bottom: 1rem; diff --git a/tildes/scss/modules/_site-header.scss b/tildes/scss/modules/_site-header.scss index 708d5a9..0c84b82 100644 --- a/tildes/scss/modules/_site-header.scss +++ b/tildes/scss/modules/_site-header.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + #site-header { .logged-in-user-info { // hidden on small screens diff --git a/tildes/scss/modules/_tab.scss b/tildes/scss/modules/_tab.scss index 9bd7a19..4bf9c51 100644 --- a/tildes/scss/modules/_tab.scss +++ b/tildes/scss/modules/_tab.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .tab-listing-order { flex-wrap: nowrap; padding-left: 0; diff --git a/tildes/scss/modules/_text.scss b/tildes/scss/modules/_text.scss index 4a03812..e5c4f2f 100644 --- a/tildes/scss/modules/_text.scss +++ b/tildes/scss/modules/_text.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .text-small { font-size: 0.6rem; line-height: 0.9rem; diff --git a/tildes/scss/modules/_time.scss b/tildes/scss/modules/_time.scss index 795658d..5ee7295 100644 --- a/tildes/scss/modules/_time.scss +++ b/tildes/scss/modules/_time.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + // abbreviated timestamp - only displays on small screens .time-responsive::after { content: attr(data-abbreviated); diff --git a/tildes/scss/modules/_toast.scss b/tildes/scss/modules/_toast.scss index 879e93c..2a7aaea 100644 --- a/tildes/scss/modules/_toast.scss +++ b/tildes/scss/modules/_toast.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .toast { margin: 1rem 0; font-weight: bold; diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index 2307fcc..57789b9 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + .topic-listing { list-style-type: none; margin: 0; diff --git a/tildes/sql/init/insert_base_data.sql b/tildes/sql/init/insert_base_data.sql index 574b0d8..9b1b3bc 100644 --- a/tildes/sql/init/insert_base_data.sql +++ b/tildes/sql/init/insert_base_data.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + -- add an "unknown user" for re-assigning deleted comments to after they're -- outside the retention period, and similar uses INSERT INTO users (user_id, username, password_hash) diff --git a/tildes/sql/init/rabbitmq_functions.sql b/tildes/sql/init/rabbitmq_functions.sql index 576ca7d..0284d6b 100644 --- a/tildes/sql/init/rabbitmq_functions.sql +++ b/tildes/sql/init/rabbitmq_functions.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION send_rabbitmq_message(routing_key TEXT, message TEXT) RETURNS VOID AS $$ SELECT pg_notify('pgsql_events', routing_key || '|' || message); $$ STABLE LANGUAGE SQL; diff --git a/tildes/sql/init/triggers/comment_notifications/users.sql b/tildes/sql/init/triggers/comment_notifications/users.sql index f7c8dbc..a433993 100644 --- a/tildes/sql/init/triggers/comment_notifications/users.sql +++ b/tildes/sql/init/triggers/comment_notifications/users.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_users_num_unread_notifications() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/comment_votes/comments.sql b/tildes/sql/init/triggers/comment_votes/comments.sql index 39578c4..1bd31d1 100644 --- a/tildes/sql/init/triggers/comment_votes/comments.sql +++ b/tildes/sql/init/triggers/comment_votes/comments.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_comment_num_votes() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/comments/comment_notifications.sql b/tildes/sql/init/triggers/comments/comment_notifications.sql index 3a91e53..e211c46 100644 --- a/tildes/sql/init/triggers/comments/comment_notifications.sql +++ b/tildes/sql/init/triggers/comments/comment_notifications.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + -- delete any notifications related to a comment when it's deleted or removed CREATE OR REPLACE FUNCTION delete_comment_notifications() RETURNS TRIGGER AS $$ BEGIN diff --git a/tildes/sql/init/triggers/comments/comments.sql b/tildes/sql/init/triggers/comments/comments.sql index 46427ab..6f99e13 100644 --- a/tildes/sql/init/triggers/comments/comments.sql +++ b/tildes/sql/init/triggers/comments/comments.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + -- set comment.deleted_time when is_deleted changes CREATE OR REPLACE FUNCTION set_comment_deleted_time() RETURNS TRIGGER AS $$ BEGIN diff --git a/tildes/sql/init/triggers/comments/rabbitmq.sql b/tildes/sql/init/triggers/comments/rabbitmq.sql index 819ed1a..457ed1a 100644 --- a/tildes/sql/init/triggers/comments/rabbitmq.sql +++ b/tildes/sql/init/triggers/comments/rabbitmq.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION send_rabbitmq_message_for_comment() RETURNS TRIGGER AS $$ DECLARE affected_row RECORD; diff --git a/tildes/sql/init/triggers/comments/topic_visits.sql b/tildes/sql/init/triggers/comments/topic_visits.sql index 3a2e048..73e4e40 100644 --- a/tildes/sql/init/triggers/comments/topic_visits.sql +++ b/tildes/sql/init/triggers/comments/topic_visits.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + -- increment a user's topic visit comment count when they post a comment CREATE OR REPLACE FUNCTION increment_user_topic_visit_num_comments() RETURNS TRIGGER AS $$ BEGIN diff --git a/tildes/sql/init/triggers/comments/topics.sql b/tildes/sql/init/triggers/comments/topics.sql index c274431..ec35903 100644 --- a/tildes/sql/init/triggers/comments/topics.sql +++ b/tildes/sql/init/triggers/comments/topics.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_topics_num_comments() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/group_subscriptions/groups.sql b/tildes/sql/init/triggers/group_subscriptions/groups.sql index ab661c0..383de12 100644 --- a/tildes/sql/init/triggers/group_subscriptions/groups.sql +++ b/tildes/sql/init/triggers/group_subscriptions/groups.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_group_subscription_count() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/message_conversations/users.sql b/tildes/sql/init/triggers/message_conversations/users.sql index 9e09fbd..b4ec185 100644 --- a/tildes/sql/init/triggers/message_conversations/users.sql +++ b/tildes/sql/init/triggers/message_conversations/users.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_users_num_unread_messages() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/message_replies/message_conversations.sql b/tildes/sql/init/triggers/message_replies/message_conversations.sql index b0f48fb..8d89b1f 100644 --- a/tildes/sql/init/triggers/message_replies/message_conversations.sql +++ b/tildes/sql/init/triggers/message_replies/message_conversations.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_conversation() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/topic_votes/topics.sql b/tildes/sql/init/triggers/topic_votes/topics.sql index 60bc558..d52f8ad 100644 --- a/tildes/sql/init/triggers/topic_votes/topics.sql +++ b/tildes/sql/init/triggers/topic_votes/topics.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION update_topic_num_votes() RETURNS TRIGGER AS $$ BEGIN IF (TG_OP = 'INSERT') THEN diff --git a/tildes/sql/init/triggers/topics/rabbitmq.sql b/tildes/sql/init/triggers/topics/rabbitmq.sql index ffec211..670e6ee 100644 --- a/tildes/sql/init/triggers/topics/rabbitmq.sql +++ b/tildes/sql/init/triggers/topics/rabbitmq.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + CREATE OR REPLACE FUNCTION send_rabbitmq_message_for_topic() RETURNS TRIGGER AS $$ DECLARE affected_row RECORD; diff --git a/tildes/sql/init/triggers/topics/topics.sql b/tildes/sql/init/triggers/topics/topics.sql index 6825a85..55424f5 100644 --- a/tildes/sql/init/triggers/topics/topics.sql +++ b/tildes/sql/init/triggers/topics/topics.sql @@ -1,3 +1,6 @@ +-- Copyright (c) 2018 Tildes contributors +-- SPDX-License-Identifier: AGPL-3.0-or-later + -- set topic.deleted_time when it's deleted CREATE OR REPLACE FUNCTION set_topic_deleted_time() RETURNS TRIGGER AS $$ BEGIN diff --git a/tildes/static/js/behaviors/auto-focus.js b/tildes/static/js/behaviors/auto-focus.js index 4f3252a..cb1cf63 100644 --- a/tildes/static/js/behaviors/auto-focus.js +++ b/tildes/static/js/behaviors/auto-focus.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-auto-focus]', function() { $input = $(this); diff --git a/tildes/static/js/behaviors/autoselect-input.js b/tildes/static/js/behaviors/autoselect-input.js index 5cd6118..5a3061f 100644 --- a/tildes/static/js/behaviors/autoselect-input.js +++ b/tildes/static/js/behaviors/autoselect-input.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-autoselect-input]', function() { $(this).click(function(event) { $(this).select(); diff --git a/tildes/static/js/behaviors/autosubmit-on-change.js b/tildes/static/js/behaviors/autosubmit-on-change.js index 4f1c5bf..bfcdc7c 100644 --- a/tildes/static/js/behaviors/autosubmit-on-change.js +++ b/tildes/static/js/behaviors/autosubmit-on-change.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-autosubmit-on-change]', function() { $(this).change(function(event) { $(this).closest('form').submit(); diff --git a/tildes/static/js/behaviors/cancel-button.js b/tildes/static/js/behaviors/cancel-button.js index 7fec9ed..a063a96 100644 --- a/tildes/static/js/behaviors/cancel-button.js +++ b/tildes/static/js/behaviors/cancel-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-cancel-button]', function() { $(this).click(function(event) { var $parentForm = $(this).closest('form'); diff --git a/tildes/static/js/behaviors/comment-collapse-all-button.js b/tildes/static/js/behaviors/comment-collapse-all-button.js index d90190b..40ab46f 100644 --- a/tildes/static/js/behaviors/comment-collapse-all-button.js +++ b/tildes/static/js/behaviors/comment-collapse-all-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-collapse-all-button]', function() { $(this).click(function(event) { // first uncollapse any individually collapsed comments diff --git a/tildes/static/js/behaviors/comment-collapse-button.js b/tildes/static/js/behaviors/comment-collapse-button.js index f277838..390e3a5 100644 --- a/tildes/static/js/behaviors/comment-collapse-button.js +++ b/tildes/static/js/behaviors/comment-collapse-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-collapse-button]', function() { $(this).click(function(event) { $this = $(this); diff --git a/tildes/static/js/behaviors/comment-expand-all-button.js b/tildes/static/js/behaviors/comment-expand-all-button.js index 53c5ce5..510b179 100644 --- a/tildes/static/js/behaviors/comment-expand-all-button.js +++ b/tildes/static/js/behaviors/comment-expand-all-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-expand-all-button]', function() { $(this).click(function(event) { $('.is-comment-collapsed, .is-comment-collapsed-individual').each( diff --git a/tildes/static/js/behaviors/comment-parent-button.js b/tildes/static/js/behaviors/comment-parent-button.js index d73d591..d250837 100644 --- a/tildes/static/js/behaviors/comment-parent-button.js +++ b/tildes/static/js/behaviors/comment-parent-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-parent-button]', function() { $(this).click(function(event) { var $comment = $(this).parents('.comment').first(); diff --git a/tildes/static/js/behaviors/comment-reply-button.js b/tildes/static/js/behaviors/comment-reply-button.js index 40a0f13..016a0b9 100644 --- a/tildes/static/js/behaviors/comment-reply-button.js +++ b/tildes/static/js/behaviors/comment-reply-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-reply-button]', function() { $(this).click(function(event) { event.preventDefault(); diff --git a/tildes/static/js/behaviors/comment-tag-button.js b/tildes/static/js/behaviors/comment-tag-button.js index b0b6ef7..4c354f8 100644 --- a/tildes/static/js/behaviors/comment-tag-button.js +++ b/tildes/static/js/behaviors/comment-tag-button.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-comment-tag-button]', function() { $(this).click(function(event) { event.preventDefault(); diff --git a/tildes/static/js/behaviors/confirm-leave-page-unsaved.js b/tildes/static/js/behaviors/confirm-leave-page-unsaved.js index 03a3f7d..fb83003 100644 --- a/tildes/static/js/behaviors/confirm-leave-page-unsaved.js +++ b/tildes/static/js/behaviors/confirm-leave-page-unsaved.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-confirm-leave-page-unsaved]', function() { $form = $(this); $form.areYouSure(); diff --git a/tildes/static/js/behaviors/ctrl-enter-submit-form.js b/tildes/static/js/behaviors/ctrl-enter-submit-form.js index 3e8715c..67c4e38 100644 --- a/tildes/static/js/behaviors/ctrl-enter-submit-form.js +++ b/tildes/static/js/behaviors/ctrl-enter-submit-form.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-ctrl-enter-submit-form]', function() { $(this).keydown(function(event) { if ((event.ctrlKey || event.metaKey) && diff --git a/tildes/static/js/behaviors/external-links-new-tabs.js b/tildes/static/js/behaviors/external-links-new-tabs.js index 20b90f3..fc3c58d 100644 --- a/tildes/static/js/behaviors/external-links-new-tabs.js +++ b/tildes/static/js/behaviors/external-links-new-tabs.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-external-links-new-tabs]', function() { // Open external links in topic, comment, and message text in new tabs $(this).find('a').each(function() { diff --git a/tildes/static/js/behaviors/fadeout-parent-on-success.js b/tildes/static/js/behaviors/fadeout-parent-on-success.js index 9eae946..464f24a 100644 --- a/tildes/static/js/behaviors/fadeout-parent-on-success.js +++ b/tildes/static/js/behaviors/fadeout-parent-on-success.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-fadeout-parent-on-success]', function() { $(this).on('after.success.ic', function() { $(this).parent().fadeOut('fast'); diff --git a/tildes/static/js/behaviors/hide-sidebar-if-open.js b/tildes/static/js/behaviors/hide-sidebar-if-open.js index 19c0339..12e5806 100644 --- a/tildes/static/js/behaviors/hide-sidebar-if-open.js +++ b/tildes/static/js/behaviors/hide-sidebar-if-open.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-hide-sidebar-if-open]', function() { $(this).on('click', function(event) { if ($('#sidebar').hasClass('is-sidebar-displayed')) { diff --git a/tildes/static/js/behaviors/prevent-double-submit.js b/tildes/static/js/behaviors/prevent-double-submit.js index 982f955..09302d8 100644 --- a/tildes/static/js/behaviors/prevent-double-submit.js +++ b/tildes/static/js/behaviors/prevent-double-submit.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-prevent-double-submit]', function() { $(this).on('beforeSend.ic', function(evt, elt, data, settings, xhr, requestId) { var $form = $(this); diff --git a/tildes/static/js/behaviors/remove-on-click.js b/tildes/static/js/behaviors/remove-on-click.js index 51fd759..de38b0b 100644 --- a/tildes/static/js/behaviors/remove-on-click.js +++ b/tildes/static/js/behaviors/remove-on-click.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-remove-on-click]', function() { $(this).on('click', function() { $(this).remove(); diff --git a/tildes/static/js/behaviors/remove-on-success.js b/tildes/static/js/behaviors/remove-on-success.js index a1977dd..58ea210 100644 --- a/tildes/static/js/behaviors/remove-on-success.js +++ b/tildes/static/js/behaviors/remove-on-success.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-remove-on-success]', function() { $(this).on('after.success.ic', function() { $(this).remove(); diff --git a/tildes/static/js/behaviors/sidebar-toggle.js b/tildes/static/js/behaviors/sidebar-toggle.js index 3914646..570d820 100644 --- a/tildes/static/js/behaviors/sidebar-toggle.js +++ b/tildes/static/js/behaviors/sidebar-toggle.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-sidebar-toggle]', function() { $(this).click(function(event) { event.preventDefault(); diff --git a/tildes/static/js/behaviors/theme-selector.js b/tildes/static/js/behaviors/theme-selector.js index c05ac2c..53d70ec 100644 --- a/tildes/static/js/behaviors/theme-selector.js +++ b/tildes/static/js/behaviors/theme-selector.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-theme-selector]', function() { $(this).change(function(event) { event.preventDefault(); diff --git a/tildes/static/js/behaviors/time-period-select.js b/tildes/static/js/behaviors/time-period-select.js index 4605f60..bcd0284 100644 --- a/tildes/static/js/behaviors/time-period-select.js +++ b/tildes/static/js/behaviors/time-period-select.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $.onmount('[data-js-time-period-select]', function() { $(this).change(function(event) { var periodValue = this.value; diff --git a/tildes/static/js/scripts.js b/tildes/static/js/scripts.js index f68023f..9ef0c79 100644 --- a/tildes/static/js/scripts.js +++ b/tildes/static/js/scripts.js @@ -1,3 +1,6 @@ +// Copyright (c) 2018 Tildes contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + $(function() { $.onmount(); diff --git a/tildes/tests/conftest.py b/tildes/tests/conftest.py index 8877798..1cb8228 100644 --- a/tildes/tests/conftest.py +++ b/tildes/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from http.cookiejar import CookieJar import os diff --git a/tildes/tests/fixtures.py b/tildes/tests/fixtures.py index abda44c..1a9f78b 100644 --- a/tildes/tests/fixtures.py +++ b/tildes/tests/fixtures.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pytest import fixture from tildes.models.comment import Comment diff --git a/tildes/tests/test_comment.py b/tildes/tests/test_comment.py index 633bdb1..1f93889 100644 --- a/tildes/tests/test_comment.py +++ b/tildes/tests/test_comment.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from datetime import timedelta from freezegun import freeze_time diff --git a/tildes/tests/test_comment_user_mentions.py b/tildes/tests/test_comment_user_mentions.py index 5bd2b2e..a85d850 100644 --- a/tildes/tests/test_comment_user_mentions.py +++ b/tildes/tests/test_comment_user_mentions.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pytest import fixture from sqlalchemy import and_ diff --git a/tildes/tests/test_datetime.py b/tildes/tests/test_datetime.py index 04355e4..7826174 100644 --- a/tildes/tests/test_datetime.py +++ b/tildes/tests/test_datetime.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from datetime import datetime, timedelta, timezone from tildes.lib.datetime import descriptive_timedelta, utc_now diff --git a/tildes/tests/test_group.py b/tildes/tests/test_group.py index 99a8b59..0494d62 100644 --- a/tildes/tests/test_group.py +++ b/tildes/tests/test_group.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pytest import raises from sqlalchemy.exc import IntegrityError diff --git a/tildes/tests/test_hash.py b/tildes/tests/test_hash.py index ac5d169..dabffe8 100644 --- a/tildes/tests/test_hash.py +++ b/tildes/tests/test_hash.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from tildes.lib.hash import hash_string, is_match_for_hash diff --git a/tildes/tests/test_id.py b/tildes/tests/test_id.py index b4fb6a8..6224eb6 100644 --- a/tildes/tests/test_id.py +++ b/tildes/tests/test_id.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Tests for ID-related functions.""" from pytest import raises diff --git a/tildes/tests/test_markdown.py b/tildes/tests/test_markdown.py index e0be956..9b500cf 100644 --- a/tildes/tests/test_markdown.py +++ b/tildes/tests/test_markdown.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from tildes.lib.markdown import convert_markdown_to_safe_html diff --git a/tildes/tests/test_markdown_field.py b/tildes/tests/test_markdown_field.py index 788cc7d..bfaf34d 100644 --- a/tildes/tests/test_markdown_field.py +++ b/tildes/tests/test_markdown_field.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from marshmallow import Schema, ValidationError from pytest import raises diff --git a/tildes/tests/test_messages.py b/tildes/tests/test_messages.py index bf3824c..6e4002c 100644 --- a/tildes/tests/test_messages.py +++ b/tildes/tests/test_messages.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pyramid.security import principals_allowed_by_permission from pytest import fixture, raises diff --git a/tildes/tests/test_metrics.py b/tildes/tests/test_metrics.py index 3d5a85e..db73ae9 100644 --- a/tildes/tests/test_metrics.py +++ b/tildes/tests/test_metrics.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from tildes.metrics import _COUNTERS, _HISTOGRAMS diff --git a/tildes/tests/test_ratelimit.py b/tildes/tests/test_ratelimit.py index 5daaae6..bcddcbe 100644 --- a/tildes/tests/test_ratelimit.py +++ b/tildes/tests/test_ratelimit.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from datetime import timedelta from itertools import permutations from random import randint diff --git a/tildes/tests/test_simplestring_field.py b/tildes/tests/test_simplestring_field.py index 919ddfe..2249df4 100644 --- a/tildes/tests/test_simplestring_field.py +++ b/tildes/tests/test_simplestring_field.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from marshmallow import Schema, ValidationError from pytest import raises diff --git a/tildes/tests/test_string.py b/tildes/tests/test_string.py index 795199c..4d20f12 100644 --- a/tildes/tests/test_string.py +++ b/tildes/tests/test_string.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from tildes.lib.string import ( convert_to_url_slug, truncate_string, diff --git a/tildes/tests/test_title.py b/tildes/tests/test_title.py index 3152332..a1db5bf 100644 --- a/tildes/tests/test_title.py +++ b/tildes/tests/test_title.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from marshmallow.exceptions import ValidationError from pytest import fixture, raises diff --git a/tildes/tests/test_topic.py b/tildes/tests/test_topic.py index e9c21fd..ba32e80 100644 --- a/tildes/tests/test_topic.py +++ b/tildes/tests/test_topic.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from datetime import timedelta from freezegun import freeze_time diff --git a/tildes/tests/test_topic_permissions.py b/tildes/tests/test_topic_permissions.py index b75721e..5663f33 100644 --- a/tildes/tests/test_topic_permissions.py +++ b/tildes/tests/test_topic_permissions.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pyramid.security import Authenticated, Everyone, principals_allowed_by_permission diff --git a/tildes/tests/test_topic_tags.py b/tildes/tests/test_topic_tags.py index 8db39a0..5fc8104 100644 --- a/tildes/tests/test_topic_tags.py +++ b/tildes/tests/test_topic_tags.py @@ -1,3 +1,7 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + + def test_tags_whitespace_stripped(text_topic): """Ensure excess whitespace around tags gets stripped.""" text_topic.tags = [" one", "two ", " three "] diff --git a/tildes/tests/test_triggers_comments.py b/tildes/tests/test_triggers_comments.py index 7289f0b..454c6a8 100644 --- a/tildes/tests/test_triggers_comments.py +++ b/tildes/tests/test_triggers_comments.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from tildes.models.comment import Comment diff --git a/tildes/tests/test_url.py b/tildes/tests/test_url.py index d55ab82..e284e6c 100644 --- a/tildes/tests/test_url.py +++ b/tildes/tests/test_url.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from pytest import raises from tildes.lib.url import get_domain_from_url diff --git a/tildes/tests/test_user.py b/tildes/tests/test_user.py index bdde590..5313525 100644 --- a/tildes/tests/test_user.py +++ b/tildes/tests/test_user.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from marshmallow.exceptions import ValidationError from pytest import raises from sqlalchemy.exc import IntegrityError diff --git a/tildes/tests/test_username.py b/tildes/tests/test_username.py index 83b5028..05aa977 100644 --- a/tildes/tests/test_username.py +++ b/tildes/tests/test_username.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from itertools import product from tildes.schemas.user import ( diff --git a/tildes/tests/test_webassets.py b/tildes/tests/test_webassets.py index 89a84d8..4385bd2 100644 --- a/tildes/tests/test_webassets.py +++ b/tildes/tests/test_webassets.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + from webassets.loaders import YAMLLoader diff --git a/tildes/tests/webtests/test_user_page.py b/tildes/tests/webtests/test_user_page.py index 51254d4..6522ad3 100644 --- a/tildes/tests/webtests/test_user_page.py +++ b/tildes/tests/webtests/test_user_page.py @@ -1,3 +1,7 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + + def test_loggedout_username_leak(webtest_loggedout, session_user): """Ensure responses from existing and nonexistent users are the same. diff --git a/tildes/tests/webtests/test_user_settings.py b/tildes/tests/webtests/test_user_settings.py index 6e61358..7ed59d2 100644 --- a/tildes/tests/webtests/test_user_settings.py +++ b/tildes/tests/webtests/test_user_settings.py @@ -1,3 +1,7 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + + def test_render_theme_options(webtest): """Test that theme settings are being rendered.""" settings = webtest.get("/settings") diff --git a/tildes/tildes/__init__.py b/tildes/tildes/__init__.py index 6ec4b2f..ba8dfe1 100644 --- a/tildes/tildes/__init__.py +++ b/tildes/tildes/__init__.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Configure and initialize the Pyramid app.""" from typing import Any, Callable, Dict, Optional, Tuple diff --git a/tildes/tildes/api.py b/tildes/tildes/api.py index dfa401d..c69ed44 100644 --- a/tildes/tildes/api.py +++ b/tildes/tildes/api.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Versioned API classes (wrappers around cornice.Service).""" from typing import Any diff --git a/tildes/tildes/auth.py b/tildes/tildes/auth.py index 8d3def3..be1a2ef 100644 --- a/tildes/tildes/auth.py +++ b/tildes/tildes/auth.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Configuration and functionality related to authentication/authorization.""" from typing import Any, Optional, Sequence diff --git a/tildes/tildes/database.py b/tildes/tildes/database.py index 31c3777..0ddf888 100644 --- a/tildes/tildes/database.py +++ b/tildes/tildes/database.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the database-related config updates and request methods.""" from typing import Callable, Type diff --git a/tildes/tildes/enums.py b/tildes/tildes/enums.py index 1492a15..66df640 100644 --- a/tildes/tildes/enums.py +++ b/tildes/tildes/enums.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains Enum classes.""" import enum diff --git a/tildes/tildes/jinja.py b/tildes/tildes/jinja.py index 1b5f3ed..26e68b8 100644 --- a/tildes/tildes/jinja.py +++ b/tildes/tildes/jinja.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains configuration, functions, etc. for the Jinja template system.""" from typing import Any diff --git a/tildes/tildes/json.py b/tildes/tildes/json.py index c5c6acd..57313f3 100644 --- a/tildes/tildes/json.py +++ b/tildes/tildes/json.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains custom JSON serializers for Pyramid's renderer.""" from pyramid.config import Configurator diff --git a/tildes/tildes/lib/amqp.py b/tildes/tildes/lib/amqp.py index 391e631..b55461f 100644 --- a/tildes/tildes/lib/amqp.py +++ b/tildes/tildes/lib/amqp.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains classes related to handling AMQP (rabbitmq) messages.""" from abc import abstractmethod diff --git a/tildes/tildes/lib/database.py b/tildes/tildes/lib/database.py index e046c4f..05d255a 100644 --- a/tildes/tildes/lib/database.py +++ b/tildes/tildes/lib/database.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Constants/classes/functions related to the database.""" import enum diff --git a/tildes/tildes/lib/datetime.py b/tildes/tildes/lib/datetime.py index 640b421..d1027e3 100644 --- a/tildes/tildes/lib/datetime.py +++ b/tildes/tildes/lib/datetime.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions/classes related to dates and times.""" from datetime import datetime, timedelta, timezone diff --git a/tildes/tildes/lib/hash.py b/tildes/tildes/lib/hash.py index 0116264..ecadfb3 100644 --- a/tildes/tildes/lib/hash.py +++ b/tildes/tildes/lib/hash.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions/constants related to hashing.""" from argon2 import PasswordHasher diff --git a/tildes/tildes/lib/id.py b/tildes/tildes/lib/id.py index e2e71bb..6b331e6 100644 --- a/tildes/tildes/lib/id.py +++ b/tildes/tildes/lib/id.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Library code related to IDs, ID36s, and so on.""" import re diff --git a/tildes/tildes/lib/markdown.py b/tildes/tildes/lib/markdown.py index 42b878b..523fc42 100644 --- a/tildes/tildes/lib/markdown.py +++ b/tildes/tildes/lib/markdown.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions/constants related to markdown handling.""" import re diff --git a/tildes/tildes/lib/message.py b/tildes/tildes/lib/message.py index 9d4ad7d..d11c52f 100644 --- a/tildes/tildes/lib/message.py +++ b/tildes/tildes/lib/message.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions/constants related to messages.""" WELCOME_MESSAGE_SUBJECT = "Welcome to the Tildes alpha" diff --git a/tildes/tildes/lib/password.py b/tildes/tildes/lib/password.py index 6d3abb6..9d857f3 100644 --- a/tildes/tildes/lib/password.py +++ b/tildes/tildes/lib/password.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions/constants related to user passwords.""" from hashlib import sha1 diff --git a/tildes/tildes/lib/ratelimit.py b/tildes/tildes/lib/ratelimit.py index 7046736..0edcee0 100644 --- a/tildes/tildes/lib/ratelimit.py +++ b/tildes/tildes/lib/ratelimit.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Classes and constants related to rate-limited actions.""" from datetime import timedelta diff --git a/tildes/tildes/lib/string.py b/tildes/tildes/lib/string.py index 96df9fc..b61f6c0 100644 --- a/tildes/tildes/lib/string.py +++ b/tildes/tildes/lib/string.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions related to processing/manipulating strings.""" import re diff --git a/tildes/tildes/lib/url.py b/tildes/tildes/lib/url.py index 72bc92c..ed88bed 100644 --- a/tildes/tildes/lib/url.py +++ b/tildes/tildes/lib/url.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Functions related to URLs.""" from urllib.parse import urlparse diff --git a/tildes/tildes/metrics.py b/tildes/tildes/metrics.py index bee5220..c4268f0 100644 --- a/tildes/tildes/metrics.py +++ b/tildes/tildes/metrics.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains Prometheus metric objects and functions for instrumentation.""" # The prometheus_client classes work in a pretty crazy way, need to disable these pylint diff --git a/tildes/tildes/models/comment/comment.py b/tildes/tildes/models/comment/comment.py index acac119..1cd2081 100644 --- a/tildes/tildes/models/comment/comment.py +++ b/tildes/tildes/models/comment/comment.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the Comment class.""" from collections import Counter diff --git a/tildes/tildes/models/comment/comment_notification.py b/tildes/tildes/models/comment/comment_notification.py index c4cd48b..e075862 100644 --- a/tildes/tildes/models/comment/comment_notification.py +++ b/tildes/tildes/models/comment/comment_notification.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentNotification class.""" from datetime import datetime diff --git a/tildes/tildes/models/comment/comment_notification_query.py b/tildes/tildes/models/comment/comment_notification_query.py index b473947..71cc2ac 100644 --- a/tildes/tildes/models/comment/comment_notification_query.py +++ b/tildes/tildes/models/comment/comment_notification_query.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentNotificationQuery class.""" from typing import Any diff --git a/tildes/tildes/models/comment/comment_query.py b/tildes/tildes/models/comment/comment_query.py index a263683..de6e042 100644 --- a/tildes/tildes/models/comment/comment_query.py +++ b/tildes/tildes/models/comment/comment_query.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentQuery class.""" from typing import Any diff --git a/tildes/tildes/models/comment/comment_tag.py b/tildes/tildes/models/comment/comment_tag.py index fa782ee..f7c7a33 100644 --- a/tildes/tildes/models/comment/comment_tag.py +++ b/tildes/tildes/models/comment/comment_tag.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentTag class.""" from datetime import datetime diff --git a/tildes/tildes/models/comment/comment_tree.py b/tildes/tildes/models/comment/comment_tree.py index 424beb0..5a7bb1e 100644 --- a/tildes/tildes/models/comment/comment_tree.py +++ b/tildes/tildes/models/comment/comment_tree.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentTree class.""" from datetime import datetime diff --git a/tildes/tildes/models/comment/comment_vote.py b/tildes/tildes/models/comment/comment_vote.py index 6de55da..b982716 100644 --- a/tildes/tildes/models/comment/comment_vote.py +++ b/tildes/tildes/models/comment/comment_vote.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the CommentVote class.""" from datetime import datetime diff --git a/tildes/tildes/models/database_model.py b/tildes/tildes/models/database_model.py index f49e187..2b59414 100644 --- a/tildes/tildes/models/database_model.py +++ b/tildes/tildes/models/database_model.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the base DatabaseModel class.""" from typing import Any, Optional, Type, TypeVar diff --git a/tildes/tildes/models/group/group.py b/tildes/tildes/models/group/group.py index d970545..aa35438 100644 --- a/tildes/tildes/models/group/group.py +++ b/tildes/tildes/models/group/group.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the Group class.""" from datetime import datetime diff --git a/tildes/tildes/models/group/group_query.py b/tildes/tildes/models/group/group_query.py index 13f8e4a..e2255b0 100644 --- a/tildes/tildes/models/group/group_query.py +++ b/tildes/tildes/models/group/group_query.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the GroupQuery class.""" from typing import Any diff --git a/tildes/tildes/models/group/group_subscription.py b/tildes/tildes/models/group/group_subscription.py index 60fb1ef..109de11 100644 --- a/tildes/tildes/models/group/group_subscription.py +++ b/tildes/tildes/models/group/group_subscription.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the GroupSubscription class.""" from datetime import datetime diff --git a/tildes/tildes/models/log/log.py b/tildes/tildes/models/log/log.py index a342fea..e8f9eaa 100644 --- a/tildes/tildes/models/log/log.py +++ b/tildes/tildes/models/log/log.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the Log class.""" # pylint: disable=too-many-branches,too-many-return-statements diff --git a/tildes/tildes/models/message/message.py b/tildes/tildes/models/message/message.py index 203ff45..3451788 100644 --- a/tildes/tildes/models/message/message.py +++ b/tildes/tildes/models/message/message.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the MessageConversation and MessageReply classes. Note the difference between these two classes - MessageConversation represents both the diff --git a/tildes/tildes/models/model_query.py b/tildes/tildes/models/model_query.py index 3be0c6a..27b7b0f 100644 --- a/tildes/tildes/models/model_query.py +++ b/tildes/tildes/models/model_query.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the ModelQuery class, a specialized SQLAlchemy Query subclass.""" # pylint: disable=self-cls-assignment diff --git a/tildes/tildes/models/pagination.py b/tildes/tildes/models/pagination.py index 73cfe14..162d6ca 100644 --- a/tildes/tildes/models/pagination.py +++ b/tildes/tildes/models/pagination.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the PaginatedQuery and PaginatedResults classes.""" from typing import Any, Iterator, List, Optional, TypeVar diff --git a/tildes/tildes/models/topic/topic.py b/tildes/tildes/models/topic/topic.py index 876a8ed..523f586 100644 --- a/tildes/tildes/models/topic/topic.py +++ b/tildes/tildes/models/topic/topic.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the Topic class.""" from datetime import datetime, timedelta diff --git a/tildes/tildes/models/topic/topic_query.py b/tildes/tildes/models/topic/topic_query.py index 5273acf..7c8ea83 100644 --- a/tildes/tildes/models/topic/topic_query.py +++ b/tildes/tildes/models/topic/topic_query.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the TopicQuery class.""" from typing import Any, Sequence diff --git a/tildes/tildes/models/topic/topic_visit.py b/tildes/tildes/models/topic/topic_visit.py index 48a74ac..28e98c2 100644 --- a/tildes/tildes/models/topic/topic_visit.py +++ b/tildes/tildes/models/topic/topic_visit.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the TopicVisit class.""" from datetime import datetime diff --git a/tildes/tildes/models/topic/topic_vote.py b/tildes/tildes/models/topic/topic_vote.py index 81f74fd..b5f9aa1 100644 --- a/tildes/tildes/models/topic/topic_vote.py +++ b/tildes/tildes/models/topic/topic_vote.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the TopicVote class.""" from datetime import datetime diff --git a/tildes/tildes/models/user/user.py b/tildes/tildes/models/user/user.py index a0cf1f1..2a06d51 100644 --- a/tildes/tildes/models/user/user.py +++ b/tildes/tildes/models/user/user.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the User class.""" from datetime import datetime diff --git a/tildes/tildes/models/user/user_group_settings.py b/tildes/tildes/models/user/user_group_settings.py index 893eff3..6ce48d2 100644 --- a/tildes/tildes/models/user/user_group_settings.py +++ b/tildes/tildes/models/user/user_group_settings.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the UserGroupSettings class.""" from typing import Optional diff --git a/tildes/tildes/models/user/user_invite_code.py b/tildes/tildes/models/user/user_invite_code.py index 0249581..381b5b7 100644 --- a/tildes/tildes/models/user/user_invite_code.py +++ b/tildes/tildes/models/user/user_invite_code.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains the UserInviteCode class.""" from datetime import datetime diff --git a/tildes/tildes/resources/__init__.py b/tildes/tildes/resources/__init__.py index 0e2a592..0406b95 100644 --- a/tildes/tildes/resources/__init__.py +++ b/tildes/tildes/resources/__init__.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Contains Pyramid "resource" related code, such as root factories.""" from pyramid.httpexceptions import HTTPForbidden, HTTPNotFound diff --git a/tildes/tildes/resources/comment.py b/tildes/tildes/resources/comment.py index 026902a..7650788 100644 --- a/tildes/tildes/resources/comment.py +++ b/tildes/tildes/resources/comment.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Root factories for comments.""" from pyramid.httpexceptions import HTTPForbidden diff --git a/tildes/tildes/resources/group.py b/tildes/tildes/resources/group.py index 3e43b12..f8cc84d 100644 --- a/tildes/tildes/resources/group.py +++ b/tildes/tildes/resources/group.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Root factories for groups.""" from pyramid.httpexceptions import HTTPMovedPermanently diff --git a/tildes/tildes/resources/message.py b/tildes/tildes/resources/message.py index 7e1b1f8..25c30db 100644 --- a/tildes/tildes/resources/message.py +++ b/tildes/tildes/resources/message.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Root factories for messages.""" from pyramid.request import Request diff --git a/tildes/tildes/resources/topic.py b/tildes/tildes/resources/topic.py index 9f4f6bc..3cac7f4 100644 --- a/tildes/tildes/resources/topic.py +++ b/tildes/tildes/resources/topic.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Root factories for topics.""" from pyramid.httpexceptions import HTTPFound diff --git a/tildes/tildes/resources/user.py b/tildes/tildes/resources/user.py index 5d1ed6d..7ce31cb 100644 --- a/tildes/tildes/resources/user.py +++ b/tildes/tildes/resources/user.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Root factories for users.""" from pyramid.request import Request diff --git a/tildes/tildes/routes.py b/tildes/tildes/routes.py index a29e09c..b2bfe60 100644 --- a/tildes/tildes/routes.py +++ b/tildes/tildes/routes.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Configuration of application routes for URL dispatch.""" from typing import Any diff --git a/tildes/tildes/schemas/comment.py b/tildes/tildes/schemas/comment.py index b5530aa..130787b 100644 --- a/tildes/tildes/schemas/comment.py +++ b/tildes/tildes/schemas/comment.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation/dumping schema for comments.""" from marshmallow import Schema diff --git a/tildes/tildes/schemas/fields.py b/tildes/tildes/schemas/fields.py index 644e3ae..c1c0a48 100644 --- a/tildes/tildes/schemas/fields.py +++ b/tildes/tildes/schemas/fields.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Custom schema field definitions.""" import enum diff --git a/tildes/tildes/schemas/group.py b/tildes/tildes/schemas/group.py index 1c24a35..ed00850 100644 --- a/tildes/tildes/schemas/group.py +++ b/tildes/tildes/schemas/group.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation/dumping schema for groups.""" import re diff --git a/tildes/tildes/schemas/message.py b/tildes/tildes/schemas/message.py index c99a547..ac9c168 100644 --- a/tildes/tildes/schemas/message.py +++ b/tildes/tildes/schemas/message.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation/dumping schemas for messages.""" from marshmallow import Schema diff --git a/tildes/tildes/schemas/topic.py b/tildes/tildes/schemas/topic.py index dac3ab8..b6843bc 100644 --- a/tildes/tildes/schemas/topic.py +++ b/tildes/tildes/schemas/topic.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation/dumping schema for topics.""" import re diff --git a/tildes/tildes/schemas/topic_listing.py b/tildes/tildes/schemas/topic_listing.py index 109b76c..ca055b2 100644 --- a/tildes/tildes/schemas/topic_listing.py +++ b/tildes/tildes/schemas/topic_listing.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation schema for topic listing views.""" from marshmallow import pre_load, Schema, validates_schema, ValidationError diff --git a/tildes/tildes/schemas/user.py b/tildes/tildes/schemas/user.py index 6abc5ea..20e65f3 100644 --- a/tildes/tildes/schemas/user.py +++ b/tildes/tildes/schemas/user.py @@ -1,3 +1,6 @@ +# Copyright (c) 2018 Tildes contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + """Validation/dumping schema for users.""" import re diff --git a/tildes/tildes/templates/base.jinja2 b/tildes/tildes/templates/base.jinja2 index 274fd56..f947771 100644 --- a/tildes/tildes/templates/base.jinja2 +++ b/tildes/tildes/templates/base.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% from 'macros/user.jinja2' import logged_in_user_info with context %} diff --git a/tildes/tildes/templates/base_no_sidebar.jinja2 b/tildes/tildes/templates/base_no_sidebar.jinja2 index 8d98d78..57b4948 100644 --- a/tildes/tildes/templates/base_no_sidebar.jinja2 +++ b/tildes/tildes/templates/base_no_sidebar.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base.jinja2' %} {% block body_tag %} diff --git a/tildes/tildes/templates/base_user_menu.jinja2 b/tildes/tildes/templates/base_user_menu.jinja2 index 003be42..898d496 100644 --- a/tildes/tildes/templates/base_user_menu.jinja2 +++ b/tildes/tildes/templates/base_user_menu.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base.jinja2' %} {% from 'macros/user_menu.jinja2' import render_user_menu with context %} diff --git a/tildes/tildes/templates/donate_stripe.jinja2 b/tildes/tildes/templates/donate_stripe.jinja2 index 5cb6f28..f9c59ec 100644 --- a/tildes/tildes/templates/donate_stripe.jinja2 +++ b/tildes/tildes/templates/donate_stripe.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base_no_sidebar.jinja2' %} {% block title %}Stripe donation{% endblock %} diff --git a/tildes/tildes/templates/error_403.jinja2 b/tildes/tildes/templates/error_403.jinja2 index 857ab94..1650af6 100644 --- a/tildes/tildes/templates/error_403.jinja2 +++ b/tildes/tildes/templates/error_403.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base_no_sidebar.jinja2' %} {% block title %} diff --git a/tildes/tildes/templates/error_group_not_found.jinja2 b/tildes/tildes/templates/error_group_not_found.jinja2 index 0380ec7..bfacb14 100644 --- a/tildes/tildes/templates/error_group_not_found.jinja2 +++ b/tildes/tildes/templates/error_group_not_found.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base_no_sidebar.jinja2' %} {% from 'macros/links.jinja2' import group_linked %} diff --git a/tildes/tildes/templates/groups.jinja2 b/tildes/tildes/templates/groups.jinja2 index 1526868..102095a 100644 --- a/tildes/tildes/templates/groups.jinja2 +++ b/tildes/tildes/templates/groups.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'base_no_sidebar.jinja2' %} {% from 'macros/groups.jinja2' import render_group_subscription_box with context %} diff --git a/tildes/tildes/templates/home.jinja2 b/tildes/tildes/templates/home.jinja2 index f22aa21..74aa4e9 100644 --- a/tildes/tildes/templates/home.jinja2 +++ b/tildes/tildes/templates/home.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% extends 'topic_listing.jinja2' %} {% from 'macros/forms.jinja2' import search_form %} diff --git a/tildes/tildes/templates/includes/password_restrictions.jinja2 b/tildes/tildes/templates/includes/password_restrictions.jinja2 index 12a83b7..574a28d 100644 --- a/tildes/tildes/templates/includes/password_restrictions.jinja2 +++ b/tildes/tildes/templates/includes/password_restrictions.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} +
Password restrictions
    diff --git a/tildes/tildes/templates/includes/topic_tags.jinja2 b/tildes/tildes/templates/includes/topic_tags.jinja2 index 50f6f42..894c3b2 100644 --- a/tildes/tildes/templates/includes/topic_tags.jinja2 +++ b/tildes/tildes/templates/includes/topic_tags.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} +
      {% for tag in topic.tags %}
    • diff --git a/tildes/tildes/templates/intercooler/comment_contents.jinja2 b/tildes/tildes/templates/intercooler/comment_contents.jinja2 index ee7cbad..8509d73 100644 --- a/tildes/tildes/templates/intercooler/comment_contents.jinja2 +++ b/tildes/tildes/templates/intercooler/comment_contents.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% from 'macros/comments.jinja2' import render_comment_contents with context %} {{ render_comment_contents(comment, is_individual_comment=True) }} diff --git a/tildes/tildes/templates/intercooler/comment_edit.jinja2 b/tildes/tildes/templates/intercooler/comment_edit.jinja2 index ded2e84..633cc34 100644 --- a/tildes/tildes/templates/intercooler/comment_edit.jinja2 +++ b/tildes/tildes/templates/intercooler/comment_edit.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% from 'macros/forms.jinja2' import markdown_textarea %}
      #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} + {% from 'macros/groups.jinja2' import render_group_subscription_box with context %} {{ render_group_subscription_box(group) }} diff --git a/tildes/tildes/templates/intercooler/invite_code.jinja2 b/tildes/tildes/templates/intercooler/invite_code.jinja2 index 5f4a7f7..d27a1d4 100644 --- a/tildes/tildes/templates/intercooler/invite_code.jinja2 +++ b/tildes/tildes/templates/intercooler/invite_code.jinja2 @@ -1,3 +1,6 @@ +{# Copyright (c) 2018 Tildes contributors #} +{# SPDX-License-Identifier: AGPL-3.0-or-later #} +
      {% if num_remaining > 0 %}