summaryrefslogtreecommitdiff
path: root/stdgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdgb.c')
-rw-r--r--stdgb.c32
1 files changed, 23 insertions, 9 deletions
diff --git a/stdgb.c b/stdgb.c
index 87f4241..c20b9b5 100644
--- a/stdgb.c
+++ b/stdgb.c
@@ -2,17 +2,31 @@
* libstdgb - library of useful Game Boy operations
* Copyright (C) 2016-2017 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.
*/
#include "stdgb.h"