• 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.
    

  • README

  • Please create and read the docs with
    
      $ cd doc
      $ make gnulib.html
      $ xdg-open gnulib.html
    
    or read the online manual at
    
      https://www.gnu.org/software/gnulib/manual/gnulib.html