diff options
Diffstat (limited to 'lib/package/ast.def')
-rw-r--r-- | lib/package/ast.def | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lib/package/ast.def b/lib/package/ast.def new file mode 100644 index 0000000..57a7796 --- /dev/null +++ b/lib/package/ast.def @@ -0,0 +1,47 @@ +# +# ast default license info +# + +message_set=3 + +contributor+=( + [gsf]="Glenn Fowler <gsf@research.att.com>" + [dgk]="David Korn <dgk@research.att.com>" + [kpv]="Phong Vo <kpv@research.att.com>" + + [aedgar]="Adam Edgar <aedgar@research.att.com>" + [alb]="Adam Buchsbaum <alb@adambuchsbaum.com>" + [ashaikh]="Aman Shaikh <ashaikh@research.att.com>" + [bala]="Bala Krishnamurthy <bala@research.att.com>" + [chen]="Robin Chen <chen@research.att.com>" + [dfwc]="Don Caldwell <dfwc@research.att.com>" + [ek]="Lefty Koutsofios <ek@research.att.com>" + [gruber]="Bob Gruber <bob.gruber@gmail.com>" + [jiawang]="Jia Wang <jiawang@research.att.com>" + [jlk]="Jeff Korn <@google.com>" + [kfisher]="Kathleen Fisher <kfisher@research.att.com>" + [kwc]="Ken Church <@microsoft.com>" + + [bwk]="Brian Kernigham <bwk@research.bell-labs.com>" + [dmr]="Dennis Ritchie <dmr@research.bell-labs.com>" + [doug]="Doug McIlroy <doug@research.bell-labs.com>" + [ekrell]="Eduardo Krell <ekrell@adexus.cl>" + [jjs]="John Snyder <jjs@adexus.cl>" + [rao]="Herman Rao <rao@fareastone.att.com.tw>" + + [ast-users]="AST users mailgroup <ast-users@research.att.com>" + [ast-developers]="AST developers mailgroup <ast-developers@research.att.com>" +) + +license+=( + organization="Information and Software Systems Research" + domain=research.att.com + parent="AT&T" + corporation="Intellectual Property" + company="Research" + location="Florham Park NJ" + + package=ast + since=1986 + author=gsf+dgk+kpv +) |