Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
kernel-firmware.31667
list-license.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File list-license.sh of Package kernel-firmware.31667
#!/bin/sh # # Generate license file lists for each kernel-firmware topic # # usage: list-license.sh < licenses.list # for f in files-*; do echo '%license WHENCE' >> $f done while read first topic licenses; do case "$first" in \#*) continue;; esac test -z "$licenses" && continue for l in $licenses; do echo $l >> files-$topic.license done done for l in files-*.license; do f=${l%.license} sort $l | uniq | sed -e's/^\(.*\)$/%license \1/g' >> $f rm -f $l done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor