Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reLicense from GPLv3 to MIT #750

Closed
wants to merge 31 commits into from
Closed

reLicense from GPLv3 to MIT #750

wants to merge 31 commits into from

Conversation

AionJayT
Copy link
Collaborator

@AionJayT AionJayT commented Dec 11, 2018

Notice

It is not allowed to submit your PR to the master branch directly, please submit your PR to the master-pre-merge branch.

Description

Please include a brief summary of the change that this pull request proposes. Include any relevant motivation and context. List any dependencies required for this change.

Re-license from GPLv3 to MIT, the contributor list might need to modify.

Fixes Issue # .

Type of change

Insert x into the following checkboxes to confirm (eg. [x]):

  • Bug fix.
  • New feature.
  • Enhancement.
  • Unit test.
  • Breaking change (a fix or feature that causes existing functionality to not work as expected).
  • Requires documentation update.

Testing

Please describe the tests you used to validate this pull request. Provide any relevant details for test configurations as well as any instructions to reproduce these results.

Verification

Insert x into the following checkboxes to confirm (eg. [x]):

  • I have self-reviewed my own code and conformed to the style guidelines of this project.
  • New and existing tests pass locally with my changes.
  • I have added tests for my fix or feature.
  • I have made appropriate changes to the corresponding documentation.
  • My code generates no new warnings.
  • Any dependent changes have been made.

@AionJayT AionJayT added this to the 0.3.3 milestone Dec 11, 2018
@AionJayT AionJayT added the enhancement New feature or request label Dec 11, 2018
CONTRIBUTORS.md Outdated Show resolved Hide resolved
modPrecompiled/mainnet/database/block/CURRENT Outdated Show resolved Hide resolved
AionJayT and others added 4 commits December 17, 2018 17:05
Isolate modGui and its build logic
- The unknown version test can fail on certain of the random inputs
  because it is casting what is effectively a short to a byte, and
  the short will get truncated on large inputs. Two of these truncated
  results will be 0 and 1, which are the two numbers this test is
  expressly trying to avoid, because they are supposed to fail.
- The random range is now bound above by Byte.MAX_VALUE so that this
  truncating does not occur anymore.
@AionJayT AionJayT self-assigned this Dec 17, 2018
@AionJayT AionJayT closed this Jan 10, 2019
@AionJayT AionJayT deleted the license branch February 5, 2019 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants