Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.71 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Brainstorming a license migration tool
  2.  
  3. - extract all contributors from a git/etc repo
  4. - ability to add contributors manually
  5. - merge contributors
  6. - admins can mark contributors as ok/not ok (maybe even allow the contributor to change their status to "ok" via email?)
  7. - review individual commits by contributor
  8. - list commits by size to find key contributors
  9. - list contributors with only small commits to find contributors that potentially only did trivial patches that do not need to ok the new licene
  10. - find commits with email address in the log message, to find patches submitted via email/ticket system
  11. - ability to scan (how?) for references to other OSS project in the code to find code lifted from other sources