Blame COPYING.SOFORT

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