Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f499cf7
)
top.lsp: remove unicode character from copyrights on top.lsp.
author
Daniel Kochmański
<dkochmanski@hellsgate.pl>
Wed, 25 Feb 2015 21:04:24 +0000
(22:04 +0100)
committer
Daniel Kochmański
<dkochmanski@hellsgate.pl>
Wed, 25 Feb 2015 21:04:24 +0000
(22:04 +0100)
src/lsp/top.lsp
patch
|
blob
|
blame
|
history
diff --git
a/src/lsp/top.lsp
b/src/lsp/top.lsp
index
f71a7ef
..
6177a71
100644
(file)
--- a/
src/lsp/top.lsp
+++ b/
src/lsp/top.lsp
@@
-402,7
+402,7
@@
The top-level loop of ECL. It is called by default when ECL is invoked."
(format t "~%Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya~@
Copyright (C) 1993 Giuseppe Attardi~@
Copyright (C) 2000 Juan J. Garcia-Ripoll
-Copyright (C) 2015 Daniel Kochma
ń
ski
+Copyright (C) 2015 Daniel Kochma
n
ski
ECL is free software, and you are welcome to redistribute it~@
under certain conditions; see file 'Copyright' for details.")
(format *standard-output* "~%Type :h for Help. "))