mirror of https://github.com/go-gitea/gitea.git
[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
40c8451b7d
commit
1ff944f698
|
@ -207,7 +207,7 @@ PublishScripts/
|
||||||
*.nuget.targets
|
*.nuget.targets
|
||||||
|
|
||||||
# Nuget personal access tokens and Credentials
|
# Nuget personal access tokens and Credentials
|
||||||
nuget.config
|
# nuget.config
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
# Microsoft Azure Build Output
|
||||||
csx/
|
csx/
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Copyright (c) 1995, 1999 Berkeley Software Design, Inc. All rights reserved.
|
Copyright (c) [Year]
|
||||||
|
[Name of Organization]. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -6,10 +7,10 @@ are met:
|
||||||
1. Redistributions of source code must retain the above copyright
|
1. Redistributions of source code must retain the above copyright
|
||||||
notice, this list of conditions and the following disclaimer.
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``AS IS'' AND
|
THIS SOFTWARE IS PROVIDED BY [Name of Organization] ``AS IS'' AND
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE
|
ARE DISCLAIMED. IN NO EVENT SHALL [Name of Organization] BE LIABLE
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
Copyright (c) 0000, Obelix the Gaul <obelix@galia.org>.
|
||||||
|
|
||||||
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
|
manual provided the copyright notice and this permission notice are
|
||||||
|
preserved on all copies.
|
||||||
|
|
||||||
|
Permission is granted to copy and distribute modified versions of
|
||||||
|
this manual under the conditions for verbatim copying, provided that
|
||||||
|
the entire resulting derived work is distributed under the terms of
|
||||||
|
a permission notice identical to this one.
|
||||||
|
|
||||||
|
Since the Linux kernel and libraries are constantly changing, this
|
||||||
|
manual page may be incorrect or out-of-date. The author(s) assume
|
||||||
|
no responsibility for errors or omissions, or for damages resulting
|
||||||
|
from the use of the information contained herein. The author(s) may
|
||||||
|
not have taken the same level of care in the production of this
|
||||||
|
manual, which is licensed free of charge, as they might when working
|
||||||
|
professionally.
|
||||||
|
|
||||||
|
Formatted or processed versions of this manual, if unaccompanied by
|
||||||
|
the source, must acknowledge the copyright and authors of this work.
|
Loading…
Reference in New Issue