summaryrefslogtreecommitdiff
path: root/gbromgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbromgen.py')
-rw-r--r--gbromgen.py35
1 files changed, 25 insertions, 10 deletions
diff --git a/gbromgen.py b/gbromgen.py
index d346927..07b1d71 100644
--- a/gbromgen.py
+++ b/gbromgen.py
@@ -3,17 +3,31 @@
## gbromgen - generate full ROM images for the Game Boy
## Copyright (C) 2016 Delwink, LLC
##
-## This program is free software: you can redistribute it and/or modify
-## it under the terms of the GNU Affero General Public License as published by
-## the Free Software Foundation, version 3 only.
+## Redistributions, modified or unmodified, in whole or in part, must retain
+## applicable notices of copyright or other legal privilege, these conditions,
+## and the following license terms and disclaimer. Subject to these
+## conditions, each holder of copyright or other legal privileges, author or
+## assembler, and contributor of this work, henceforth "licensor", hereby
+## grants to any person who obtains a copy of this work in any form:
##
-## 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 Affero General Public License for more details.
+## 1. Permission to reproduce, modify, distribute, publish, sell, sublicense,
+## use, and/or otherwise deal in the licensed material without restriction.
##
-## You should have received a copy of the GNU Affero General Public License
-## along with this program. If not, see <http://www.gnu.org/licenses/>.
+## 2. A perpetual, worldwide, non-exclusive, royalty-free, gratis, irrevocable
+## patent license to make, have made, provide, transfer, import, use, and/or
+## otherwise deal in the licensed material without restriction, for any and
+## all patents held by such licensor and necessarily infringed by the form of
+## the work upon distribution of that licensor's contribution to the work
+## under the terms of this license.
+##
+## NO WARRANTY OF ANY KIND IS IMPLIED BY, OR SHOULD BE INFERRED FROM, THIS
+## LICENSE OR THE ACT OF DISTRIBUTION UNDER THE TERMS OF THIS LICENSE,
+## INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+## A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS,
+## ASSEMBLERS, OR HOLDERS OF COPYRIGHT OR OTHER LEGAL PRIVILEGE BE LIABLE FOR
+## ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN ACTION OF CONTRACT,
+## TORT, OR OTHERWISE ARISING FROM, OUT OF, OR IN CONNECTION WITH THE WORK OR
+## THE USE OF OR OTHER DEALINGS IN THE WORK.
##
from argparse import Action, ArgumentParser
@@ -31,7 +45,8 @@ __version__ = '0.0.0'
__author__ = 'David McMackins II'
__version_info__ = '''{} {}
Copyright (C) 2016 Delwink, LLC
-License AGPLv3: GNU AGPL version 3 only <http://gnu.org/licenses/agpl.html>.
+License COIL 0.6: Copyfree Open Innovation License v0.6
+<http://copyfree.org/content/standard/licenses/coil/license.txt>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.