Actions
Bug #12549
closedList files with CC0 license in LEGAL file
Bug #12549:
List files with CC0 license in LEGAL file
Description
From https://bugs.ruby-lang.org/issues/12529:
Additional files with CC0 (Public Domain license)
find -name "*.[ch]" -o -name "*.src" \
| xargs grep -ri 'public[ -]domain' \
| awk -F ':' '{ print $1 }' \
| sort | uniq
Below files are not included within the LEGAL file.
ext/date/date_strftime.c
ext/sdbm/_sdbm.c
ext/sdbm/sdbm.h
include/ruby/st.h
missing/acosh.c
strftime.c
Files
Actions