loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[skip ci] Updated licenses and gitignores

(cherry picked from commit 972eae358db0c20bda23833ca94b4324d6d343cb)

authored by

GiteaBot and committed by
Gergely Nagy
af3fbb39 48e05710

+131
+14
options/gitignore/Hexo
··· 1 + # gitignore template for Hexo sites 2 + # website: https://hexo.io/ 3 + # Recommended: Node.gitignore 4 + 5 + # Ignore generated directory 6 + public/ 7 + 8 + # Ignore temp files 9 + tmp/ 10 + .tmp* 11 + 12 + # additional files 13 + db.json 14 + .deploy*/
+3
options/gitignore/ReScript
··· 1 + /node_modules/ 2 + /lib/ 3 + .bsb.lock
+3
options/gitignore/Terragrunt
··· 1 + # Ignore the default terragrunt cache directory 2 + # https://terragrunt.gruntwork.io/docs/features/caching/ 3 + .terragrunt-cache
+13
options/license/DocBook-Stylesheet
··· 1 + Copyright 2005 Norman Walsh, Sun Microsystems, 2 + Inc., and the Organization for the Advancement 3 + of Structured Information Standards (OASIS). 4 + 5 + Release: $Id: db4-upgrade.xsl 8905 2010-09-12 11:47:07Z bobstayton $ 6 + 7 + Permission to use, copy, modify and distribute this stylesheet 8 + and its accompanying documentation for any purpose and 9 + without fee is hereby granted in perpetuity, provided that 10 + the above copyright notice and this paragraph appear in 11 + all copies. The copyright holders make no representation 12 + about the suitability of the schema for any purpose. It 13 + is provided "as is" without expressed or implied warranty.
+10
options/license/GPL-3.0-389-ds-base-exception
··· 1 + Additional permission under GPLv3 section 7: 2 + 3 + If you modify this Program, or any covered work, by 4 + linking or combining it with OpenSSL, or a modified 5 + version of OpenSSL licensed under the OpenSSL license 6 + (https://www.openssl.org/source/license.html), the licensors of this 7 + Program grant you additional permission to convey the resulting work. 8 + Corresponding Source for a non-source form of such a combination 9 + shall include the source code for the parts that are licensed 10 + under the OpenSSL license as well as that of the covered work.
+30
options/license/MIT-Click
··· 1 + Portions of this software are subject to the license below. The relevant 2 + source files are clearly marked; they refer to this file using the phrase 3 + "the Click LICENSE file". This license is an MIT license, plus a clause 4 + (taken from the W3C license) requiring prior written permission to use our 5 + names in publicity. 6 + 7 + =========================================================================== 8 + 9 + Permission is hereby granted, free of charge, to any person obtaining a 10 + copy of this software and associated documentation files (the "Software"), 11 + to deal in the Software without restriction, including without limitation 12 + the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 + and/or sell copies of the Software, and to permit persons to whom the 14 + Software is furnished to do so, subject to the following conditions: 15 + 16 + The above copyright notice and this permission notice shall be included in 17 + all copies or substantial portions of the Software. 18 + 19 + The name and trademarks of copyright holders may NOT be used in advertising 20 + or publicity pertaining to the Software without specific, written prior 21 + permission. Title to copyright in this Software and any associated 22 + documentation will at all times remain with copyright holders. 23 + 24 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 25 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 27 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 29 + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 30 + DEALINGS IN THE SOFTWARE.
+58
options/license/TrustedQSL
··· 1 + Copyright (C) 2001-2015 American Radio Relay League, Inc. All rights 2 + reserved. 3 + 4 + Portions (C) 2003-2023 The TrustedQSL Developers. Please see the AUTHORS.txt 5 + file for contributors. 6 + 7 + Redistribution and use in source and binary forms, with or without 8 + modification, are permitted provided that the following conditions 9 + are met: 10 + 11 + 1. Any redistribution of source code must retain the above copyright 12 + notice, this list of conditions and the disclaimer shown in 13 + Paragraph 5 (below). 14 + 15 + 2. Redistribution in binary form must reproduce the above copyright 16 + notice, this list of conditions and the disclaimer shown in 17 + Paragraph 5 (below) in the documentation and/or other materials 18 + provided with the distribution. 19 + 20 + 3. Products derived from or including this software may not use 21 + "Logbook of the World" or "LoTW" or any other American Radio Relay 22 + League, Incorporated trademarks or servicemarks in their names 23 + without prior written permission of the ARRL. See Paragraph 6 24 + (below) for contact information. 25 + 26 + 4. Use of this software does not imply endorsement by ARRL of 27 + products derived from or including this software and vendors may not 28 + claim such endorsement. 29 + 30 + 5. Disclaimer: This software is provided "as-is" without 31 + representation, guarantee or warranty of any kind, either express or 32 + implied, including but not limited to the implied warranties of 33 + merchantability or of fitness for a particular purpose. The entire 34 + risk as to the quality and performance of the software is solely 35 + with you. Should the software prove defective, you (and not the 36 + American Radio Relay League, its officers, directors, employees or 37 + agents) assume the entire cost of all necessary servicing, repair or 38 + correction. In no event will ARRL be liable to you or to any third 39 + party for any damages, whether direct or indirect, including lost 40 + profits, lost savings, or other incidental or consequential damages 41 + arising out of the use or inability to use such software, regardless 42 + of whether ARRL has been advised of the possibility of such damages. 43 + 44 + 6. Contact information: 45 + 46 + American Radio Relay League, Inc. 47 + Attn: Logbook of the World Manager 48 + 225 Main St 49 + Newington, CT 06111 50 + voice: 860-594-0200 51 + fax: 860-594-0259 52 + email: logbook@arrl.org 53 + Worldwide Web: www.arrl.org 54 + 55 + This software consists of voluntary contributions made by many 56 + individuals on behalf of the ARRL. More information on the "Logbook 57 + of The World" project and the ARRL is available from the ARRL Web 58 + site at www.arrl.org.