This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update LICENSE * Move DCO
- Loading branch information
Showing
2 changed files
with
72 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
Developer Certificate of Origin | ||
|
||
By making your contribution, you are (1) making the declaration set | ||
out in the Linux Foundation’s Developer Certificate of Origin | ||
version 1.1 as set out below, in which the “open source licence indicated | ||
in the file” is GPLv3 with the Radicle Linking Exception, and (2) granting the | ||
additional permission referred to in the Radicle Linking Exception to | ||
downstream recipients of current and future versions of radicle-surf | ||
released by the Radicle Foundation. | ||
|
||
Developer Certificate of Origin | ||
Version 1.1 | ||
|
||
Copyright (C) 2004, 2006 The Linux Foundation and its contributors. | ||
1 Letterman Drive | ||
Suite D4700 | ||
San Francisco, CA, 94129 | ||
|
||
Everyone is permitted to copy and distribute verbatim copies of this | ||
license document, but changing it is not allowed. | ||
|
||
Developer's Certificate of Origin 1.1 | ||
|
||
By making a contribution to this project, I certify that: (a) The contribution | ||
was created in whole or in part by me and I have the right to submit it under | ||
the open source license indicated in the file; or | ||
|
||
(b) The contribution is based upon previous work that, to the best of my | ||
knowledge, is covered under an appropriate open source license and I have the | ||
right under that license to submit that work with modifications, whether created | ||
in whole or in part by me, under the same open source license (unless I am | ||
permitted to submit under a different license), as indicated in the file; or | ||
|
||
(c) The contribution was provided directly to me by some other person who | ||
certified (a), (b) or (c) and I have not modified it. | ||
|
||
(d) I understand and agree that this project and the contribution are public and | ||
that a record of the contribution (including all personal information I submit | ||
with it, including my sign-off) is maintained indefinitely and may be | ||
redistributed consistent with this project or the open source license(s) | ||
involved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,33 @@ | ||
GNU GENERAL PUBLIC LICENSE | ||
radicle-surf is Copyright © 2019-2020 | ||
The Radicle Foundation <[email protected]> | ||
|
||
radicle-surf is licensed under version 3 of the | ||
GNU General Public License (GPLv3) with the Radicle Linking Exception. | ||
Any contribution to radicle-surf must be made subject to the | ||
developer certificate of origin (DCO). | ||
|
||
By making your contribution, you are (1) making the declaration set | ||
out in the Linux Foundation’s Developer Certificate of Origin | ||
version 1.1 as set out below, in which the “open source licence indicated | ||
in the file” is GPLv3 with the Radicle Linking Exception, and (2) granting the | ||
additional permission referred to in the Radicle Linking Exception to | ||
downstream recipients of current and future versions of radicle-surf | ||
released by the Radicle Foundation. | ||
|
||
Radicle Linking Exception | ||
|
||
In addition to the permissions in the GNU General Public License, | ||
the authors give you unlimited permission to link the compiled | ||
version of this unmodified program into combinations with other programs, | ||
and to distribute those combinations without any restriction | ||
coming from the use of this program. (The General Public License | ||
restrictions do apply in other respects; for example, they cover | ||
modification of this program, and distribution when not linked into | ||
a combined executable.) | ||
|
||
-------------------------------------------------------------------------- | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
Version 3, 29 June 2007 | ||
|
||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | ||
|
@@ -619,56 +648,3 @@ Program, unless a warranty or assumption of liability accompanies a | |
copy of the Program in return for a fee. | ||
|
||
END OF TERMS AND CONDITIONS | ||
|
||
How to Apply These Terms to Your New Programs | ||
|
||
If you develop a new program, and you want it to be of the greatest | ||
possible use to the public, the best way to achieve this is to make it | ||
free software which everyone can redistribute and change under these terms. | ||
|
||
To do so, attach the following notices to the program. It is safest | ||
to attach them to the start of each source file to most effectively | ||
state the exclusion of warranty; and each file should have at least | ||
the "copyright" line and a pointer to where the full notice is found. | ||
|
||
<one line to give the program's name and a brief idea of what it does.> | ||
Copyright (C) <year> <name of author> | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
|
||
Also add information on how to contact you by electronic and paper mail. | ||
|
||
If the program does terminal interaction, make it output a short | ||
notice like this when it starts in an interactive mode: | ||
|
||
<program> Copyright (C) <year> <name of author> | ||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | ||
This is free software, and you are welcome to redistribute it | ||
under certain conditions; type `show c' for details. | ||
|
||
The hypothetical commands `show w' and `show c' should show the appropriate | ||
parts of the General Public License. Of course, your program's commands | ||
might be different; for a GUI interface, you would use an "about box". | ||
|
||
You should also get your employer (if you work as a programmer) or school, | ||
if any, to sign a "copyright disclaimer" for the program, if necessary. | ||
For more information on this, and how to apply and follow the GNU GPL, see | ||
<https://www.gnu.org/licenses/>. | ||
|
||
The GNU General Public License does not permit incorporating your program | ||
into proprietary programs. If your program is a subroutine library, you | ||
may consider it more useful to permit linking proprietary applications with | ||
the library. If this is what you want to do, use the GNU Lesser General | ||
Public License instead of this License. But first, please read | ||
<https://www.gnu.org/licenses/why-not-lgpl.html>. |