************************ elbe-genlicence ************************ .. __name: NAME ==== elbe-genlicence - Generate a file containing the licences of the packages included in a project. .. __synopsis: SYNOPSIS ======== :: elbe genlicence \ [ --output ] \ [ --xml ] \ .. __description: DESCRIPTION =========== *elbe-genlicence* creates a file which will contain the licences of the packages included in a project, generated from the *copyright* files in the */usr/share/doc/\** directories of the root filesystem. This command has to be run **inside the Elbe build VM**. .. __options: OPTIONS ======= --output Write the result to instead of *licence.txt*. --xml Write an xml file with all the licenses to . --buildtype Override the buildtype. --skip-validation Skip xml schema validation. The build directory of the project to process. .. __examples: EXAMPLES ======== - Generate a licence file for the project in */var/cache/elbe/* and name the result *myproject-licences.txt*. :: # elbe genlicence --output myproject-licences.txt /var/cache/elbe/ .. __elbe: ELBE ==== Part of the elbe1 suite