#! /usr/bin/python3 # _*_ coding: iso-8859-1 _*_ # Last edited on 2019-08-25 20:28:45 by jstolfi NO_WARRANTY = \ "This software is provided 'as is', WITHOUT ANY EXPLICIT OR" \ " IMPLICIT WARRANTY, not even the implied warranties of merchantibility" \ " and fitness for a particular purpose." STANDARD_RIGHTS = \ "Permission to use, copy, modify, and redistribute this software and" \ " its documentation for any purpose is hereby granted, royalty-free," \ " provided that: (1) the copyright notice at the top of this" \ " file, and the AUTHOR, WARRANTY and RIGHTS sections of this" \ " text are retained in all derived source files; (2) no executable" \ " code derived from this file is published or distributed without the" \ " corresponding source code; and (3) these same rights are granted to" \ " any recipient of such code, under the same conditions."