copy responsible info to "info.rkt" files

It seems more ideal that `pkg-authors` would be specific enough
responsibility, but our existing allocations of responsibility are
more fine-grained, and we keep them for now.

original commit: 19f8f30f63ece380105f69796c046c7a00aa4f97
This commit is contained in:
Matthew Flatt 2013-12-31 17:05:39 -07:00
parent 454cd422f0
commit b3bdbe33ed
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View File

@ -0,0 +1,8 @@
#lang info
(define test-responsibles '(("shared.rkt" robby)
("plt-match.rkt" samth)
("match.rkt" samth)
("kw.rkt" eli)
("foreign.rkt" eli)
("contract.rkt" robby)))