1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-05 20:55:47 +03:00

Added copyright define to libssh2.h and use it for binary builds.

This commit is contained in:
Guenter Knauf
2010-08-15 04:09:01 +02:00
parent 51a8335486
commit 56d0877f07
4 changed files with 9 additions and 3 deletions

View File

@@ -40,6 +40,8 @@
#ifndef LIBSSH2_H
#define LIBSSH2_H 1
#define LIBSSH2_COPYRIGHT "2004-2010 The libssh2 project and its contributors."
/* We use underscore instead of dash when appending DEV in dev versions just
to make the BANNER define (used by src/session.c) be a valid SSH
banner. Release versions have no appended strings and may of course not