diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | cmd/interpreter/main.go | 2 | ||||
-rw-r--r-- | cmd/repl/main.go | 2 | ||||
-rw-r--r-- | ell.c | 2 | ||||
-rw-r--r-- | ell/ell.go | 2 | ||||
-rw-r--r-- | ell/stdlib.go | 2 | ||||
-rw-r--r-- | interpreter.c | 2 | ||||
-rw-r--r-- | repl.c | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -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. @@ -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. @@ -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. @@ -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. |