• Show log

    Commit

  • Hash : 87e6634b
    Author : Bernhard Voelker
    Date : 2022-01-04T00:16:50

    license: fix GPLv3 texts to use a comma instead of semicolon.
    
    See: https://www.gnu.org/licenses/gpl-3.0.html#howto
    Run:
      $ git grep -l 'Foundation; either version 3' \
          | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/'
    
    * All files using GPLv3: Adjust via the above command.