summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-03-23 19:59:43 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-03-23 20:02:43 +0400
commit4098b74a22fc90e8a8e44bcea4b1916897c1bc19 (patch)
tree428eaeff02ca8355bb9196da83bf958e297adb86 /Makefile.am
parentssshd.scm.in (handle-req-auth): Handle password auth correctly. (diff)
downloadguile-ssh-4098b74a22fc90e8a8e44bcea4b1916897c1bc19.tar.gz
Replace `libguile-ssh' with `Guile-SSH' in commentaries.
* Makefile.am, am/Makefile.am, ssh/Makefile.am, ssh/auth.c, ssh/auth.h, ssh/auth.scm, ssh/base64.c, ssh/base64.h, ssh/channel-func.c, ssh/channel-func.h, ssh/channel-main.c, ssh/channel-type.c, ssh/channel-type.h, ssh/channel.scm, ssh/common.c, ssh/common.h, ssh/error.c, ssh/error.h, ssh/key-func.c, ssh/key-func.h, ssh/key-main.c, ssh/key-type.c, ssh/key-type.h, ssh/key.scm, ssh/message-func.c, ssh/message-func.h, ssh/message-main.c, ssh/message-type.c, ssh/message-type.h, ssh/message.scm, ssh/server-func.c, ssh/server-func.h, ssh/server-main.c, ssh/server-type.c, ssh/server-type.h, ssh/server.scm, ssh/session-func.c, ssh/session-func.h, ssh/session-main.c, ssh/session-type.c, ssh/session-type.h, ssh/session.scm, ssh/threads.c, ssh/threads.h, ssh/version.c, ssh/version.scm, tests/Makefile.am, tests/client-server.scm, tests/server-client.scm, tests/server.scm, tests/session.scm, tests/sssh-ssshd.scm, configure.ac: Replace `libguile-ssh' with `Guile-SSH' in commentaries.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d43743c..8932f0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,20 +2,20 @@
##
## Copyright (C) 2013, 2014 Artyom V. Poptsov <poptsov.artyom@gmail.com>
##
-## This file is part of libguile-ssh.
+## This file is part of Guile-SSH.
##
-## libguile-ssh is free software: you can redistribute it and/or
+## Guile-SSH is free software: you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation, either version 3 of the
## License, or (at your option) any later version.
##
-## libguile-ssh is distributed in the hope that it will be useful, but
+## Guile-SSH is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
-## along with libguile-ssh. If not, see <http://www.gnu.org/licenses/>.
+## along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4 --install