File: paste-license

package info (click to toggle)
libconfig-model-dpkg-perl 3.017
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: perl: 8,530; python: 242; makefile: 77; javascript: 16; sh: 1
file content (10 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
doc: paste license text in License paragraph
doc: paste file: cme run paste-license --arg license=Expat --arg file=MIT.txt
doc: paste STDIN: cat MIT.txt | cme run paste-license --arg license=Expat

var: $var{input} = exists $args{file} ? $args{file} : '-';

app: dpkg-copyright

load: License:"$license" text=.file("$input")