diff --git a/LICENSE b/LICENSE index 6aef3665..56f3b1d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/include/libssh2.h b/include/libssh2.h index 8a9bc75d..81372a19 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, 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 f68510c7..351f3a41 100644 --- a/include/libssh2_priv.h +++ b/include/libssh2_priv.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/include/libssh2_publickey.h b/include/libssh2_publickey.h index 44b46e95..85fae223 100644 --- a/include/libssh2_publickey.h +++ b/include/libssh2_publickey.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, 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 e950fbfd..1b740344 100644 --- a/include/libssh2_sftp.h +++ b/include/libssh2_sftp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/channel.c b/src/channel.c index 76129d6e..0daacd50 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/comp.c b/src/comp.c index 87bafab4..f0fb8850 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/crypt.c b/src/crypt.c index 887795cf..5cf7134b 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/hostkey.c b/src/hostkey.c index 62ca5535..8a786f28 100644 --- a/src/hostkey.c +++ b/src/hostkey.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/kex.c b/src/kex.c index 7ad5be82..60ead260 100644 --- a/src/kex.c +++ b/src/kex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/mac.c b/src/mac.c index 81ec4bc0..90471e84 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/misc.c b/src/misc.c index 54a99f3f..8c9ac0cf 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/packet.c b/src/packet.c index 043412cf..df8b6978 100644 --- a/src/packet.c +++ b/src/packet.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/publickey.c b/src/publickey.c index bce95026..a85b4f3e 100644 --- a/src/publickey.c +++ b/src/publickey.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/scp.c b/src/scp.c index bcded368..95e4d3f4 100644 --- a/src/scp.c +++ b/src/scp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/session.c b/src/session.c index 27cc6856..939e62bf 100644 --- a/src/session.c +++ b/src/session.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/sftp.c b/src/sftp.c index 74cdeb05..dd220a9b 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/userauth.c b/src/userauth.c index db1cc6f9..1ff2a06d 100644 --- a/src/userauth.c +++ b/src/userauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, Sara Golemon +/* Copyright (c) 2004-2006, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms,