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 16509fa8e8
commit a536f2adeb
3 changed files with 8 additions and 0 deletions

View File

@ -10,3 +10,5 @@
("expand" compiler/commands/expand "macro-expand source" #f)
("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #f)
("demodularize" compiler/demodularizer/batch "produce a whole program from a single module" #f)))
(define test-responsibles '(("test.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)))