Project

General

Profile

Actions

Bug #12549

closed

List files with CC0 license in LEGAL file

Added by duerst (Martin Dürst) over 7 years ago. Updated over 7 years ago.

Status:
Closed
Target version:
-
[ruby-core:76254]

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

LEGAL-public-domain.patch (1.05 KB) LEGAL-public-domain.patch jaruga (Jun Aruga), 07/04/2016 08:39 PM

Related issues 2 (0 open2 closed)

Related to Ruby master - Bug #16820: LEGAL is out of syncClosedActions
Blocks Ruby master - Misc #12529: LEGAL file covering all the license information within RubyClosedhsbt (Hiroshi SHIBATA)Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0