aboutsummaryrefslogtreecommitdiff
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
parentcd0f978b096b7054c7b661a4877c58833c7b4bc5 (diff)
downloadell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.gz
ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.tar.xz
ell-13b4b8a5f5670d38eae095749ddbba734ac2df89.zip
Name change
-rw-r--r--LICENSE2
-rw-r--r--cmd/interpreter/main.go2
-rw-r--r--cmd/repl/main.go2
-rw-r--r--ell.c2
-rw-r--r--ell/ell.go2
-rw-r--r--ell/stdlib.go2
-rw-r--r--interpreter.c2
-rw-r--r--repl.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 24b34c0..19ca8b1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-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.
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.
diff --git a/ell.c b/ell.c
index 941a842..05f7948 100644
--- a/ell.c
+++ b/ell.c
@@ -1,7 +1,7 @@
/*
* ell.c: an experimental little language
*
- * 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.
diff --git a/ell/ell.go b/ell/ell.go
index 7995a86..8c18c4d 100644
--- a/ell/ell.go
+++ b/ell/ell.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/ell/stdlib.go b/ell/stdlib.go
index f91e721..4a8889f 100644
--- a/ell/stdlib.go
+++ b/ell/stdlib.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/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.
diff --git a/repl.c b/repl.c
index b1ff7d0..94e1fae 100644
--- a/repl.c
+++ b/repl.c
@@ -1,7 +1,7 @@
/*
* repl.c: test REPL
*
- * 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.