From aa8b8afe4fe5c10b6c873ff164c1ddf281928cfb Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 22 Dec 2004 20:56:06 +0000 Subject: [PATCH] Update contact info with new domain --- LICENSE | 2 +- configure.in | 2 +- include/libssh2.h | 2 +- include/libssh2_priv.h | 2 +- include/libssh2_sftp.h | 2 +- src/channel.c | 2 +- src/comp.c | 2 +- src/crypt.c | 2 +- src/hostkey.c | 2 +- src/kex.c | 2 +- src/mac.c | 2 +- src/misc.c | 2 +- src/packet.c | 2 +- src/scp.c | 2 +- src/session.c | 2 +- src/sftp.c | 2 +- src/userauth.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index cfccdad9..b7771c8f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/configure.in b/configure.in index 3da77d35..2f22a62e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2, 0.2 , pollita@php.net) +AC_INIT(libssh2, 0.2 , sarag@libssh2.org) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([include/libssh2_config.h]) diff --git a/include/libssh2.h b/include/libssh2.h index 6044e79a..e4b95317 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/include/libssh2_priv.h b/include/libssh2_priv.h index 87529584..2bc23a6e 100644 --- a/include/libssh2_priv.h +++ b/include/libssh2_priv.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/include/libssh2_sftp.h b/include/libssh2_sftp.h index 96f855a1..c553b890 100644 --- a/include/libssh2_sftp.h +++ b/include/libssh2_sftp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/channel.c b/src/channel.c index 1fdf1432..0a48cf08 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/comp.c b/src/comp.c index 6afc7383..fee057d3 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/crypt.c b/src/crypt.c index 1ac9cc41..60f43df1 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/hostkey.c b/src/hostkey.c index 6b18c44b..dce1737b 100644 --- a/src/hostkey.c +++ b/src/hostkey.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/kex.c b/src/kex.c index 2440ce29..ea2b5d6c 100644 --- a/src/kex.c +++ b/src/kex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/mac.c b/src/mac.c index 5d346d41..6981c821 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/misc.c b/src/misc.c index 1d53f48c..d7e03fd2 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/packet.c b/src/packet.c index 13e00548..ffe07a0b 100644 --- a/src/packet.c +++ b/src/packet.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/scp.c b/src/scp.c index 55e233db..5e7fa1a5 100644 --- a/src/scp.c +++ b/src/scp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/session.c b/src/session.c index bfaa2fe7..48b83b10 100644 --- a/src/session.c +++ b/src/session.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/sftp.c b/src/sftp.c index 14dd953c..cad530dd 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/userauth.c b/src/userauth.c index 5065b2bf..38d44b0f 100644 --- a/src/userauth.c +++ b/src/userauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms,