mirror of https://github.com/go-gitea/gitea
parent
df96088bc4
commit
972eae358d
@ -0,0 +1,14 @@ |
||||
# gitignore template for Hexo sites |
||||
# website: https://hexo.io/ |
||||
# Recommended: Node.gitignore |
||||
|
||||
# Ignore generated directory |
||||
public/ |
||||
|
||||
# Ignore temp files |
||||
tmp/ |
||||
.tmp* |
||||
|
||||
# additional files |
||||
db.json |
||||
.deploy*/ |
@ -0,0 +1,3 @@ |
||||
/node_modules/ |
||||
/lib/ |
||||
.bsb.lock |
@ -0,0 +1,3 @@ |
||||
# Ignore the default terragrunt cache directory |
||||
# https://terragrunt.gruntwork.io/docs/features/caching/ |
||||
.terragrunt-cache |
@ -0,0 +1,13 @@ |
||||
Copyright 2005 Norman Walsh, Sun Microsystems, |
||||
Inc., and the Organization for the Advancement |
||||
of Structured Information Standards (OASIS). |
||||
|
||||
Release: $Id: db4-upgrade.xsl 8905 2010-09-12 11:47:07Z bobstayton $ |
||||
|
||||
Permission to use, copy, modify and distribute this stylesheet |
||||
and its accompanying documentation for any purpose and |
||||
without fee is hereby granted in perpetuity, provided that |
||||
the above copyright notice and this paragraph appear in |
||||
all copies. The copyright holders make no representation |
||||
about the suitability of the schema for any purpose. It |
||||
is provided "as is" without expressed or implied warranty. |
@ -0,0 +1,10 @@ |
||||
Additional permission under GPLv3 section 7: |
||||
|
||||
If you modify this Program, or any covered work, by |
||||
linking or combining it with OpenSSL, or a modified |
||||
version of OpenSSL licensed under the OpenSSL license |
||||
(https://www.openssl.org/source/license.html), the licensors of this |
||||
Program grant you additional permission to convey the resulting work. |
||||
Corresponding Source for a non-source form of such a combination |
||||
shall include the source code for the parts that are licensed |
||||
under the OpenSSL license as well as that of the covered work. |
@ -0,0 +1,30 @@ |
||||
Portions of this software are subject to the license below. The relevant |
||||
source files are clearly marked; they refer to this file using the phrase |
||||
"the Click LICENSE file". This license is an MIT license, plus a clause |
||||
(taken from the W3C license) requiring prior written permission to use our |
||||
names in publicity. |
||||
|
||||
=========================================================================== |
||||
|
||||
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 name and trademarks of copyright holders may NOT be used in advertising |
||||
or publicity pertaining to the Software without specific, written prior |
||||
permission. Title to copyright in this Software and any associated |
||||
documentation will at all times remain with copyright holders. |
||||
|
||||
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. |
@ -0,0 +1,58 @@ |
||||
Copyright (C) 2001-2015 American Radio Relay League, Inc. All rights |
||||
reserved. |
||||
|
||||
Portions (C) 2003-2023 The TrustedQSL Developers. Please see the AUTHORS.txt |
||||
file for contributors. |
||||
|
||||
Redistribution and use in source and binary forms, with or without |
||||
modification, are permitted provided that the following conditions |
||||
are met: |
||||
|
||||
1. Any redistribution of source code must retain the above copyright |
||||
notice, this list of conditions and the disclaimer shown in |
||||
Paragraph 5 (below). |
||||
|
||||
2. Redistribution in binary form must reproduce the above copyright |
||||
notice, this list of conditions and the disclaimer shown in |
||||
Paragraph 5 (below) in the documentation and/or other materials |
||||
provided with the distribution. |
||||
|
||||
3. Products derived from or including this software may not use |
||||
"Logbook of the World" or "LoTW" or any other American Radio Relay |
||||
League, Incorporated trademarks or servicemarks in their names |
||||
without prior written permission of the ARRL. See Paragraph 6 |
||||
(below) for contact information. |
||||
|
||||
4. Use of this software does not imply endorsement by ARRL of |
||||
products derived from or including this software and vendors may not |
||||
claim such endorsement. |
||||
|
||||
5. Disclaimer: This software is provided "as-is" without |
||||
representation, guarantee or warranty of any kind, either express or |
||||
implied, including but not limited to the implied warranties of |
||||
merchantability or of fitness for a particular purpose. The entire |
||||
risk as to the quality and performance of the software is solely |
||||
with you. Should the software prove defective, you (and not the |
||||
American Radio Relay League, its officers, directors, employees or |
||||
agents) assume the entire cost of all necessary servicing, repair or |
||||
correction. In no event will ARRL be liable to you or to any third |
||||
party for any damages, whether direct or indirect, including lost |
||||
profits, lost savings, or other incidental or consequential damages |
||||
arising out of the use or inability to use such software, regardless |
||||
of whether ARRL has been advised of the possibility of such damages. |
||||
|
||||
6. Contact information: |
||||
|
||||
American Radio Relay League, Inc. |
||||
Attn: Logbook of the World Manager |
||||
225 Main St |
||||
Newington, CT 06111 |
||||
voice: 860-594-0200 |
||||
fax: 860-594-0259 |
||||
email: logbook@arrl.org |
||||
Worldwide Web: www.arrl.org |
||||
|
||||
This software consists of voluntary contributions made by many |
||||
individuals on behalf of the ARRL. More information on the "Logbook |
||||
of The World" project and the ARRL is available from the ARRL Web |
||||
site at www.arrl.org. |
Loading…
Reference in new issue