Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Oct 22, 2015
1 parent 7d9cc6e commit 2be144a
Show file tree
Hide file tree
Showing 1,288 changed files with 355,907 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jl777 NXT-SQ9J-JCAN-8XVY-5XN7K
btcddev NXT-J698-WN8Q-XR8A-92TLD
cryptosleuth NXT-ZJD4-DQ52-DDJ9-23TBW
mezzovide NXT-SAH7-7ETT-EKGN-2E222
blackyblack NXT-9HP3-8QJW-NY3Y-9QLLZ
jones NXT-JNES-HJ86-KNXQ-AQ33Z
eth NXT-C22R-5R4U-XYVV-FMPLT
vanbreuk NXT-RQYG-UPJP-HMMH-7WHFZ
grewalsatinder NXT-QK5L-7YM9-YPVF-55GL5
tosch NXT-5RB8-KJD3-BT3B-E2QWW
toenu NXT-FZ4L-U4MA-MAM2-D3U36

339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions DEVELOPER-AGREEMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
This document describes the agreement between the SuperNET developers
regarding copyright and licensing policies.


0. License.

The SuperNET software is distributed under the GPL version 2, with the exception of
the code that allows SuperNET agents to be created. Agent reference code uses the MIT
license to allow fully unencumbered development of SuperNET agents. Independently created
SuperNET agents can even be closed source and be made available via the service provider
functionality within SuperNET. Also, service providers are free to decide on what
type of fees to charge for their services.


1. Individual copyright.

Each core developer retains full copyright over his contributions to
the code. The aggregate "Copyright © The SuperNET Developers" notice
can still be used in some places for brevity, but the metadata
maintained by the version control software (currently Git) about the
origin and subsequent modifications of each file shall be used as a
definitive record of the specific copyright holders for that file or
modification (if original enough to be copyrightable).


2. Outside contributions.

Contributions of non-committers (those without write access to the
repository) shall only be accepted if submitted under the MIT license,
or if placed in the public domain. Contributions of non-committers that
do not specify a license shall be deemed to be public domain work.


3. Closed source releases.

Each copyright holder grants a non-transferable permission to the SuperNET
development team to use his code in closed source experimental
releases, provided that those are clearly labeled as experimental, for
testing purposes only, and are in a reasonable timeframe (not to exceed
six months) superseded by open source non-experimental releases with
essentially the same functionality.


4. Re-licensing.

Re-licensing of the SuperNET software under a different license requires the
agreement of all copyright holders whose work is being re-licensed. To
ensure that an unreachable copyright holder cannot prevent the active
development team from making licensing decisions, each copyright holder
who leaves the development team shall provide an NXT account number in
the AUTHORS file, at which he can be contacted to discuss such
decisions. Lack of such contact info, or lack of any type of response to
a re-licensing permission request after more than 28 days, as recorded
in the NXT blockchain, shall be interpreted as an irrevocable permission
to the then active development team to perform the specific re-licensing
for which such a permission has been sought.


5. Pseudonymous developers.

Developers may choose to contribute under a fictitious name. Such
developers shall provide verifiable crypto addresses in the AUTHORS file
A verified signature with such addresses shall be considered
sufficient, for making legally binding statements, or as a proof of
copyright ownership, by such pseudonymous developers.


32 changes: 32 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Copyright © 2013-2015 The SuperNET Developers.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.

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 version 2 for more details.

You should have received a copy of the GNU General Public License version 2
along with this program in the file COPYING. If not, see
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.

The SuperNET development team will consider granting exceptions to allow use of
this software under a different license on a case by case basis. Please see the
DEVELOPER-AGREEMENT file describing the developer agreement on copyright
and licensing policies, and the AUTHORS file for individual copyright holder
information.

This software uses third party libraries, distributed under licenses described
in THIRDPARTY-LICENSES.

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.

Loading

0 comments on commit 2be144a

Please sign in to comment.