diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:11:26 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:11:26 +0200 |
commit | 13b4b8a5f5670d38eae095749ddbba734ac2df89 (patch) | |
tree | 85ab354b7e3f2673413752b848af9f9e64207bb4 /interpreter.c | |
parent | cd0f978b096b7054c7b661a4877c58833c7b4bc5 (diff) | |
download | ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.gz ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.xz ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.zip |
Name change
Diffstat (limited to 'interpreter.c')
-rw-r--r-- | interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter.c b/interpreter.c index 3b9bf04..ec048d1 100644 --- a/interpreter.c +++ b/interpreter.c @@ -1,7 +1,7 @@ /* * interpreter.c: test interpreter * - * Copyright (c) 2017, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2017, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. |