From ef7496b29a79cceab32e248747d033cb511e37f4 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 18 Feb 2005 16:32:02 +0000 Subject: [PATCH] Update copyright year --- LICENSE | 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 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index b7771c8f..6aef3665 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/include/libssh2.h b/include/libssh2.h index 95d1c4b5..ed9acc57 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, 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 d79da934..9c3cb8d1 100644 --- a/include/libssh2_priv.h +++ b/include/libssh2_priv.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, 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 278331e1..b23bbb24 100644 --- a/include/libssh2_sftp.h +++ b/include/libssh2_sftp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/channel.c b/src/channel.c index 1c4d91e0..5a48d993 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/comp.c b/src/comp.c index 9b9b08ad..2cf34963 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/crypt.c b/src/crypt.c index 60f43df1..887795cf 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/hostkey.c b/src/hostkey.c index 23909b16..32291f36 100644 --- a/src/hostkey.c +++ b/src/hostkey.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/kex.c b/src/kex.c index e1488576..f01fbca0 100644 --- a/src/kex.c +++ b/src/kex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/mac.c b/src/mac.c index 4917b904..81ec4bc0 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/misc.c b/src/misc.c index eda2f57e..4364c7de 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/packet.c b/src/packet.c index 0ffc5797..5dd6025c 100644 --- a/src/packet.c +++ b/src/packet.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/scp.c b/src/scp.c index 0ae7a133..f6724773 100644 --- a/src/scp.c +++ b/src/scp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/session.c b/src/session.c index 7b1987ec..c4d39945 100644 --- a/src/session.c +++ b/src/session.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/sftp.c b/src/sftp.c index 4c099c60..e5c74713 100644 --- a/src/sftp.c +++ b/src/sftp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms, diff --git a/src/userauth.c b/src/userauth.c index d6ea27ef..7e069269 100644 --- a/src/userauth.c +++ b/src/userauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, Sara Golemon +/* Copyright (c) 2004-2005, Sara Golemon * All rights reserved. * * Redistribution and use in source and binary forms,