Skip to content

Commit

Permalink
Minor stuff, vers bump, less stupid license
Browse files Browse the repository at this point in the history
  • Loading branch information
0cyn committed Mar 8, 2023
1 parent dc52ce1 commit 61a8187
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
39 changes: 4 additions & 35 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,38 +1,7 @@
copyright (c) 2020-2023 cynder
Copyright 2023 Sky

dragon license version 1
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 following statement, within quotation marks, is a non-binding summation of the following license:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

"
Clauses:
1. If you're forking/repacking the project, include this LICENSE file
2. If you use an individual file somewhere else, you need to keep the copyright header comment
3. Don't take a snippet/snippets of code from here and relicense it unless you've added it to a larger project.
4. If you repackage/fork this project, indicate so in the name and description of the project to a reasonable extent.

Exemptions:
1. Anything you used this tool to create isn't bound by this license
2. Submodules of this project aren't bound by this license unless they also include it.

This license isn't strictly enforced, and is very loose in general, so respecting it is appreciated.
"

redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. redistributions of substantial portions of the source code of this project must retain the above copyright notice, this list of conditions and the following disclaimer.

2. redistributions of source code in any capacity must maintain the copyright notice within individual files. this does not apply to snippets of code.

3. individual snippets of code alone should not be relicensed unless they do not make up a substantial portion of the project.

4. redistributions of substantial portions of the source code of this project must differentiate themselves from this project within their name and within extended descriptions of the project.

4a. modified redistributions of substantial portions of the source code or compiled binary must indicate they have been modified


the following are exempt from this license:

1. projects, binaries, or any packages generated through this program are not considered derivative works, and are not bound by this license.

2. submodules of this project are not bound by this license unless explicitly stated.
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.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'cynder'

# The full version, including alpha/beta/rc tags
release = '1.6.9'
release = '1.7.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='dragon',
version='1.6.9',
version='1.7.0',
description='A powerful toolkit targeting Apple development, research, and packaging.',
author='cynder',
url='https://dragon.cynder.me/',
Expand Down
2 changes: 1 addition & 1 deletion src/dragon/config/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
████ ▀█¬ ▐███████ ▐███▌ ▐██ ▐██ ▐██ ██▀ ▐██ ██▄ ██▌ ▐██ ▐██ ██ ██
▀███, ;.┌████████─▌ ████ ▀████▀██ ▐██ ▀████▀██ ▀███▀██▌ ▀█████▀ ██ ██
████ ▄▀╓██████████ ╫▌▄███▌ ▄▄▄.▄██
└████, ╓▄██└▄█████████▌▌ █████▀ ▀▀▀▀ version 1.6.9
└████, ╓▄██└▄█████████▌▌ █████▀ ▀▀▀▀ version 1.7.0
█████████┌▄███████████═ ▄████▀ ~ cynder
╙████████████████████▓████▀
└▀████████████████████▀ this project was made possible by Lorenzo Pane.
Expand Down

0 comments on commit 61a8187

Please sign in to comment.