diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-03-29 20:19:18 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-03-29 20:19:18 +0000 |
commit | 3441e77ddc03a95482575ad9e9c9c5b341408760 (patch) | |
tree | 118be34c2478156a101c4943f5f2c02817ab0a13 /libssh/match.c | |
parent | 84430b22771ae368267ce20e7c2ef612ada42c7c (diff) | |
download | libssh-3441e77ddc03a95482575ad9e9c9c5b341408760.tar.gz libssh-3441e77ddc03a95482575ad9e9c9c5b341408760.tar.xz libssh-3441e77ddc03a95482575ad9e9c9c5b341408760.zip |
Normalize the license in all files and add vim tab instructions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/match.c')
-rw-r--r-- | libssh/match.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/match.c b/libssh/match.c index 67f65e8..35649f6 100644 --- a/libssh/match.c +++ b/libssh/match.c @@ -10,6 +10,7 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". */ + /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -34,6 +35,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * vim: ts=2 sw=2 et cindent + */ + #include <sys/types.h> #include <ctype.h> #include <string.h> |