aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
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.