summaryrefslogtreecommitdiff
path: root/gbimg.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbimg.py')
-rw-r--r--gbimg.py32
1 files changed, 23 insertions, 9 deletions
diff --git a/gbimg.py b/gbimg.py
index 5fda2f0..cf7a692 100644
--- a/gbimg.py
+++ b/gbimg.py
@@ -3,17 +3,31 @@
## gbimg - turn PC image files into Game Boy tilesets
## 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 wand.image import Image