From d801e58edcc852768f1d3428f42617c486c9abba Mon Sep 17 00:00:00 2001 From: Nico Rikken Date: Tue, 14 Jun 2022 08:55:43 +0200 Subject: [PATCH] Add copyright and license headers on look Provide copyright and license headers for the files related to the look of the website. This includes the Bootstrap framework and fonts. Licenses are included in the LICENSES directory as a step towards REUSE compliance. Signed-off-by: Nico Rikken --- LICENSES/Apache-2.0.txt | 73 +++++++++++ LICENSES/CC0-1.0.txt | 121 ++++++++++++++++++ LICENSES/MIT.txt | 9 ++ LICENSES/OFL-1.1.txt | 43 +++++++ fonts/GNUTypewriterStandard.ttf.license | 3 + fonts/fontawesome-webfont.470.eot.license | 3 + fonts/fontawesome-webfont.470.svg.license | 3 + fonts/fontawesome-webfont.470.ttf.license | 3 + fonts/fontawesome-webfont.470.woff.license | 3 + fonts/fontawesome-webfont.470.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-300.woff.license | 3 + ...t_greek-ext_cyrillic-ext-300.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-700.woff.license | 3 + ...t_greek-ext_cyrillic-ext-700.woff2.license | 3 + ...reek-ext_cyrillic-ext-regular.woff.license | 3 + ...eek-ext_cyrillic-ext-regular.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-100.woff.license | 3 + ...t_greek-ext_cyrillic-ext-100.woff2.license | 3 + ...ek-ext_cyrillic-ext-100italic.woff.license | 3 + ...k-ext_cyrillic-ext-100italic.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-300.woff.license | 3 + ...t_greek-ext_cyrillic-ext-300.woff2.license | 3 + ...ek-ext_cyrillic-ext-300italic.woff.license | 3 + ...k-ext_cyrillic-ext-300italic.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-500.woff.license | 3 + ...t_greek-ext_cyrillic-ext-500.woff2.license | 3 + ...ek-ext_cyrillic-ext-500italic.woff.license | 3 + ...k-ext_cyrillic-ext-500italic.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-700.woff.license | 3 + ...t_greek-ext_cyrillic-ext-700.woff2.license | 3 + ...ek-ext_cyrillic-ext-700italic.woff.license | 3 + ...k-ext_cyrillic-ext-700italic.woff2.license | 3 + ...xt_greek-ext_cyrillic-ext-900.woff.license | 3 + ...t_greek-ext_cyrillic-ext-900.woff2.license | 3 + ...ek-ext_cyrillic-ext-900italic.woff.license | 3 + ...k-ext_cyrillic-ext-900italic.woff2.license | 3 + ...greek-ext_cyrillic-ext-italic.woff.license | 3 + ...reek-ext_cyrillic-ext-italic.woff2.license | 3 + ...reek-ext_cyrillic-ext-regular.woff.license | 3 + ...eek-ext_cyrillic-ext-regular.woff2.license | 3 + look/bootstrap/LICENSE | 6 + look/bootstrap/README.md | 6 + look/bootstrap/alerts.less | 6 + look/bootstrap/badges.less | 6 + look/bootstrap/bootstrap.less | 6 +- look/bootstrap/breadcrumbs.less | 6 + look/bootstrap/button-groups.less | 6 + look/bootstrap/buttons.less | 6 + look/bootstrap/carousel.less | 6 + look/bootstrap/close.less | 6 + look/bootstrap/code.less | 6 + look/bootstrap/component-animations.less | 6 + look/bootstrap/dropdowns.less | 6 + look/bootstrap/forms.less | 6 + look/bootstrap/glyphicons.less | 6 + look/bootstrap/grid.less | 6 + look/bootstrap/input-groups.less | 6 + look/bootstrap/jumbotron.less | 6 + look/bootstrap/labels.less | 6 + look/bootstrap/list-group.less | 6 + look/bootstrap/media.less | 6 + look/bootstrap/mixins.less | 6 + look/bootstrap/mixins/alerts.less | 6 + look/bootstrap/mixins/background-variant.less | 6 + look/bootstrap/mixins/border-radius.less | 6 + look/bootstrap/mixins/buttons.less | 6 + look/bootstrap/mixins/center-block.less | 6 + look/bootstrap/mixins/clearfix.less | 6 + look/bootstrap/mixins/forms.less | 6 + look/bootstrap/mixins/gradients.less | 6 + look/bootstrap/mixins/grid-framework.less | 6 + look/bootstrap/mixins/grid.less | 6 + look/bootstrap/mixins/hide-text.less | 6 + look/bootstrap/mixins/image.less | 6 + look/bootstrap/mixins/labels.less | 6 + look/bootstrap/mixins/list-group.less | 6 + look/bootstrap/mixins/nav-divider.less | 6 + look/bootstrap/mixins/nav-vertical-align.less | 6 + look/bootstrap/mixins/opacity.less | 6 + look/bootstrap/mixins/pagination.less | 6 + look/bootstrap/mixins/panels.less | 6 + look/bootstrap/mixins/progress-bar.less | 6 + look/bootstrap/mixins/reset-filter.less | 6 + look/bootstrap/mixins/reset-text.less | 6 + look/bootstrap/mixins/resize.less | 6 + .../mixins/responsive-visibility.less | 6 + look/bootstrap/mixins/size.less | 6 + look/bootstrap/mixins/tab-focus.less | 6 + look/bootstrap/mixins/table-row.less | 6 + look/bootstrap/mixins/text-emphasis.less | 6 + look/bootstrap/mixins/text-overflow.less | 6 + look/bootstrap/mixins/vendor-prefixes.less | 6 + look/bootstrap/modals.less | 6 + look/bootstrap/navbar.less | 6 + look/bootstrap/navs.less | 6 + look/bootstrap/normalize.less | 6 + look/bootstrap/pager.less | 6 + look/bootstrap/pagination.less | 6 + look/bootstrap/panels.less | 6 + look/bootstrap/popovers.less | 6 + look/bootstrap/print.less | 6 + look/bootstrap/progress-bars.less | 6 + look/bootstrap/responsive-embed.less | 6 + look/bootstrap/responsive-utilities.less | 6 + look/bootstrap/scaffolding.less | 6 + look/bootstrap/tables.less | 6 + look/bootstrap/theme.less | 6 +- look/bootstrap/thumbnails.less | 6 + look/bootstrap/tooltip.less | 6 + look/bootstrap/type.less | 6 + look/bootstrap/utilities.less | 6 + look/bootstrap/variables.less | 6 + look/bootstrap/wells.less | 6 + look/elements/banners.less | 6 + look/elements/color-box.less | 6 + look/elements/figure.less | 6 + look/elements/footnotes.less | 6 + look/elements/icon-grid.less | 6 + look/elements/interview-ayc.less | 6 + look/elements/people.less | 6 + look/elements/podcast.less | 6 + look/elements/quotes.less | 6 + look/elements/search-box.less | 6 + look/elements/table-of-contents.less | 6 + look/elements/text-img-structure.less | 6 + look/elements/topbanner.less | 6 + look/font-icon-no-js.less | 5 + look/fonts.less | 6 + look/fsfe.less | 6 + look/pages/freesoftware.less | 6 + look/pages/frontpage.less | 6 + look/pages/interview.less | 6 + look/pages/news.less | 6 + look/pages/spreadtheword.less | 6 + look/pages/tags.less | 6 + look/pages/upcycling-android.less | 6 + look/pages/yh4f.less | 6 + look/print.css | 6 + look/rtl.css | 6 + look/style.less | 6 + look/valentine.less | 6 + 141 files changed, 955 insertions(+), 4 deletions(-) create mode 100644 LICENSES/Apache-2.0.txt create mode 100644 LICENSES/CC0-1.0.txt create mode 100644 LICENSES/MIT.txt create mode 100644 LICENSES/OFL-1.1.txt create mode 100644 fonts/GNUTypewriterStandard.ttf.license create mode 100644 fonts/fontawesome-webfont.470.eot.license create mode 100644 fonts/fontawesome-webfont.470.svg.license create mode 100644 fonts/fontawesome-webfont.470.ttf.license create mode 100644 fonts/fontawesome-webfont.470.woff.license create mode 100644 fonts/fontawesome-webfont.470.woff2.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff2.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff2.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff.license create mode 100644 fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff2.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff.license create mode 100644 fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 0000000000..137069b823 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 0000000000..0e259d42c9 --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000000..2071b23b0e --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSES/OFL-1.1.txt b/LICENSES/OFL-1.1.txt new file mode 100644 index 0000000000..6fe84ee21e --- /dev/null +++ b/LICENSES/OFL-1.1.txt @@ -0,0 +1,43 @@ +SIL OPEN FONT LICENSE + +Version 1.1 - 26 February 2007 + +PREAMBLE + +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS + +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). + +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS + +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION + +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/GNUTypewriterStandard.ttf.license b/fonts/GNUTypewriterStandard.ttf.license new file mode 100644 index 0000000000..926db9af12 --- /dev/null +++ b/fonts/GNUTypewriterStandard.ttf.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2011 Lukasz Komsta + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/fontawesome-webfont.470.eot.license b/fonts/fontawesome-webfont.470.eot.license new file mode 100644 index 0000000000..9557628a62 --- /dev/null +++ b/fonts/fontawesome-webfont.470.eot.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016 Dave Gandy + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/fontawesome-webfont.470.svg.license b/fonts/fontawesome-webfont.470.svg.license new file mode 100644 index 0000000000..9557628a62 --- /dev/null +++ b/fonts/fontawesome-webfont.470.svg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016 Dave Gandy + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/fontawesome-webfont.470.ttf.license b/fonts/fontawesome-webfont.470.ttf.license new file mode 100644 index 0000000000..9557628a62 --- /dev/null +++ b/fonts/fontawesome-webfont.470.ttf.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016 Dave Gandy + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/fontawesome-webfont.470.woff.license b/fonts/fontawesome-webfont.470.woff.license new file mode 100644 index 0000000000..9557628a62 --- /dev/null +++ b/fonts/fontawesome-webfont.470.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016 Dave Gandy + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/fontawesome-webfont.470.woff2.license b/fonts/fontawesome-webfont.470.woff2.license new file mode 100644 index 0000000000..9557628a62 --- /dev/null +++ b/fonts/fontawesome-webfont.470.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2016 Dave Gandy + +SPDX-License-Identifier: OFL-1.1 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff2.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff2.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-300.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff2.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff2.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license new file mode 100644 index 0000000000..6a29c33dd4 --- /dev/null +++ b/fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2013 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-100italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-300italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-500italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-700italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-900italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-italic.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license new file mode 100644 index 0000000000..e268ae5d45 --- /dev/null +++ b/fonts/roboto-v29-latin-ext_greek-ext_cyrillic-ext-regular.woff2.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2012 Google + +SPDX-License-Identifier: Apache-2.0 diff --git a/look/bootstrap/LICENSE b/look/bootstrap/LICENSE index e2640928b3..19e1249b8c 100644 --- a/look/bootstrap/LICENSE +++ b/look/bootstrap/LICENSE @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + The MIT License (MIT) Copyright (c) 2011-2019 Twitter, Inc. diff --git a/look/bootstrap/README.md b/look/bootstrap/README.md index f8b77ee8f4..0207b17625 100644 --- a/look/bootstrap/README.md +++ b/look/bootstrap/README.md @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + # [Bootstrap](https://getbootstrap.com/) [![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/) diff --git a/look/bootstrap/alerts.less b/look/bootstrap/alerts.less index bdd0df2025..63c70fddc5 100644 --- a/look/bootstrap/alerts.less +++ b/look/bootstrap/alerts.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Alerts // -------------------------------------------------- diff --git a/look/bootstrap/badges.less b/look/bootstrap/badges.less index be7f8d0cc6..61870bdc3e 100644 --- a/look/bootstrap/badges.less +++ b/look/bootstrap/badges.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Badges // -------------------------------------------------- diff --git a/look/bootstrap/bootstrap.less b/look/bootstrap/bootstrap.less index d6161eb2e5..865daefdd1 100644 --- a/look/bootstrap/bootstrap.less +++ b/look/bootstrap/bootstrap.less @@ -1,7 +1,9 @@ /*! * Bootstrap v3.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT */ // Core variables and mixins diff --git a/look/bootstrap/breadcrumbs.less b/look/bootstrap/breadcrumbs.less index e4e53961ad..fb40323061 100644 --- a/look/bootstrap/breadcrumbs.less +++ b/look/bootstrap/breadcrumbs.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Breadcrumbs // -------------------------------------------------- diff --git a/look/bootstrap/button-groups.less b/look/bootstrap/button-groups.less index 0472800f16..b3b45b51e3 100644 --- a/look/bootstrap/button-groups.less +++ b/look/bootstrap/button-groups.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type */ // diff --git a/look/bootstrap/buttons.less b/look/bootstrap/buttons.less index 17f076bcfb..b6801a5fc0 100644 --- a/look/bootstrap/buttons.less +++ b/look/bootstrap/buttons.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type // diff --git a/look/bootstrap/carousel.less b/look/bootstrap/carousel.less index 1a247958cc..b4d1e3a051 100644 --- a/look/bootstrap/carousel.less +++ b/look/bootstrap/carousel.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable media-feature-name-no-unknown // diff --git a/look/bootstrap/close.less b/look/bootstrap/close.less index 48baf355fd..e5869e6244 100644 --- a/look/bootstrap/close.less +++ b/look/bootstrap/close.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable property-no-vendor-prefix // diff --git a/look/bootstrap/code.less b/look/bootstrap/code.less index 4e07976d54..f0db69dc4e 100644 --- a/look/bootstrap/code.less +++ b/look/bootstrap/code.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Code (inline and block) // -------------------------------------------------- diff --git a/look/bootstrap/component-animations.less b/look/bootstrap/component-animations.less index 4e7cfd0b55..9da86d63b5 100644 --- a/look/bootstrap/component-animations.less +++ b/look/bootstrap/component-animations.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type // diff --git a/look/bootstrap/dropdowns.less b/look/bootstrap/dropdowns.less index 542c00461a..1670eab110 100644 --- a/look/bootstrap/dropdowns.less +++ b/look/bootstrap/dropdowns.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Dropdown menus // -------------------------------------------------- diff --git a/look/bootstrap/forms.less b/look/bootstrap/forms.less index edf19bfb6d..fed7fcce0d 100644 --- a/look/bootstrap/forms.less +++ b/look/bootstrap/forms.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix // diff --git a/look/bootstrap/glyphicons.less b/look/bootstrap/glyphicons.less index 522d5041f7..5be70c908a 100644 --- a/look/bootstrap/glyphicons.less +++ b/look/bootstrap/glyphicons.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword // diff --git a/look/bootstrap/grid.less b/look/bootstrap/grid.less index 574f462f51..a21dbc2f7d 100644 --- a/look/bootstrap/grid.less +++ b/look/bootstrap/grid.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Grid system // -------------------------------------------------- diff --git a/look/bootstrap/input-groups.less b/look/bootstrap/input-groups.less index 92b67da5c5..4df44fa43c 100644 --- a/look/bootstrap/input-groups.less +++ b/look/bootstrap/input-groups.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type // diff --git a/look/bootstrap/jumbotron.less b/look/bootstrap/jumbotron.less index cdf96baed6..829a03c421 100644 --- a/look/bootstrap/jumbotron.less +++ b/look/bootstrap/jumbotron.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Jumbotron // -------------------------------------------------- diff --git a/look/bootstrap/labels.less b/look/bootstrap/labels.less index cf0d48df3c..3790a35793 100644 --- a/look/bootstrap/labels.less +++ b/look/bootstrap/labels.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Labels // -------------------------------------------------- diff --git a/look/bootstrap/list-group.less b/look/bootstrap/list-group.less index f913629cce..ab540a7221 100644 --- a/look/bootstrap/list-group.less +++ b/look/bootstrap/list-group.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type // diff --git a/look/bootstrap/media.less b/look/bootstrap/media.less index e4ae44573e..c77f4b15d5 100644 --- a/look/bootstrap/media.less +++ b/look/bootstrap/media.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + .media { // Proper spacing between instances of .media margin-top: 15px; diff --git a/look/bootstrap/mixins.less b/look/bootstrap/mixins.less index e6f9fe684b..39441d1975 100644 --- a/look/bootstrap/mixins.less +++ b/look/bootstrap/mixins.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Mixins // -------------------------------------------------- diff --git a/look/bootstrap/mixins/alerts.less b/look/bootstrap/mixins/alerts.less index b27cc5d27b..7c4ac3e41d 100644 --- a/look/bootstrap/mixins/alerts.less +++ b/look/bootstrap/mixins/alerts.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Alerts .alert-variant(@background; @border; @text-color) { diff --git a/look/bootstrap/mixins/background-variant.less b/look/bootstrap/mixins/background-variant.less index a85c22b745..a0abca4e34 100644 --- a/look/bootstrap/mixins/background-variant.less +++ b/look/bootstrap/mixins/background-variant.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Contextual backgrounds .bg-variant(@color) { diff --git a/look/bootstrap/mixins/border-radius.less b/look/bootstrap/mixins/border-radius.less index da7ea10e55..d746022c72 100644 --- a/look/bootstrap/mixins/border-radius.less +++ b/look/bootstrap/mixins/border-radius.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Single side border-radius .border-top-radius(@radius) { diff --git a/look/bootstrap/mixins/buttons.less b/look/bootstrap/mixins/buttons.less index 42d3c512ab..883503b623 100644 --- a/look/bootstrap/mixins/buttons.less +++ b/look/bootstrap/mixins/buttons.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Button variants // // Easily pump out default styles, as well as :hover, :focus, :active, diff --git a/look/bootstrap/mixins/center-block.less b/look/bootstrap/mixins/center-block.less index 627cfa3895..194f6f318c 100644 --- a/look/bootstrap/mixins/center-block.less +++ b/look/bootstrap/mixins/center-block.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Center-align a block level element .center-block() { diff --git a/look/bootstrap/mixins/clearfix.less b/look/bootstrap/mixins/clearfix.less index f60fcf1625..1bc5417fee 100644 --- a/look/bootstrap/mixins/clearfix.less +++ b/look/bootstrap/mixins/clearfix.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Clearfix // // For modern browsers diff --git a/look/bootstrap/mixins/forms.less b/look/bootstrap/mixins/forms.less index 173dc99a0c..ebf064dc23 100644 --- a/look/bootstrap/mixins/forms.less +++ b/look/bootstrap/mixins/forms.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Form validation states // // Used in forms.less to generate the form validation CSS for warnings, errors, diff --git a/look/bootstrap/mixins/gradients.less b/look/bootstrap/mixins/gradients.less index b36f59165d..a25a4146db 100644 --- a/look/bootstrap/mixins/gradients.less +++ b/look/bootstrap/mixins/gradients.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable value-no-vendor-prefix, selector-max-id #gradient { diff --git a/look/bootstrap/mixins/grid-framework.less b/look/bootstrap/mixins/grid-framework.less index 0c73c88b9c..f57dae2084 100644 --- a/look/bootstrap/mixins/grid-framework.less +++ b/look/bootstrap/mixins/grid-framework.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Framework grid generation // // Used only by Bootstrap to generate the correct number of grid classes given diff --git a/look/bootstrap/mixins/grid.less b/look/bootstrap/mixins/grid.less index a9554a4207..a83723f115 100644 --- a/look/bootstrap/mixins/grid.less +++ b/look/bootstrap/mixins/grid.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Grid system // // Generate semantic grid columns with these mixins. diff --git a/look/bootstrap/mixins/hide-text.less b/look/bootstrap/mixins/hide-text.less index 9b21a10564..b105d9d3d1 100644 --- a/look/bootstrap/mixins/hide-text.less +++ b/look/bootstrap/mixins/hide-text.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword // CSS image replacement diff --git a/look/bootstrap/mixins/image.less b/look/bootstrap/mixins/image.less index f0dde6be70..d148cc2029 100644 --- a/look/bootstrap/mixins/image.less +++ b/look/bootstrap/mixins/image.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after // Responsive image diff --git a/look/bootstrap/mixins/labels.less b/look/bootstrap/mixins/labels.less index 9f7a67ee3d..7d47f3793d 100644 --- a/look/bootstrap/mixins/labels.less +++ b/look/bootstrap/mixins/labels.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Labels .label-variant(@color) { diff --git a/look/bootstrap/mixins/list-group.less b/look/bootstrap/mixins/list-group.less index 03aa19069d..2e5fdef541 100644 --- a/look/bootstrap/mixins/list-group.less +++ b/look/bootstrap/mixins/list-group.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // List Groups .list-group-item-variant(@state; @background; @color) { diff --git a/look/bootstrap/mixins/nav-divider.less b/look/bootstrap/mixins/nav-divider.less index feb1e9ed0d..928a98af51 100644 --- a/look/bootstrap/mixins/nav-divider.less +++ b/look/bootstrap/mixins/nav-divider.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists diff --git a/look/bootstrap/mixins/nav-vertical-align.less b/look/bootstrap/mixins/nav-vertical-align.less index d458c78613..fecda8a950 100644 --- a/look/bootstrap/mixins/nav-vertical-align.less +++ b/look/bootstrap/mixins/nav-vertical-align.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Navbar vertical align // // Vertically center elements in the navbar. diff --git a/look/bootstrap/mixins/opacity.less b/look/bootstrap/mixins/opacity.less index 32cf411fcd..2da11ae329 100644 --- a/look/bootstrap/mixins/opacity.less +++ b/look/bootstrap/mixins/opacity.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Opacity .opacity(@opacity) { diff --git a/look/bootstrap/mixins/pagination.less b/look/bootstrap/mixins/pagination.less index 618804f2de..c4d38fd6b1 100644 --- a/look/bootstrap/mixins/pagination.less +++ b/look/bootstrap/mixins/pagination.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Pagination .pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { diff --git a/look/bootstrap/mixins/panels.less b/look/bootstrap/mixins/panels.less index 49ee10d4ad..eaab12f9d9 100644 --- a/look/bootstrap/mixins/panels.less +++ b/look/bootstrap/mixins/panels.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Panels .panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { diff --git a/look/bootstrap/mixins/progress-bar.less b/look/bootstrap/mixins/progress-bar.less index f07996a34d..9d889969d1 100644 --- a/look/bootstrap/mixins/progress-bar.less +++ b/look/bootstrap/mixins/progress-bar.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Progress bars .progress-bar-variant(@color) { diff --git a/look/bootstrap/mixins/reset-filter.less b/look/bootstrap/mixins/reset-filter.less index 68cdb5e186..35d3026152 100644 --- a/look/bootstrap/mixins/reset-filter.less +++ b/look/bootstrap/mixins/reset-filter.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Reset filters for IE // // When you need to remove a gradient background, do not forget to use this to reset diff --git a/look/bootstrap/mixins/reset-text.less b/look/bootstrap/mixins/reset-text.less index a8754bd156..697d40fb8d 100644 --- a/look/bootstrap/mixins/reset-text.less +++ b/look/bootstrap/mixins/reset-text.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + .reset-text() { font-family: @font-family-base; // We deliberately do NOT reset font-size. diff --git a/look/bootstrap/mixins/resize.less b/look/bootstrap/mixins/resize.less index c8513289a0..94f03df99f 100644 --- a/look/bootstrap/mixins/resize.less +++ b/look/bootstrap/mixins/resize.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Resize anything .resizable(@direction) { diff --git a/look/bootstrap/mixins/responsive-visibility.less b/look/bootstrap/mixins/responsive-visibility.less index 74d67289d4..d45e153134 100644 --- a/look/bootstrap/mixins/responsive-visibility.less +++ b/look/bootstrap/mixins/responsive-visibility.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable declaration-no-important .responsive-visibility() { diff --git a/look/bootstrap/mixins/size.less b/look/bootstrap/mixins/size.less index a8be650896..ba758da155 100644 --- a/look/bootstrap/mixins/size.less +++ b/look/bootstrap/mixins/size.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Sizing shortcuts .size(@width; @height) { diff --git a/look/bootstrap/mixins/tab-focus.less b/look/bootstrap/mixins/tab-focus.less index d12d23629f..0756e6baff 100644 --- a/look/bootstrap/mixins/tab-focus.less +++ b/look/bootstrap/mixins/tab-focus.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // WebKit-style focus .tab-focus() { diff --git a/look/bootstrap/mixins/table-row.less b/look/bootstrap/mixins/table-row.less index 0f287f1a8b..3f835ecde5 100644 --- a/look/bootstrap/mixins/table-row.less +++ b/look/bootstrap/mixins/table-row.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Tables .table-row-variant(@state; @background) { diff --git a/look/bootstrap/mixins/text-emphasis.less b/look/bootstrap/mixins/text-emphasis.less index 9e8a77a698..aea2e9e4e9 100644 --- a/look/bootstrap/mixins/text-emphasis.less +++ b/look/bootstrap/mixins/text-emphasis.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Typography .text-emphasis-variant(@color) { diff --git a/look/bootstrap/mixins/text-overflow.less b/look/bootstrap/mixins/text-overflow.less index c11ad2fb74..697bd6d1bf 100644 --- a/look/bootstrap/mixins/text-overflow.less +++ b/look/bootstrap/mixins/text-overflow.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Text overflow // Requires inline-block or block for proper styling diff --git a/look/bootstrap/mixins/vendor-prefixes.less b/look/bootstrap/mixins/vendor-prefixes.less index fd0a9972d6..fef8835a1c 100644 --- a/look/bootstrap/mixins/vendor-prefixes.less +++ b/look/bootstrap/mixins/vendor-prefixes.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix // Vendor Prefixes diff --git a/look/bootstrap/modals.less b/look/bootstrap/modals.less index 2fe8e56fa9..e03f3a407d 100644 --- a/look/bootstrap/modals.less +++ b/look/bootstrap/modals.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Modals // -------------------------------------------------- diff --git a/look/bootstrap/navbar.less b/look/bootstrap/navbar.less index da95e37a30..e230dc9237 100644 --- a/look/bootstrap/navbar.less +++ b/look/bootstrap/navbar.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type // diff --git a/look/bootstrap/navs.less b/look/bootstrap/navs.less index 45df13ebe4..4bc463265e 100644 --- a/look/bootstrap/navs.less +++ b/look/bootstrap/navs.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type, selector-max-type // diff --git a/look/bootstrap/normalize.less b/look/bootstrap/normalize.less index 68f9c21447..2366b1d996 100644 --- a/look/bootstrap/normalize.less +++ b/look/bootstrap/normalize.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ diff --git a/look/bootstrap/pager.less b/look/bootstrap/pager.less index e77ba55095..35ca87efa7 100644 --- a/look/bootstrap/pager.less +++ b/look/bootstrap/pager.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Pager pagination // -------------------------------------------------- diff --git a/look/bootstrap/pagination.less b/look/bootstrap/pagination.less index 23b67cb263..c3cc89a2f7 100644 --- a/look/bootstrap/pagination.less +++ b/look/bootstrap/pagination.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Pagination (multiple pages) // -------------------------------------------------- diff --git a/look/bootstrap/panels.less b/look/bootstrap/panels.less index f230a84a07..6df9ce27b0 100644 --- a/look/bootstrap/panels.less +++ b/look/bootstrap/panels.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors // diff --git a/look/bootstrap/popovers.less b/look/bootstrap/popovers.less index 3920eb5b0a..fa4933d15f 100644 --- a/look/bootstrap/popovers.less +++ b/look/bootstrap/popovers.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Popovers // -------------------------------------------------- diff --git a/look/bootstrap/print.less b/look/bootstrap/print.less index 80458c3683..c80919f524 100644 --- a/look/bootstrap/print.less +++ b/look/bootstrap/print.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable declaration-no-important, selector-no-qualifying-type /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ diff --git a/look/bootstrap/progress-bars.less b/look/bootstrap/progress-bars.less index c40ab15393..5923d88322 100644 --- a/look/bootstrap/progress-bars.less +++ b/look/bootstrap/progress-bars.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable at-rule-no-vendor-prefix // diff --git a/look/bootstrap/responsive-embed.less b/look/bootstrap/responsive-embed.less index 5a0e0b8860..1a22088c9a 100644 --- a/look/bootstrap/responsive-embed.less +++ b/look/bootstrap/responsive-embed.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // Embeds responsive // // Credit: Nicolas Gallagher and SUIT CSS. diff --git a/look/bootstrap/responsive-utilities.less b/look/bootstrap/responsive-utilities.less index 5d7740ac20..3328c69de2 100644 --- a/look/bootstrap/responsive-utilities.less +++ b/look/bootstrap/responsive-utilities.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable declaration-no-important, at-rule-no-vendor-prefix // diff --git a/look/bootstrap/scaffolding.less b/look/bootstrap/scaffolding.less index df91f07912..75a295706a 100644 --- a/look/bootstrap/scaffolding.less +++ b/look/bootstrap/scaffolding.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Scaffolding // -------------------------------------------------- diff --git a/look/bootstrap/tables.less b/look/bootstrap/tables.less index 43411b3846..24b4db2195 100644 --- a/look/bootstrap/tables.less +++ b/look/bootstrap/tables.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type // diff --git a/look/bootstrap/theme.less b/look/bootstrap/theme.less index 8c66f49dd9..21a1190115 100644 --- a/look/bootstrap/theme.less +++ b/look/bootstrap/theme.less @@ -2,8 +2,10 @@ /*! * Bootstrap v3.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT */ // diff --git a/look/bootstrap/thumbnails.less b/look/bootstrap/thumbnails.less index 11bea9bf75..053b9c7403 100644 --- a/look/bootstrap/thumbnails.less +++ b/look/bootstrap/thumbnails.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-no-qualifying-type // diff --git a/look/bootstrap/tooltip.less b/look/bootstrap/tooltip.less index 650ab424d3..392c63829a 100644 --- a/look/bootstrap/tooltip.less +++ b/look/bootstrap/tooltip.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Tooltips // -------------------------------------------------- diff --git a/look/bootstrap/type.less b/look/bootstrap/type.less index 1980e40831..1ad7750e79 100644 --- a/look/bootstrap/type.less +++ b/look/bootstrap/type.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type // diff --git a/look/bootstrap/utilities.less b/look/bootstrap/utilities.less index 834f5b7267..8b6b846a16 100644 --- a/look/bootstrap/utilities.less +++ b/look/bootstrap/utilities.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // stylelint-disable declaration-no-important // diff --git a/look/bootstrap/variables.less b/look/bootstrap/variables.less index 4f7dac74ac..8c4377e737 100644 --- a/look/bootstrap/variables.less +++ b/look/bootstrap/variables.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Variables // -------------------------------------------------- diff --git a/look/bootstrap/wells.less b/look/bootstrap/wells.less index 9f5bdaa383..d1d9f7f020 100644 --- a/look/bootstrap/wells.less +++ b/look/bootstrap/wells.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2011-2019 Twitter Inc. + * + * SPDX-License-Identifier: MIT + */ + // // Wells // -------------------------------------------------- diff --git a/look/elements/banners.less b/look/elements/banners.less index 832b6eb84d..66e481ccd1 100644 --- a/look/elements/banners.less +++ b/look/elements/banners.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles for advertising banners // ============================================================================ diff --git a/look/elements/color-box.less b/look/elements/color-box.less index 7bf653fedd..500821cebf 100644 --- a/look/elements/color-box.less +++ b/look/elements/color-box.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles for coloured boxes around normal content // These can be: diff --git a/look/elements/figure.less b/look/elements/figure.less index 6faed3d0ab..a3569cb2ba 100644 --- a/look/elements/figure.less +++ b/look/elements/figure.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + .figure, figure { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), diff --git a/look/elements/footnotes.less b/look/elements/footnotes.less index 377de9c4e2..f9aa7d1f5c 100644 --- a/look/elements/footnotes.less +++ b/look/elements/footnotes.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Classes for footnotes // ============================================================================ diff --git a/look/elements/icon-grid.less b/look/elements/icon-grid.less index 94615ed562..fc9ada8bc1 100644 --- a/look/elements/icon-grid.less +++ b/look/elements/icon-grid.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + /* Icon grid used for overview pages, but can also be used stand-alone in a div */ .icon-grid { diff --git a/look/elements/interview-ayc.less b/look/elements/interview-ayc.less index d18a83a8c3..3e1b1040a1 100644 --- a/look/elements/interview-ayc.less +++ b/look/elements/interview-ayc.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Classes for interviews (questions/answers) as well as AYC party answers // ============================================================================ diff --git a/look/elements/people.less b/look/elements/people.less index 03aa390a76..315d76f01e 100644 --- a/look/elements/people.less +++ b/look/elements/people.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to displaying people/teams // ============================================================================ diff --git a/look/elements/podcast.less b/look/elements/podcast.less index f2a2e095d8..9e00a488cb 100644 --- a/look/elements/podcast.less +++ b/look/elements/podcast.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + .podcast-interact { padding: 5px 0 10px 0; diff --git a/look/elements/quotes.less b/look/elements/quotes.less index b5c7fbb11e..3e77b630c7 100644 --- a/look/elements/quotes.less +++ b/look/elements/quotes.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ---------------------------------------------------------------------------- // All kinds of quotes and testimonials // ---------------------------------------------------------------------------- diff --git a/look/elements/search-box.less b/look/elements/search-box.less index 8cd9564c16..79351ae4f8 100644 --- a/look/elements/search-box.less +++ b/look/elements/search-box.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + #menu-search-box { display: inline-block; vertical-align: middle; diff --git a/look/elements/table-of-contents.less b/look/elements/table-of-contents.less index 3ce2a1b17f..0b7f74c3ea 100644 --- a/look/elements/table-of-contents.less +++ b/look/elements/table-of-contents.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Style for table of contents // ============================================================================ diff --git a/look/elements/text-img-structure.less b/look/elements/text-img-structure.less index abead508f5..f38badf458 100644 --- a/look/elements/text-img-structure.less +++ b/look/elements/text-img-structure.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Smaller styles to structure text and images // ============================================================================ diff --git a/look/elements/topbanner.less b/look/elements/topbanner.less index a0bb1e991e..dc56598953 100644 --- a/look/elements/topbanner.less +++ b/look/elements/topbanner.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Style for topbanner // ============================================================================ diff --git a/look/font-icon-no-js.less b/look/font-icon-no-js.less index 01fd6a8dd8..08c260971e 100644 --- a/look/font-icon-no-js.less +++ b/look/font-icon-no-js.less @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ /* fixing fonts icons for no-script tools */ diff --git a/look/fonts.less b/look/fonts.less index 97146ac934..58f856b69a 100644 --- a/look/fonts.less +++ b/look/fonts.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + /* Roboto */ /* version 29, https://fonts.google.com/specimen/Roboto / https://google-webfonts-helper.herokuapp.com/fonts/roboto */ diff --git a/look/fsfe.less b/look/fsfe.less index d3c0bcc940..7768f42930 100644 --- a/look/fsfe.less +++ b/look/fsfe.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + @import "style"; @import "elements/banners"; @import "elements/color-box"; diff --git a/look/pages/freesoftware.less b/look/pages/freesoftware.less index 14a32c1f40..74ebc454fd 100644 --- a/look/pages/freesoftware.less +++ b/look/pages/freesoftware.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to the /freesoftware page // ============================================================================ diff --git a/look/pages/frontpage.less b/look/pages/frontpage.less index bfd5858b74..71b9501f0b 100644 --- a/look/pages/frontpage.less +++ b/look/pages/frontpage.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to the front page // ============================================================================ diff --git a/look/pages/interview.less b/look/pages/interview.less index 41913fb7ff..3f38c4b93e 100644 --- a/look/pages/interview.less +++ b/look/pages/interview.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + .interview { #content { padding-right: 0; diff --git a/look/pages/news.less b/look/pages/news.less index 855396742e..9d4fb72bef 100644 --- a/look/pages/news.less +++ b/look/pages/news.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to /news, single news items etc // ============================================================================ diff --git a/look/pages/spreadtheword.less b/look/pages/spreadtheword.less index bd9924f549..25cdcfcf93 100644 --- a/look/pages/spreadtheword.less +++ b/look/pages/spreadtheword.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + .spreadtheword { h1, h2, h3 { clear: both; diff --git a/look/pages/tags.less b/look/pages/tags.less index a252136353..e30dc12d23 100644 --- a/look/pages/tags.less +++ b/look/pages/tags.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to the tag overview page (/tags/tags.??.html) // ============================================================================ diff --git a/look/pages/upcycling-android.less b/look/pages/upcycling-android.less index 92974452b9..822203abd6 100644 --- a/look/pages/upcycling-android.less +++ b/look/pages/upcycling-android.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to the /activities/upcyclingandroid/ pages // ============================================================================ diff --git a/look/pages/yh4f.less b/look/pages/yh4f.less index 5ee635c044..bdee4caadd 100644 --- a/look/pages/yh4f.less +++ b/look/pages/yh4f.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + // ============================================================================ // Styles specific to the /activities/yh4f/ pages // ============================================================================ diff --git a/look/print.css b/look/print.css index eeda8cdb40..d3fad01fba 100644 --- a/look/print.css +++ b/look/print.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + /* * Stylesheet for printing fsfe.org. */ diff --git a/look/rtl.css b/look/rtl.css index 8c12a55622..606fd855e9 100644 --- a/look/rtl.css +++ b/look/rtl.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + /* * rtl (right-to-left) languages, such as Arabic and Hebrew, * needs certain elements right aligned, such as sidebar. diff --git a/look/style.less b/look/style.less index 15ea46b8c5..b2f6fee0f2 100644 --- a/look/style.less +++ b/look/style.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + @import "bootstrap/bootstrap.less"; // ============================================================================ diff --git a/look/valentine.less b/look/valentine.less index 8e3a1b2228..040b1b240a 100644 --- a/look/valentine.less +++ b/look/valentine.less @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Free Software Foundation Europe e.V. + * + * SPDX-License-Identifier: CC0-1.0 + */ + @import "fsfe.less"; /* apply valentine's day colors*/