Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#23842 closed defect (bug) (fixed)

Include getID3 3rd Party Library License Information

Reported by: bpetty's profile bpetty Owned by: markjaquith's profile markjaquith
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: Media Keywords: has-patch
Focuses: Cc:

Description

The getID3 library was added stripped of it's readme.txt referenced in every PHP file that contains the terms of how the library dual-license conditions apply (and why it's perfectly appropriate for distribution with WP).

Typically, I'd suggest the entire distribution was brought in as a vendor library (in a traditional "vendor" folder) completely un-modified, but since WP has already been in the habit of mixing vendor libraries directly in with WP core in various modified ways (and because getID3 is actually incredibly bigger than what was already included), I've only included just the all important license terms that were missing from #23673.

Attachments (1)

23842.patch (44.0 KB) - added by bpetty 12 years ago.

Download all attachments as: .zip

Change History (2)

@bpetty
12 years ago

#1 @markjaquith
12 years ago

  • Owner set to markjaquith
  • Resolution set to fixed
  • Status changed from new to closed

In 24203:

Include getID3 licensing info.

props bpetty. fixes #23842.

Note: See TracTickets for help on using tickets.