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,