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: 19f8f30f63
This commit is contained in:
Matthew Flatt 2013-12-31 17:05:39 -07:00
parent 29369130ed
commit 049bf5d3b1
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#lang info
(define test-responsibles '(("websocket.rkt" jay)
("url-port.rkt" jay)))

View File

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

View File

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