Blame COPYING.SOFORT

4e6c00
/*****************************************************************************/
4e6c00
/*                                                                           */
4e6c00
/*  sofort: portable software project skeleton                               */
4e6c00
/*                                                                           */
306425
/*  Copyright (C) 2015--2020  Z. Gilboa                                      */
4e6c00
/*                                                                           */
4e6c00
/*  sofort provides a build system that can be incorporated into Works       */
4e6c00
/*  which may or may not be covered by a copyleft license. THE FOLLOWING     */
4e6c00
/*  LICENSE THEREFORE GOVERNS ONLY THOSE FILES WHICH ARE EXPLICITLY          */
4e6c00
/*  LISTED HEREWITHIN.                                                       */
4e6c00
/*                                                                           */
4e6c00
/* ./configure                                                               */
4e6c00
/* ./config.usage                                                            */
4e6c00
/* ./Makefile.in                                                             */
4e6c00
/*                                                                           */
4e6c00
/* ./sofort/ccenv/ccenv.in                                                   */
4e6c00
/* ./sofort/ccenv/ccenv.usage                                                */
4e6c00
/* ./sofort/ccenv/ccenv.vars                                                 */
4e6c00
/* ./sofort/ccenv/pedefs.in                                                  */
4e6c00
/* ./sofort/ccenv/ccenv.sh                                                   */
4e6c00
/* ./sofort/cfgtest/cfgtest.sh                                               */
4e6c00
/* ./sofort/config/cfgdefs.in                                                */
4e6c00
/* ./sofort/config/config.vars                                               */
4e6c00
/* ./sofort/config/flag.vars                                                 */
4e6c00
/* ./sofort/core/defs.mk                                                     */
4e6c00
/* ./sofort/core/flavor.mk                                                   */
4e6c00
/* ./sofort/core/pkgconf.mk                                                  */
4e6c00
/* ./sofort/core/version.mk                                                  */
4e6c00
/* ./sofort/exrules/default.mk                                               */
4e6c00
/* ./sofort/exrules/pe-common.mk                                             */
4e6c00
/* ./sofort/exrules/pe-dlltool.mk                                            */
4e6c00
/* ./sofort/exrules/pe-mdso.mk                                               */
4e6c00
/* ./sofort/exrules/pe-version.mk                                            */
4e6c00
/* ./sofort/tools/pkgconf.sh                                                 */
4e6c00
/* ./sofort/tools/version.sh                                                 */
4e6c00
/*                                                                           */
4e6c00
/*  Permission is hereby granted, free of charge, to any person obtaining    */
4e6c00
/*  a copy of this software and associated documentation files (the          */
4e6c00
/*  "Software"), to deal in the Software without restriction, including      */
4e6c00
/*  without limitation the rights to use, copy, modify, merge, publish,      */
4e6c00
/*  distribute, sublicense, and/or sell copies of the Software, and to       */
4e6c00
/*  permit persons to whom the Software is furnished to do so, subject to    */
4e6c00
/*  the following conditions:                                                */
4e6c00
/*                                                                           */
4e6c00
/*  The above copyright notice and this permission notice shall be included  */
4e6c00
/*  in all copies or substantial portions of the Software.                   */
4e6c00
/*                                                                           */
4e6c00
/*  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  */
4e6c00
/*  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               */
4e6c00
/*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   */
4e6c00
/*  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY     */
4e6c00
/*  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,     */
4e6c00
/*  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE        */
4e6c00
/*  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                   */
4e6c00
/*                                                                           */
4e6c00
/*****************************************************************************/