# SPDX-License-Identifier: CC0-1.0 language = 'Text' display = 'Text (cat 9.4)' license = [ { name = 'GPL-3.0-only', url = 'https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=blob;f=COPYING' }, ] filename = 'Main.text' install = ''' # No action is required as it is installed by default. ''' execution = [ 'cat', 'Main.text', ]