Changeset f596dde for BLFS/xsl


Ignore:
Timestamp:
04/24/2019 04:16:20 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2c603d8
Parents:
7fa9369
Message:

Get rid of the GPLv2 license:

  • Replace the menu system with the Kconfiglib, which has an ISC license
  • Remove farce and any reference to it
  • Rewrite the copyright notice, add the LICENSE files
  • Adapt Config.in and a few other programs to the new menu system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_config.xsl

    r7fa9369 rf596dde  
    113113      <xsl:value-of select="name"/>
    114114      <xsl:text>"
    115 depends MENU_</xsl:text>
     115depends on MENU_</xsl:text>
    116116      <xsl:value-of select="@id"/>
    117117      <xsl:text>
     
    141141      <xsl:value-of select="name"/>
    142142      <xsl:text>"
    143 &#9;depends MENU_</xsl:text>
     143&#9;depends on MENU_</xsl:text>
    144144      <xsl:value-of select="@id"/>
    145145      <xsl:text>
     
    188188      <xsl:value-of select="name"/>
    189189      <xsl:text>"
    190 &#9;&#9;depends MENU_</xsl:text>
     190&#9;&#9;depends on MENU_</xsl:text>
    191191      <xsl:value-of select="translate(name,' ()','___')"/>
    192192      <xsl:text>
Note: See TracChangeset for help on using the changeset viewer.