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 /cmd | |
parent | cd0f978b096b7054c7b661a4877c58833c7b4bc5 (diff) | |
download | ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.gz ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.xz ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.zip |
Name change
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/interpreter/main.go | 2 | ||||
-rw-r--r-- | cmd/repl/main.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/interpreter/main.go b/cmd/interpreter/main.go index e0001a2..468092f 100644 --- a/cmd/interpreter/main.go +++ b/cmd/interpreter/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2018, Přemysl Janouch <p@janouch.name> +// Copyright (c) 2018, 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. diff --git a/cmd/repl/main.go b/cmd/repl/main.go index 3511931..7b188a3 100644 --- a/cmd/repl/main.go +++ b/cmd/repl/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2018, Přemysl Janouch <p@janouch.name> +// Copyright (c) 2018, 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. |