Skip to content

Commit a446ea9

Browse files
committed
Change my email in several files
1 parent f7917c2 commit a446ea9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/asmrep.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Stephanie Forrest <forrest@cs.unm.edu>
66
* Claire Le Goues <legoues@cs.cmu.edu>
77
* Eric Schulte <eschulte@cs.unm.edu>
8-
* Jeremy Lacomis <lacomis@virginia.edu>
8+
* Jeremy Lacomis <jlacomis@cmu.edu>
99
* All rights reserved.
1010
*
1111
* Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@ module StringTrie = Trie.Make(OrderedChar)
6363

6464
(**/**)
6565

66-
(** @version 6 *)
66+
(** @version 7 *)
6767
class asmRep = object (self : 'self_type)
6868
inherit stringRep as super
6969

src/global.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Stephanie Forrest <forrest@cs.unm.edu>
66
* Claire Le Goues <legoues@cs.cmu.edu>
77
* Jonathan Dorn <dorn@virginia.edu>
8-
* Jeremy Lacomis <lacomis@virginia.edu>
8+
* Jeremy Lacomis <jlacomis@cmu.edu>
99
* All rights reserved.
1010
*
1111
* Redistribution and use in source and binary forms, with or without

src/trie.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Wes Weimer <weimer@cs.virginia.edu>
55
* Stephanie Forrest <forrest@cs.unm.edu>
66
* Jonathan Dorn <dorn@virginia.edu>
7-
* Jeremy Lacomis <lacomis@virginia.edu>
7+
* Jeremy Lacomis <jlacomis@cmu.edu>
88
* All rights reserved.
99
*
1010
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)