Skip to content

Commit

Permalink
Change my email in several files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacomis committed Jun 4, 2017
1 parent f7917c2 commit a446ea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/asmrep.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Stephanie Forrest <[email protected]>
* Claire Le Goues <[email protected]>
* Eric Schulte <[email protected]>
* Jeremy Lacomis <lacomis@virginia.edu>
* Jeremy Lacomis <jlacomis@cmu.edu>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -63,7 +63,7 @@ module StringTrie = Trie.Make(OrderedChar)

(**/**)

(** @version 6 *)
(** @version 7 *)
class asmRep = object (self : 'self_type)
inherit stringRep as super

Expand Down
2 changes: 1 addition & 1 deletion src/global.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Stephanie Forrest <[email protected]>
* Claire Le Goues <[email protected]>
* Jonathan Dorn <[email protected]>
* Jeremy Lacomis <lacomis@virginia.edu>
* Jeremy Lacomis <jlacomis@cmu.edu>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/trie.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Wes Weimer <[email protected]>
* Stephanie Forrest <[email protected]>
* Jonathan Dorn <[email protected]>
* Jeremy Lacomis <lacomis@virginia.edu>
* Jeremy Lacomis <jlacomis@cmu.edu>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit a446ea9

Please sign in to comment.