aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:11:26 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:11:26 +0200
commit13b4b8a5f5670d38eae095749ddbba734ac2df89 (patch)
tree85ab354b7e3f2673413752b848af9f9e64207bb4 /cmd
parentcd0f978b096b7054c7b661a4877c58833c7b4bc5 (diff)
downloadell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.gz
ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.xz
ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.zip
Name change
Diffstat (limited to 'cmd')
-rw-r--r--cmd/interpreter/main.go2
-rw-r--r--cmd/repl/main.go2
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.