From 2e70b56ba3e75df1984db6a3c0b243d8aeb391cc Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Tue, 5 Apr 2011 10:08:39 +0100 Subject: [PATCH] License header update --- CONTRIBUTORS | 3 ++ src/main/java/examples/Exec.java | 2 +- src/main/java/examples/LocalPF.java | 2 +- src/main/java/examples/RemotePF.java | 2 +- src/main/java/examples/RudimentaryPTY.java | 2 +- src/main/java/examples/SCPDownload.java | 2 +- src/main/java/examples/SCPUpload.java | 2 +- src/main/java/examples/SFTPDownload.java | 2 +- src/main/java/examples/SFTPUpload.java | 2 +- src/main/java/examples/X11.java | 2 +- .../java/net/schmizz/concurrent/Event.java | 2 +- .../schmizz/concurrent/ExceptionChainer.java | 2 +- .../java/net/schmizz/concurrent/Future.java | 2 +- .../net/schmizz/concurrent/FutureUtils.java | 2 +- .../net/schmizz/sshj/AbstractService.java | 2 +- .../java/net/schmizz/sshj/AndroidConfig.java | 2 +- src/main/java/net/schmizz/sshj/Config.java | 2 +- .../java/net/schmizz/sshj/ConfigImpl.java | 2 +- .../java/net/schmizz/sshj/DefaultConfig.java | 2 +- src/main/java/net/schmizz/sshj/SSHClient.java | 2 +- src/main/java/net/schmizz/sshj/Service.java | 2 +- .../java/net/schmizz/sshj/SocketClient.java | 2 +- .../java/net/schmizz/sshj/common/Buffer.java | 2 +- .../schmizz/sshj/common/ByteArrayUtils.java | 2 +- .../schmizz/sshj/common/DisconnectReason.java | 2 +- .../schmizz/sshj/common/ErrorNotifiable.java | 2 +- .../java/net/schmizz/sshj/common/Factory.java | 2 +- .../java/net/schmizz/sshj/common/IOUtils.java | 2 +- .../java/net/schmizz/sshj/common/KeyType.java | 2 +- .../java/net/schmizz/sshj/common/Message.java | 2 +- .../net/schmizz/sshj/common/SSHException.java | 2 +- .../net/schmizz/sshj/common/SSHPacket.java | 2 +- .../schmizz/sshj/common/SSHPacketHandler.java | 2 +- .../sshj/common/SSHRuntimeException.java | 2 +- .../schmizz/sshj/common/SecurityUtils.java | 2 +- .../net/schmizz/sshj/common/StreamCopier.java | 2 +- .../schmizz/sshj/connection/Connection.java | 2 +- .../sshj/connection/ConnectionException.java | 2 +- .../sshj/connection/ConnectionImpl.java | 2 +- .../connection/channel/AbstractChannel.java | 2 +- .../sshj/connection/channel/Channel.java | 2 +- .../channel/ChannelInputStream.java | 2 +- .../channel/ChannelOutputStream.java | 2 +- .../connection/channel/OpenFailException.java | 2 +- .../sshj/connection/channel/Window.java | 2 +- .../channel/direct/AbstractDirectChannel.java | 2 +- .../channel/direct/LocalPortForwarder.java | 2 +- .../connection/channel/direct/PTYMode.java | 2 +- .../connection/channel/direct/Session.java | 2 +- .../channel/direct/SessionChannel.java | 2 +- .../channel/direct/SessionFactory.java | 2 +- .../connection/channel/direct/Signal.java | 2 +- .../forwarded/AbstractForwardedChannel.java | 2 +- .../AbstractForwardedChannelOpener.java | 2 +- .../channel/forwarded/ConnectListener.java | 2 +- .../forwarded/ForwardedChannelOpener.java | 2 +- .../forwarded/RemotePortForwarder.java | 2 +- .../SocketForwardingConnectListener.java | 2 +- .../channel/forwarded/X11Forwarder.java | 2 +- .../net/schmizz/sshj/sftp/FileAttributes.java | 2 +- .../java/net/schmizz/sshj/sftp/FileMode.java | 2 +- .../java/net/schmizz/sshj/sftp/OpenMode.java | 2 +- .../net/schmizz/sshj/sftp/PacketReader.java | 2 +- .../net/schmizz/sshj/sftp/PacketType.java | 2 +- .../net/schmizz/sshj/sftp/PathComponents.java | 2 +- .../net/schmizz/sshj/sftp/PathHelper.java | 2 +- .../sshj/sftp/RandomAccessRemoteFile.java | 2 +- .../schmizz/sshj/sftp/RemoteDirectory.java | 2 +- .../net/schmizz/sshj/sftp/RemoteFile.java | 2 +- .../net/schmizz/sshj/sftp/RemoteResource.java | 2 +- .../sshj/sftp/RemoteResourceFilter.java | 2 +- .../schmizz/sshj/sftp/RemoteResourceInfo.java | 2 +- .../java/net/schmizz/sshj/sftp/Request.java | 2 +- .../java/net/schmizz/sshj/sftp/Requester.java | 2 +- .../java/net/schmizz/sshj/sftp/Response.java | 2 +- .../net/schmizz/sshj/sftp/SFTPClient.java | 2 +- .../net/schmizz/sshj/sftp/SFTPEngine.java | 2 +- .../net/schmizz/sshj/sftp/SFTPException.java | 2 +- .../schmizz/sshj/sftp/SFTPFileTransfer.java | 2 +- .../net/schmizz/sshj/sftp/SFTPPacket.java | 2 +- .../schmizz/sshj/sftp/StatefulSFTPClient.java | 2 +- .../sshj/signature/AbstractSignature.java | 2 +- .../net/schmizz/sshj/signature/Signature.java | 2 +- .../schmizz/sshj/signature/SignatureDSA.java | 2 +- .../schmizz/sshj/signature/SignatureRSA.java | 2 +- .../net/schmizz/sshj/transport/Converter.java | 2 +- .../net/schmizz/sshj/transport/Decoder.java | 2 +- .../sshj/transport/DisconnectListener.java | 2 +- .../net/schmizz/sshj/transport/Encoder.java | 2 +- .../schmizz/sshj/transport/Heartbeater.java | 2 +- .../schmizz/sshj/transport/KeyExchanger.java | 2 +- .../sshj/transport/NegotiatedAlgorithms.java | 2 +- .../net/schmizz/sshj/transport/Proposal.java | 2 +- .../net/schmizz/sshj/transport/Reader.java | 2 +- .../net/schmizz/sshj/transport/Transport.java | 2 +- .../sshj/transport/TransportException.java | 2 +- .../schmizz/sshj/transport/TransportImpl.java | 2 +- .../sshj/transport/cipher/AES128CBC.java | 2 +- .../sshj/transport/cipher/AES128CTR.java | 2 +- .../sshj/transport/cipher/AES192CBC.java | 2 +- .../sshj/transport/cipher/AES192CTR.java | 2 +- .../sshj/transport/cipher/AES256CBC.java | 2 +- .../sshj/transport/cipher/AES256CTR.java | 2 +- .../sshj/transport/cipher/BaseCipher.java | 2 +- .../sshj/transport/cipher/BlowfishCBC.java | 2 +- .../schmizz/sshj/transport/cipher/Cipher.java | 2 +- .../sshj/transport/cipher/NoneCipher.java | 2 +- .../sshj/transport/cipher/TripleDESCBC.java | 2 +- .../transport/compression/Compression.java | 2 +- .../compression/DelayedZlibCompression.java | 2 +- .../compression/NoneCompression.java | 2 +- .../compression/ZlibCompression.java | 2 +- .../sshj/transport/digest/BaseDigest.java | 2 +- .../schmizz/sshj/transport/digest/Digest.java | 2 +- .../schmizz/sshj/transport/digest/MD5.java | 2 +- .../schmizz/sshj/transport/digest/SHA1.java | 2 +- .../sshj/transport/kex/AbstractDHG.java | 2 +- .../net/schmizz/sshj/transport/kex/DH.java | 2 +- .../net/schmizz/sshj/transport/kex/DHG1.java | 2 +- .../net/schmizz/sshj/transport/kex/DHG14.java | 2 +- .../sshj/transport/kex/DHGroupData.java | 2 +- .../sshj/transport/kex/KeyExchange.java | 2 +- .../schmizz/sshj/transport/mac/BaseMAC.java | 2 +- .../schmizz/sshj/transport/mac/HMACMD5.java | 2 +- .../schmizz/sshj/transport/mac/HMACMD596.java | 2 +- .../schmizz/sshj/transport/mac/HMACSHA1.java | 2 +- .../sshj/transport/mac/HMACSHA196.java | 2 +- .../net/schmizz/sshj/transport/mac/MAC.java | 2 +- .../transport/random/BouncyCastleRandom.java | 2 +- .../sshj/transport/random/JCERandom.java | 2 +- .../schmizz/sshj/transport/random/Random.java | 2 +- .../random/SingletonRandomFactory.java | 2 +- .../ConsoleKnownHostsVerifier.java | 2 +- .../verification/HostKeyVerifier.java | 2 +- .../verification/OpenSSHKnownHosts.java | 2 +- .../verification/PromiscuousVerifier.java | 2 +- .../net/schmizz/sshj/userauth/AuthParams.java | 2 +- .../net/schmizz/sshj/userauth/UserAuth.java | 2 +- .../sshj/userauth/UserAuthException.java | 2 +- .../schmizz/sshj/userauth/UserAuthImpl.java | 2 +- .../userauth/keyprovider/FileKeyProvider.java | 2 +- .../userauth/keyprovider/KeyPairWrapper.java | 2 +- .../userauth/keyprovider/KeyProvider.java | 2 +- .../userauth/keyprovider/KeyProviderUtil.java | 2 +- .../userauth/keyprovider/OpenSSHKeyFile.java | 2 +- .../userauth/keyprovider/PKCS8KeyFile.java | 2 +- .../userauth/method/AbstractAuthMethod.java | 2 +- .../sshj/userauth/method/AuthHostbased.java | 2 +- .../method/AuthKeyboardInteractive.java | 2 +- .../sshj/userauth/method/AuthMethod.java | 2 +- .../sshj/userauth/method/AuthNone.java | 2 +- .../sshj/userauth/method/AuthPassword.java | 2 +- .../sshj/userauth/method/AuthPublickey.java | 2 +- .../method/ChallengeResponseProvider.java | 2 +- .../sshj/userauth/method/KeyedAuthMethod.java | 2 +- .../method/PasswordResponseProvider.java | 2 +- .../userauth/password/AccountResource.java | 2 +- .../userauth/password/PasswordFinder.java | 2 +- .../sshj/userauth/password/PasswordUtils.java | 2 +- .../password/PrivateKeyFileResource.java | 2 +- .../sshj/userauth/password/Resource.java | 2 +- .../sshj/xfer/AbstractFileTransfer.java | 2 +- .../schmizz/sshj/xfer/DefaultModeGetter.java | 2 +- .../schmizz/sshj/xfer/DefaultModeSetter.java | 2 +- .../net/schmizz/sshj/xfer/FilePermission.java | 2 +- .../net/schmizz/sshj/xfer/FileSystemFile.java | 15 +++++++++ .../net/schmizz/sshj/xfer/FileTransfer.java | 2 +- .../schmizz/sshj/xfer/FileTransferUtil.java | 2 +- .../net/schmizz/sshj/xfer/InMemoryFile.java | 17 +++++++++- .../java/net/schmizz/sshj/xfer/LocalFile.java | 17 ++++++++++ .../net/schmizz/sshj/xfer/ModeGetter.java | 2 +- .../net/schmizz/sshj/xfer/ModeSetter.java | 2 +- .../sshj/xfer/scp/SCPDownloadClient.java | 2 +- .../net/schmizz/sshj/xfer/scp/SCPEngine.java | 2 +- .../schmizz/sshj/xfer/scp/SCPException.java | 2 +- .../sshj/xfer/scp/SCPFileTransfer.java | 2 +- .../sshj/xfer/scp/SCPUploadClient.java | 2 +- src/test/java/net/schmizz/sshj/SmokeTest.java | 2 +- .../sshj/keyprovider/OpenSSHKeyFileTest.java | 2 +- .../sshj/keyprovider/PKCS8KeyFileTest.java | 2 +- .../schmizz/sshj/transport/Disconnection.java | 2 +- .../verification/OpenSSHKnownHostsTest.java | 2 +- .../net/schmizz/sshj/util/BasicFixture.java | 2 +- .../sshj/util/BogusPasswordAuthenticator.java | 31 +++++++++---------- .../net/schmizz/sshj/util/BufferTest.java | 31 +++++++++---------- .../java/net/schmizz/sshj/util/KeyUtil.java | 31 +++++++++---------- 186 files changed, 272 insertions(+), 231 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 00000000..bfeb1327 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,3 @@ +Shikhar Bhushan +Cyril Ledru +Incendium \ No newline at end of file diff --git a/src/main/java/examples/Exec.java b/src/main/java/examples/Exec.java index 0fd3100b..76a41374 100644 --- a/src/main/java/examples/Exec.java +++ b/src/main/java/examples/Exec.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/LocalPF.java b/src/main/java/examples/LocalPF.java index 0964c8a2..dde122e8 100644 --- a/src/main/java/examples/LocalPF.java +++ b/src/main/java/examples/LocalPF.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/RemotePF.java b/src/main/java/examples/RemotePF.java index 0b93bd36..4a2c5172 100644 --- a/src/main/java/examples/RemotePF.java +++ b/src/main/java/examples/RemotePF.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/RudimentaryPTY.java b/src/main/java/examples/RudimentaryPTY.java index 2c72e56e..79c4dab1 100644 --- a/src/main/java/examples/RudimentaryPTY.java +++ b/src/main/java/examples/RudimentaryPTY.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/SCPDownload.java b/src/main/java/examples/SCPDownload.java index 8f0e1e77..bfaaa6ef 100644 --- a/src/main/java/examples/SCPDownload.java +++ b/src/main/java/examples/SCPDownload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/SCPUpload.java b/src/main/java/examples/SCPUpload.java index 5c99890b..9366771e 100644 --- a/src/main/java/examples/SCPUpload.java +++ b/src/main/java/examples/SCPUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/SFTPDownload.java b/src/main/java/examples/SFTPDownload.java index 3e9ab616..b8536798 100644 --- a/src/main/java/examples/SFTPDownload.java +++ b/src/main/java/examples/SFTPDownload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/SFTPUpload.java b/src/main/java/examples/SFTPUpload.java index 3161a5d0..1046e29e 100644 --- a/src/main/java/examples/SFTPUpload.java +++ b/src/main/java/examples/SFTPUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/examples/X11.java b/src/main/java/examples/X11.java index f8653f82..653429a9 100644 --- a/src/main/java/examples/X11.java +++ b/src/main/java/examples/X11.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/concurrent/Event.java b/src/main/java/net/schmizz/concurrent/Event.java index 41e3dd31..f6856594 100644 --- a/src/main/java/net/schmizz/concurrent/Event.java +++ b/src/main/java/net/schmizz/concurrent/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/concurrent/ExceptionChainer.java b/src/main/java/net/schmizz/concurrent/ExceptionChainer.java index 6ca58486..343cfa2c 100644 --- a/src/main/java/net/schmizz/concurrent/ExceptionChainer.java +++ b/src/main/java/net/schmizz/concurrent/ExceptionChainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/concurrent/Future.java b/src/main/java/net/schmizz/concurrent/Future.java index d8a5d2be..cc0b9db5 100644 --- a/src/main/java/net/schmizz/concurrent/Future.java +++ b/src/main/java/net/schmizz/concurrent/Future.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/concurrent/FutureUtils.java b/src/main/java/net/schmizz/concurrent/FutureUtils.java index 4520eb4f..87ccbdb6 100644 --- a/src/main/java/net/schmizz/concurrent/FutureUtils.java +++ b/src/main/java/net/schmizz/concurrent/FutureUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/AbstractService.java b/src/main/java/net/schmizz/sshj/AbstractService.java index 268240d6..3b026bf5 100644 --- a/src/main/java/net/schmizz/sshj/AbstractService.java +++ b/src/main/java/net/schmizz/sshj/AbstractService.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/AndroidConfig.java b/src/main/java/net/schmizz/sshj/AndroidConfig.java index 18e625a7..00b9dd4e 100644 --- a/src/main/java/net/schmizz/sshj/AndroidConfig.java +++ b/src/main/java/net/schmizz/sshj/AndroidConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/Config.java b/src/main/java/net/schmizz/sshj/Config.java index 2b1e902b..aefa4a58 100644 --- a/src/main/java/net/schmizz/sshj/Config.java +++ b/src/main/java/net/schmizz/sshj/Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/ConfigImpl.java b/src/main/java/net/schmizz/sshj/ConfigImpl.java index 5a645946..0bf5d904 100644 --- a/src/main/java/net/schmizz/sshj/ConfigImpl.java +++ b/src/main/java/net/schmizz/sshj/ConfigImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/DefaultConfig.java b/src/main/java/net/schmizz/sshj/DefaultConfig.java index 131158ad..1bb19c2c 100644 --- a/src/main/java/net/schmizz/sshj/DefaultConfig.java +++ b/src/main/java/net/schmizz/sshj/DefaultConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/SSHClient.java b/src/main/java/net/schmizz/sshj/SSHClient.java index 111d4573..c0213f14 100644 --- a/src/main/java/net/schmizz/sshj/SSHClient.java +++ b/src/main/java/net/schmizz/sshj/SSHClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/Service.java b/src/main/java/net/schmizz/sshj/Service.java index 63610422..eac0e322 100644 --- a/src/main/java/net/schmizz/sshj/Service.java +++ b/src/main/java/net/schmizz/sshj/Service.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/SocketClient.java b/src/main/java/net/schmizz/sshj/SocketClient.java index 47fb6295..1ba440b3 100644 --- a/src/main/java/net/schmizz/sshj/SocketClient.java +++ b/src/main/java/net/schmizz/sshj/SocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/Buffer.java b/src/main/java/net/schmizz/sshj/common/Buffer.java index d182745e..d258590f 100644 --- a/src/main/java/net/schmizz/sshj/common/Buffer.java +++ b/src/main/java/net/schmizz/sshj/common/Buffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/ByteArrayUtils.java b/src/main/java/net/schmizz/sshj/common/ByteArrayUtils.java index caac6886..566a2815 100644 --- a/src/main/java/net/schmizz/sshj/common/ByteArrayUtils.java +++ b/src/main/java/net/schmizz/sshj/common/ByteArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/DisconnectReason.java b/src/main/java/net/schmizz/sshj/common/DisconnectReason.java index 58ad7125..ba65a1cc 100644 --- a/src/main/java/net/schmizz/sshj/common/DisconnectReason.java +++ b/src/main/java/net/schmizz/sshj/common/DisconnectReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/ErrorNotifiable.java b/src/main/java/net/schmizz/sshj/common/ErrorNotifiable.java index b30ecf18..306455e7 100644 --- a/src/main/java/net/schmizz/sshj/common/ErrorNotifiable.java +++ b/src/main/java/net/schmizz/sshj/common/ErrorNotifiable.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/Factory.java b/src/main/java/net/schmizz/sshj/common/Factory.java index b2f42e66..bdf456c0 100644 --- a/src/main/java/net/schmizz/sshj/common/Factory.java +++ b/src/main/java/net/schmizz/sshj/common/Factory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/IOUtils.java b/src/main/java/net/schmizz/sshj/common/IOUtils.java index e4d0f372..54766a3c 100644 --- a/src/main/java/net/schmizz/sshj/common/IOUtils.java +++ b/src/main/java/net/schmizz/sshj/common/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/KeyType.java b/src/main/java/net/schmizz/sshj/common/KeyType.java index 4c985de6..bd550345 100644 --- a/src/main/java/net/schmizz/sshj/common/KeyType.java +++ b/src/main/java/net/schmizz/sshj/common/KeyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/Message.java b/src/main/java/net/schmizz/sshj/common/Message.java index dd730526..39e1ac7e 100644 --- a/src/main/java/net/schmizz/sshj/common/Message.java +++ b/src/main/java/net/schmizz/sshj/common/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/SSHException.java b/src/main/java/net/schmizz/sshj/common/SSHException.java index bd9f4819..8b804b0d 100644 --- a/src/main/java/net/schmizz/sshj/common/SSHException.java +++ b/src/main/java/net/schmizz/sshj/common/SSHException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/SSHPacket.java b/src/main/java/net/schmizz/sshj/common/SSHPacket.java index 0da104d6..936a230a 100644 --- a/src/main/java/net/schmizz/sshj/common/SSHPacket.java +++ b/src/main/java/net/schmizz/sshj/common/SSHPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/SSHPacketHandler.java b/src/main/java/net/schmizz/sshj/common/SSHPacketHandler.java index ef84d535..bda9d458 100644 --- a/src/main/java/net/schmizz/sshj/common/SSHPacketHandler.java +++ b/src/main/java/net/schmizz/sshj/common/SSHPacketHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/SSHRuntimeException.java b/src/main/java/net/schmizz/sshj/common/SSHRuntimeException.java index 2d9f2a6c..ec979270 100644 --- a/src/main/java/net/schmizz/sshj/common/SSHRuntimeException.java +++ b/src/main/java/net/schmizz/sshj/common/SSHRuntimeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/SecurityUtils.java b/src/main/java/net/schmizz/sshj/common/SecurityUtils.java index 5ab96653..7d253e86 100644 --- a/src/main/java/net/schmizz/sshj/common/SecurityUtils.java +++ b/src/main/java/net/schmizz/sshj/common/SecurityUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/common/StreamCopier.java b/src/main/java/net/schmizz/sshj/common/StreamCopier.java index 031e0f6d..7382118e 100644 --- a/src/main/java/net/schmizz/sshj/common/StreamCopier.java +++ b/src/main/java/net/schmizz/sshj/common/StreamCopier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/Connection.java b/src/main/java/net/schmizz/sshj/connection/Connection.java index 67c806de..167c7b11 100644 --- a/src/main/java/net/schmizz/sshj/connection/Connection.java +++ b/src/main/java/net/schmizz/sshj/connection/Connection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/ConnectionException.java b/src/main/java/net/schmizz/sshj/connection/ConnectionException.java index b67e6d57..fa08fed4 100644 --- a/src/main/java/net/schmizz/sshj/connection/ConnectionException.java +++ b/src/main/java/net/schmizz/sshj/connection/ConnectionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/ConnectionImpl.java b/src/main/java/net/schmizz/sshj/connection/ConnectionImpl.java index d1ab25f1..adfb4a13 100644 --- a/src/main/java/net/schmizz/sshj/connection/ConnectionImpl.java +++ b/src/main/java/net/schmizz/sshj/connection/ConnectionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/AbstractChannel.java b/src/main/java/net/schmizz/sshj/connection/channel/AbstractChannel.java index 894c6618..c162128a 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/AbstractChannel.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/AbstractChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/Channel.java b/src/main/java/net/schmizz/sshj/connection/channel/Channel.java index 92328165..3f12b22f 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/Channel.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/Channel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/ChannelInputStream.java b/src/main/java/net/schmizz/sshj/connection/channel/ChannelInputStream.java index aaa6ba10..e9057567 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/ChannelInputStream.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/ChannelInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/ChannelOutputStream.java b/src/main/java/net/schmizz/sshj/connection/channel/ChannelOutputStream.java index 44839789..b65c27b6 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/ChannelOutputStream.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/ChannelOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/OpenFailException.java b/src/main/java/net/schmizz/sshj/connection/channel/OpenFailException.java index 0677feb4..3f919c3e 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/OpenFailException.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/OpenFailException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/Window.java b/src/main/java/net/schmizz/sshj/connection/channel/Window.java index 4a3af201..79cc02eb 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/Window.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/Window.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/AbstractDirectChannel.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/AbstractDirectChannel.java index ba5172cd..dc0c0e6c 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/AbstractDirectChannel.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/AbstractDirectChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/LocalPortForwarder.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/LocalPortForwarder.java index d03d3ab3..53ca6c06 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/LocalPortForwarder.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/LocalPortForwarder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/PTYMode.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/PTYMode.java index 2e2d8cf5..44fb09dd 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/PTYMode.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/PTYMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/Session.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/Session.java index e54d0226..9b0a5994 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/Session.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/Session.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionChannel.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionChannel.java index d9e4e91b..3abf5a12 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionChannel.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionFactory.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionFactory.java index 8dcb6391..a4701f15 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionFactory.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/SessionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/direct/Signal.java b/src/main/java/net/schmizz/sshj/connection/channel/direct/Signal.java index 1ee45162..09cf3db9 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/direct/Signal.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/direct/Signal.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannel.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannel.java index e26f9063..fb6e3b6d 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannel.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannelOpener.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannelOpener.java index 913a7402..9655ba22 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannelOpener.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/AbstractForwardedChannelOpener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ConnectListener.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ConnectListener.java index b04fac4a..af12f657 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ConnectListener.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ConnectListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ForwardedChannelOpener.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ForwardedChannelOpener.java index bbdc2283..b5f3e158 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ForwardedChannelOpener.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/ForwardedChannelOpener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/RemotePortForwarder.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/RemotePortForwarder.java index 4d96a1dc..ebaf9c7a 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/RemotePortForwarder.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/RemotePortForwarder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/SocketForwardingConnectListener.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/SocketForwardingConnectListener.java index f31d7e9a..123dcb69 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/SocketForwardingConnectListener.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/SocketForwardingConnectListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/X11Forwarder.java b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/X11Forwarder.java index 6c845a6a..607fa3d6 100644 --- a/src/main/java/net/schmizz/sshj/connection/channel/forwarded/X11Forwarder.java +++ b/src/main/java/net/schmizz/sshj/connection/channel/forwarded/X11Forwarder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/FileAttributes.java b/src/main/java/net/schmizz/sshj/sftp/FileAttributes.java index d527a5bd..3cfd311d 100644 --- a/src/main/java/net/schmizz/sshj/sftp/FileAttributes.java +++ b/src/main/java/net/schmizz/sshj/sftp/FileAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/FileMode.java b/src/main/java/net/schmizz/sshj/sftp/FileMode.java index e14da98b..c456ed01 100644 --- a/src/main/java/net/schmizz/sshj/sftp/FileMode.java +++ b/src/main/java/net/schmizz/sshj/sftp/FileMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/OpenMode.java b/src/main/java/net/schmizz/sshj/sftp/OpenMode.java index cf1cccdf..44e22cb8 100644 --- a/src/main/java/net/schmizz/sshj/sftp/OpenMode.java +++ b/src/main/java/net/schmizz/sshj/sftp/OpenMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/PacketReader.java b/src/main/java/net/schmizz/sshj/sftp/PacketReader.java index 023ac0fb..9ba95b35 100644 --- a/src/main/java/net/schmizz/sshj/sftp/PacketReader.java +++ b/src/main/java/net/schmizz/sshj/sftp/PacketReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/PacketType.java b/src/main/java/net/schmizz/sshj/sftp/PacketType.java index 7e95f10d..c1ff84d7 100644 --- a/src/main/java/net/schmizz/sshj/sftp/PacketType.java +++ b/src/main/java/net/schmizz/sshj/sftp/PacketType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/PathComponents.java b/src/main/java/net/schmizz/sshj/sftp/PathComponents.java index 38225e62..b639ff2a 100644 --- a/src/main/java/net/schmizz/sshj/sftp/PathComponents.java +++ b/src/main/java/net/schmizz/sshj/sftp/PathComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/PathHelper.java b/src/main/java/net/schmizz/sshj/sftp/PathHelper.java index f1f9ac76..de69cae7 100644 --- a/src/main/java/net/schmizz/sshj/sftp/PathHelper.java +++ b/src/main/java/net/schmizz/sshj/sftp/PathHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RandomAccessRemoteFile.java b/src/main/java/net/schmizz/sshj/sftp/RandomAccessRemoteFile.java index 45089b97..9dcbe072 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RandomAccessRemoteFile.java +++ b/src/main/java/net/schmizz/sshj/sftp/RandomAccessRemoteFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RemoteDirectory.java b/src/main/java/net/schmizz/sshj/sftp/RemoteDirectory.java index a883fd8b..46ab26ab 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RemoteDirectory.java +++ b/src/main/java/net/schmizz/sshj/sftp/RemoteDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RemoteFile.java b/src/main/java/net/schmizz/sshj/sftp/RemoteFile.java index 16a8921a..9f349c26 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RemoteFile.java +++ b/src/main/java/net/schmizz/sshj/sftp/RemoteFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RemoteResource.java b/src/main/java/net/schmizz/sshj/sftp/RemoteResource.java index 4014c8e7..1a9af15f 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RemoteResource.java +++ b/src/main/java/net/schmizz/sshj/sftp/RemoteResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RemoteResourceFilter.java b/src/main/java/net/schmizz/sshj/sftp/RemoteResourceFilter.java index 2fee9469..435f2c29 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RemoteResourceFilter.java +++ b/src/main/java/net/schmizz/sshj/sftp/RemoteResourceFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/RemoteResourceInfo.java b/src/main/java/net/schmizz/sshj/sftp/RemoteResourceInfo.java index cd9f6359..f53d5fb0 100644 --- a/src/main/java/net/schmizz/sshj/sftp/RemoteResourceInfo.java +++ b/src/main/java/net/schmizz/sshj/sftp/RemoteResourceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/Request.java b/src/main/java/net/schmizz/sshj/sftp/Request.java index 265b448c..62d7da5e 100644 --- a/src/main/java/net/schmizz/sshj/sftp/Request.java +++ b/src/main/java/net/schmizz/sshj/sftp/Request.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/Requester.java b/src/main/java/net/schmizz/sshj/sftp/Requester.java index 0b97b9e3..a11b02f7 100644 --- a/src/main/java/net/schmizz/sshj/sftp/Requester.java +++ b/src/main/java/net/schmizz/sshj/sftp/Requester.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/Response.java b/src/main/java/net/schmizz/sshj/sftp/Response.java index b48c5ebe..d068f2d4 100644 --- a/src/main/java/net/schmizz/sshj/sftp/Response.java +++ b/src/main/java/net/schmizz/sshj/sftp/Response.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/SFTPClient.java b/src/main/java/net/schmizz/sshj/sftp/SFTPClient.java index 3f4851be..a7cfea9b 100644 --- a/src/main/java/net/schmizz/sshj/sftp/SFTPClient.java +++ b/src/main/java/net/schmizz/sshj/sftp/SFTPClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/SFTPEngine.java b/src/main/java/net/schmizz/sshj/sftp/SFTPEngine.java index bce7bf0e..6b34ef7b 100644 --- a/src/main/java/net/schmizz/sshj/sftp/SFTPEngine.java +++ b/src/main/java/net/schmizz/sshj/sftp/SFTPEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/SFTPException.java b/src/main/java/net/schmizz/sshj/sftp/SFTPException.java index b3b4caf2..7a965b49 100644 --- a/src/main/java/net/schmizz/sshj/sftp/SFTPException.java +++ b/src/main/java/net/schmizz/sshj/sftp/SFTPException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/SFTPFileTransfer.java b/src/main/java/net/schmizz/sshj/sftp/SFTPFileTransfer.java index 681cf0f8..66ea40a6 100644 --- a/src/main/java/net/schmizz/sshj/sftp/SFTPFileTransfer.java +++ b/src/main/java/net/schmizz/sshj/sftp/SFTPFileTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/SFTPPacket.java b/src/main/java/net/schmizz/sshj/sftp/SFTPPacket.java index ceb1fb9b..c7c790fe 100644 --- a/src/main/java/net/schmizz/sshj/sftp/SFTPPacket.java +++ b/src/main/java/net/schmizz/sshj/sftp/SFTPPacket.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/sftp/StatefulSFTPClient.java b/src/main/java/net/schmizz/sshj/sftp/StatefulSFTPClient.java index e6a419fa..cd3da309 100644 --- a/src/main/java/net/schmizz/sshj/sftp/StatefulSFTPClient.java +++ b/src/main/java/net/schmizz/sshj/sftp/StatefulSFTPClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/signature/AbstractSignature.java b/src/main/java/net/schmizz/sshj/signature/AbstractSignature.java index 6e025d6f..b84e23b8 100644 --- a/src/main/java/net/schmizz/sshj/signature/AbstractSignature.java +++ b/src/main/java/net/schmizz/sshj/signature/AbstractSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/signature/Signature.java b/src/main/java/net/schmizz/sshj/signature/Signature.java index b77cb7cf..3df8fd77 100644 --- a/src/main/java/net/schmizz/sshj/signature/Signature.java +++ b/src/main/java/net/schmizz/sshj/signature/Signature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/signature/SignatureDSA.java b/src/main/java/net/schmizz/sshj/signature/SignatureDSA.java index e91f7600..10250f5d 100644 --- a/src/main/java/net/schmizz/sshj/signature/SignatureDSA.java +++ b/src/main/java/net/schmizz/sshj/signature/SignatureDSA.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/signature/SignatureRSA.java b/src/main/java/net/schmizz/sshj/signature/SignatureRSA.java index 8a664ead..260bcb4b 100644 --- a/src/main/java/net/schmizz/sshj/signature/SignatureRSA.java +++ b/src/main/java/net/schmizz/sshj/signature/SignatureRSA.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Converter.java b/src/main/java/net/schmizz/sshj/transport/Converter.java index 2cac76ae..2c9c2830 100644 --- a/src/main/java/net/schmizz/sshj/transport/Converter.java +++ b/src/main/java/net/schmizz/sshj/transport/Converter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Decoder.java b/src/main/java/net/schmizz/sshj/transport/Decoder.java index 83d85b0d..113da9bf 100644 --- a/src/main/java/net/schmizz/sshj/transport/Decoder.java +++ b/src/main/java/net/schmizz/sshj/transport/Decoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/DisconnectListener.java b/src/main/java/net/schmizz/sshj/transport/DisconnectListener.java index 7b4199b3..940bd686 100644 --- a/src/main/java/net/schmizz/sshj/transport/DisconnectListener.java +++ b/src/main/java/net/schmizz/sshj/transport/DisconnectListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Encoder.java b/src/main/java/net/schmizz/sshj/transport/Encoder.java index 04dcb44f..108a82c1 100644 --- a/src/main/java/net/schmizz/sshj/transport/Encoder.java +++ b/src/main/java/net/schmizz/sshj/transport/Encoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Heartbeater.java b/src/main/java/net/schmizz/sshj/transport/Heartbeater.java index 84b697c5..bfa20725 100644 --- a/src/main/java/net/schmizz/sshj/transport/Heartbeater.java +++ b/src/main/java/net/schmizz/sshj/transport/Heartbeater.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/KeyExchanger.java b/src/main/java/net/schmizz/sshj/transport/KeyExchanger.java index 946dfa3b..3d28bdc1 100644 --- a/src/main/java/net/schmizz/sshj/transport/KeyExchanger.java +++ b/src/main/java/net/schmizz/sshj/transport/KeyExchanger.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/NegotiatedAlgorithms.java b/src/main/java/net/schmizz/sshj/transport/NegotiatedAlgorithms.java index 7685c7e5..dbe00bf7 100644 --- a/src/main/java/net/schmizz/sshj/transport/NegotiatedAlgorithms.java +++ b/src/main/java/net/schmizz/sshj/transport/NegotiatedAlgorithms.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Proposal.java b/src/main/java/net/schmizz/sshj/transport/Proposal.java index 23f9a6ff..25b29a4e 100644 --- a/src/main/java/net/schmizz/sshj/transport/Proposal.java +++ b/src/main/java/net/schmizz/sshj/transport/Proposal.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Reader.java b/src/main/java/net/schmizz/sshj/transport/Reader.java index 876b5621..fc0f6890 100644 --- a/src/main/java/net/schmizz/sshj/transport/Reader.java +++ b/src/main/java/net/schmizz/sshj/transport/Reader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/Transport.java b/src/main/java/net/schmizz/sshj/transport/Transport.java index c1f5f825..6d465655 100644 --- a/src/main/java/net/schmizz/sshj/transport/Transport.java +++ b/src/main/java/net/schmizz/sshj/transport/Transport.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/TransportException.java b/src/main/java/net/schmizz/sshj/transport/TransportException.java index fff1400b..e529c4a3 100644 --- a/src/main/java/net/schmizz/sshj/transport/TransportException.java +++ b/src/main/java/net/schmizz/sshj/transport/TransportException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/TransportImpl.java b/src/main/java/net/schmizz/sshj/transport/TransportImpl.java index ee232956..4c43524b 100644 --- a/src/main/java/net/schmizz/sshj/transport/TransportImpl.java +++ b/src/main/java/net/schmizz/sshj/transport/TransportImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES128CBC.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES128CBC.java index 6f65a47c..ff3a2ddc 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES128CBC.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES128CBC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES128CTR.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES128CTR.java index c9382957..255b4e5e 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES128CTR.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES128CTR.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES192CBC.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES192CBC.java index 92c0f41d..67e884ea 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES192CBC.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES192CBC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES192CTR.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES192CTR.java index 416879c1..9e7bab4f 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES192CTR.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES192CTR.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES256CBC.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES256CBC.java index 313f4331..b25178b3 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES256CBC.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES256CBC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/AES256CTR.java b/src/main/java/net/schmizz/sshj/transport/cipher/AES256CTR.java index 6fc0f721..f2752c0d 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/AES256CTR.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/AES256CTR.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/BaseCipher.java b/src/main/java/net/schmizz/sshj/transport/cipher/BaseCipher.java index 5ec21c0e..ab6721ec 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/BaseCipher.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/BaseCipher.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/BlowfishCBC.java b/src/main/java/net/schmizz/sshj/transport/cipher/BlowfishCBC.java index d806bbe9..adcc5b7a 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/BlowfishCBC.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/BlowfishCBC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/Cipher.java b/src/main/java/net/schmizz/sshj/transport/cipher/Cipher.java index 62d2e269..68e65a88 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/Cipher.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/Cipher.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/NoneCipher.java b/src/main/java/net/schmizz/sshj/transport/cipher/NoneCipher.java index e3be5cad..f9508a74 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/NoneCipher.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/NoneCipher.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/cipher/TripleDESCBC.java b/src/main/java/net/schmizz/sshj/transport/cipher/TripleDESCBC.java index f4f6c6a9..83122717 100644 --- a/src/main/java/net/schmizz/sshj/transport/cipher/TripleDESCBC.java +++ b/src/main/java/net/schmizz/sshj/transport/cipher/TripleDESCBC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/compression/Compression.java b/src/main/java/net/schmizz/sshj/transport/compression/Compression.java index e2dbe350..ae0b20e9 100644 --- a/src/main/java/net/schmizz/sshj/transport/compression/Compression.java +++ b/src/main/java/net/schmizz/sshj/transport/compression/Compression.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/compression/DelayedZlibCompression.java b/src/main/java/net/schmizz/sshj/transport/compression/DelayedZlibCompression.java index d8b689e7..c4ff1b02 100644 --- a/src/main/java/net/schmizz/sshj/transport/compression/DelayedZlibCompression.java +++ b/src/main/java/net/schmizz/sshj/transport/compression/DelayedZlibCompression.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/compression/NoneCompression.java b/src/main/java/net/schmizz/sshj/transport/compression/NoneCompression.java index dcf75961..cc6e9f20 100644 --- a/src/main/java/net/schmizz/sshj/transport/compression/NoneCompression.java +++ b/src/main/java/net/schmizz/sshj/transport/compression/NoneCompression.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/compression/ZlibCompression.java b/src/main/java/net/schmizz/sshj/transport/compression/ZlibCompression.java index d81828ea..e02721e7 100644 --- a/src/main/java/net/schmizz/sshj/transport/compression/ZlibCompression.java +++ b/src/main/java/net/schmizz/sshj/transport/compression/ZlibCompression.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/digest/BaseDigest.java b/src/main/java/net/schmizz/sshj/transport/digest/BaseDigest.java index 4d2c02a5..188924a2 100644 --- a/src/main/java/net/schmizz/sshj/transport/digest/BaseDigest.java +++ b/src/main/java/net/schmizz/sshj/transport/digest/BaseDigest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/digest/Digest.java b/src/main/java/net/schmizz/sshj/transport/digest/Digest.java index 5541d3c3..568008a7 100644 --- a/src/main/java/net/schmizz/sshj/transport/digest/Digest.java +++ b/src/main/java/net/schmizz/sshj/transport/digest/Digest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/digest/MD5.java b/src/main/java/net/schmizz/sshj/transport/digest/MD5.java index 7d5cf347..030daf10 100644 --- a/src/main/java/net/schmizz/sshj/transport/digest/MD5.java +++ b/src/main/java/net/schmizz/sshj/transport/digest/MD5.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/digest/SHA1.java b/src/main/java/net/schmizz/sshj/transport/digest/SHA1.java index 6d7a45f7..2253d693 100644 --- a/src/main/java/net/schmizz/sshj/transport/digest/SHA1.java +++ b/src/main/java/net/schmizz/sshj/transport/digest/SHA1.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/AbstractDHG.java b/src/main/java/net/schmizz/sshj/transport/kex/AbstractDHG.java index fc499996..b0224f72 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/AbstractDHG.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/AbstractDHG.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/DH.java b/src/main/java/net/schmizz/sshj/transport/kex/DH.java index ef672acc..4c850096 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/DH.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/DH.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/DHG1.java b/src/main/java/net/schmizz/sshj/transport/kex/DHG1.java index cf7e3fe8..7ccace79 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/DHG1.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/DHG1.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/DHG14.java b/src/main/java/net/schmizz/sshj/transport/kex/DHG14.java index 0d581630..6324fc1a 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/DHG14.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/DHG14.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/DHGroupData.java b/src/main/java/net/schmizz/sshj/transport/kex/DHGroupData.java index 46dae607..aa7fe35d 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/DHGroupData.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/DHGroupData.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/kex/KeyExchange.java b/src/main/java/net/schmizz/sshj/transport/kex/KeyExchange.java index 09a78fde..a962f598 100644 --- a/src/main/java/net/schmizz/sshj/transport/kex/KeyExchange.java +++ b/src/main/java/net/schmizz/sshj/transport/kex/KeyExchange.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/BaseMAC.java b/src/main/java/net/schmizz/sshj/transport/mac/BaseMAC.java index 9a58bb07..937f137a 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/BaseMAC.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/BaseMAC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/HMACMD5.java b/src/main/java/net/schmizz/sshj/transport/mac/HMACMD5.java index 240a26a8..57c43247 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/HMACMD5.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/HMACMD5.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/HMACMD596.java b/src/main/java/net/schmizz/sshj/transport/mac/HMACMD596.java index e6ae756e..5ae85ce6 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/HMACMD596.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/HMACMD596.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA1.java b/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA1.java index cf2afab2..8822b4ea 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA1.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA1.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA196.java b/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA196.java index f17a0a20..a3c92b39 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA196.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/HMACSHA196.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/mac/MAC.java b/src/main/java/net/schmizz/sshj/transport/mac/MAC.java index 30e8c605..983a406c 100644 --- a/src/main/java/net/schmizz/sshj/transport/mac/MAC.java +++ b/src/main/java/net/schmizz/sshj/transport/mac/MAC.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/random/BouncyCastleRandom.java b/src/main/java/net/schmizz/sshj/transport/random/BouncyCastleRandom.java index ff389d03..f21641b5 100644 --- a/src/main/java/net/schmizz/sshj/transport/random/BouncyCastleRandom.java +++ b/src/main/java/net/schmizz/sshj/transport/random/BouncyCastleRandom.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/random/JCERandom.java b/src/main/java/net/schmizz/sshj/transport/random/JCERandom.java index 2308b2af..a605fe36 100644 --- a/src/main/java/net/schmizz/sshj/transport/random/JCERandom.java +++ b/src/main/java/net/schmizz/sshj/transport/random/JCERandom.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/random/Random.java b/src/main/java/net/schmizz/sshj/transport/random/Random.java index 5967bbd1..f1fadf30 100644 --- a/src/main/java/net/schmizz/sshj/transport/random/Random.java +++ b/src/main/java/net/schmizz/sshj/transport/random/Random.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/random/SingletonRandomFactory.java b/src/main/java/net/schmizz/sshj/transport/random/SingletonRandomFactory.java index 2f67e3da..1dac8b45 100644 --- a/src/main/java/net/schmizz/sshj/transport/random/SingletonRandomFactory.java +++ b/src/main/java/net/schmizz/sshj/transport/random/SingletonRandomFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/verification/ConsoleKnownHostsVerifier.java b/src/main/java/net/schmizz/sshj/transport/verification/ConsoleKnownHostsVerifier.java index af918748..152ba97c 100644 --- a/src/main/java/net/schmizz/sshj/transport/verification/ConsoleKnownHostsVerifier.java +++ b/src/main/java/net/schmizz/sshj/transport/verification/ConsoleKnownHostsVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/verification/HostKeyVerifier.java b/src/main/java/net/schmizz/sshj/transport/verification/HostKeyVerifier.java index 59866d54..0b4809f1 100644 --- a/src/main/java/net/schmizz/sshj/transport/verification/HostKeyVerifier.java +++ b/src/main/java/net/schmizz/sshj/transport/verification/HostKeyVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHosts.java b/src/main/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHosts.java index 901c3cee..9a2d485e 100644 --- a/src/main/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHosts.java +++ b/src/main/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHosts.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/transport/verification/PromiscuousVerifier.java b/src/main/java/net/schmizz/sshj/transport/verification/PromiscuousVerifier.java index b3a1dfe9..b4c40816 100644 --- a/src/main/java/net/schmizz/sshj/transport/verification/PromiscuousVerifier.java +++ b/src/main/java/net/schmizz/sshj/transport/verification/PromiscuousVerifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/AuthParams.java b/src/main/java/net/schmizz/sshj/userauth/AuthParams.java index 5b8b1e60..a2e91f5f 100644 --- a/src/main/java/net/schmizz/sshj/userauth/AuthParams.java +++ b/src/main/java/net/schmizz/sshj/userauth/AuthParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/UserAuth.java b/src/main/java/net/schmizz/sshj/userauth/UserAuth.java index 37f01d88..ecc87e90 100644 --- a/src/main/java/net/schmizz/sshj/userauth/UserAuth.java +++ b/src/main/java/net/schmizz/sshj/userauth/UserAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/UserAuthException.java b/src/main/java/net/schmizz/sshj/userauth/UserAuthException.java index 229c35fb..09844249 100644 --- a/src/main/java/net/schmizz/sshj/userauth/UserAuthException.java +++ b/src/main/java/net/schmizz/sshj/userauth/UserAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/UserAuthImpl.java b/src/main/java/net/schmizz/sshj/userauth/UserAuthImpl.java index f4f56b84..ec43a66e 100644 --- a/src/main/java/net/schmizz/sshj/userauth/UserAuthImpl.java +++ b/src/main/java/net/schmizz/sshj/userauth/UserAuthImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/FileKeyProvider.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/FileKeyProvider.java index b9a8f6b6..b4cb885a 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/FileKeyProvider.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/FileKeyProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyPairWrapper.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyPairWrapper.java index 97e68335..34e70761 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyPairWrapper.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyPairWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProvider.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProvider.java index 0bd6a628..7a3bb469 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProvider.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProviderUtil.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProviderUtil.java index cac74312..6aa643b1 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProviderUtil.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/KeyProviderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/OpenSSHKeyFile.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/OpenSSHKeyFile.java index 7ab25168..6f75699d 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/OpenSSHKeyFile.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/OpenSSHKeyFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/keyprovider/PKCS8KeyFile.java b/src/main/java/net/schmizz/sshj/userauth/keyprovider/PKCS8KeyFile.java index 0c5cfc3a..45a1b775 100644 --- a/src/main/java/net/schmizz/sshj/userauth/keyprovider/PKCS8KeyFile.java +++ b/src/main/java/net/schmizz/sshj/userauth/keyprovider/PKCS8KeyFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AbstractAuthMethod.java b/src/main/java/net/schmizz/sshj/userauth/method/AbstractAuthMethod.java index b5b79198..9ee81e9a 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AbstractAuthMethod.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AbstractAuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthHostbased.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthHostbased.java index ee2cc702..9fa33f6c 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthHostbased.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthHostbased.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthKeyboardInteractive.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthKeyboardInteractive.java index c641faba..fca1af43 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthKeyboardInteractive.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthKeyboardInteractive.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthMethod.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthMethod.java index 51a76a71..d3e28c39 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthMethod.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthNone.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthNone.java index 02af7480..ffc2b598 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthNone.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthNone.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthPassword.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthPassword.java index 4e16beee..d87d4b70 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthPassword.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthPassword.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/AuthPublickey.java b/src/main/java/net/schmizz/sshj/userauth/method/AuthPublickey.java index 0ade52ec..c8631183 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/AuthPublickey.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/AuthPublickey.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/ChallengeResponseProvider.java b/src/main/java/net/schmizz/sshj/userauth/method/ChallengeResponseProvider.java index d3f7281f..52318f6a 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/ChallengeResponseProvider.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/ChallengeResponseProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/KeyedAuthMethod.java b/src/main/java/net/schmizz/sshj/userauth/method/KeyedAuthMethod.java index 0c9f2fef..8106e226 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/KeyedAuthMethod.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/KeyedAuthMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/method/PasswordResponseProvider.java b/src/main/java/net/schmizz/sshj/userauth/method/PasswordResponseProvider.java index 20a5a65f..82dc313a 100644 --- a/src/main/java/net/schmizz/sshj/userauth/method/PasswordResponseProvider.java +++ b/src/main/java/net/schmizz/sshj/userauth/method/PasswordResponseProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/password/AccountResource.java b/src/main/java/net/schmizz/sshj/userauth/password/AccountResource.java index 6063fca2..6a25a742 100644 --- a/src/main/java/net/schmizz/sshj/userauth/password/AccountResource.java +++ b/src/main/java/net/schmizz/sshj/userauth/password/AccountResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/password/PasswordFinder.java b/src/main/java/net/schmizz/sshj/userauth/password/PasswordFinder.java index aafd1b28..2d1e1619 100644 --- a/src/main/java/net/schmizz/sshj/userauth/password/PasswordFinder.java +++ b/src/main/java/net/schmizz/sshj/userauth/password/PasswordFinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/password/PasswordUtils.java b/src/main/java/net/schmizz/sshj/userauth/password/PasswordUtils.java index ad188b7a..1e15017e 100644 --- a/src/main/java/net/schmizz/sshj/userauth/password/PasswordUtils.java +++ b/src/main/java/net/schmizz/sshj/userauth/password/PasswordUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/password/PrivateKeyFileResource.java b/src/main/java/net/schmizz/sshj/userauth/password/PrivateKeyFileResource.java index 7b886e8d..b3af9615 100644 --- a/src/main/java/net/schmizz/sshj/userauth/password/PrivateKeyFileResource.java +++ b/src/main/java/net/schmizz/sshj/userauth/password/PrivateKeyFileResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/userauth/password/Resource.java b/src/main/java/net/schmizz/sshj/userauth/password/Resource.java index a8e00436..a657088e 100644 --- a/src/main/java/net/schmizz/sshj/userauth/password/Resource.java +++ b/src/main/java/net/schmizz/sshj/userauth/password/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/AbstractFileTransfer.java b/src/main/java/net/schmizz/sshj/xfer/AbstractFileTransfer.java index 979c0e38..659d3f4d 100644 --- a/src/main/java/net/schmizz/sshj/xfer/AbstractFileTransfer.java +++ b/src/main/java/net/schmizz/sshj/xfer/AbstractFileTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/DefaultModeGetter.java b/src/main/java/net/schmizz/sshj/xfer/DefaultModeGetter.java index fbe29c7c..a12346b7 100644 --- a/src/main/java/net/schmizz/sshj/xfer/DefaultModeGetter.java +++ b/src/main/java/net/schmizz/sshj/xfer/DefaultModeGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/DefaultModeSetter.java b/src/main/java/net/schmizz/sshj/xfer/DefaultModeSetter.java index 9c63eeda..3c1c3fa4 100644 --- a/src/main/java/net/schmizz/sshj/xfer/DefaultModeSetter.java +++ b/src/main/java/net/schmizz/sshj/xfer/DefaultModeSetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/FilePermission.java b/src/main/java/net/schmizz/sshj/xfer/FilePermission.java index 969a6f71..281f9c74 100644 --- a/src/main/java/net/schmizz/sshj/xfer/FilePermission.java +++ b/src/main/java/net/schmizz/sshj/xfer/FilePermission.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/FileSystemFile.java b/src/main/java/net/schmizz/sshj/xfer/FileSystemFile.java index c433a534..ca734050 100644 --- a/src/main/java/net/schmizz/sshj/xfer/FileSystemFile.java +++ b/src/main/java/net/schmizz/sshj/xfer/FileSystemFile.java @@ -1,3 +1,18 @@ +/* + * Copyright 2010, 2011 sshj contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.schmizz.sshj.xfer; import java.io.File; diff --git a/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java b/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java index a254a0f9..e58fe15a 100644 --- a/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java +++ b/src/main/java/net/schmizz/sshj/xfer/FileTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/FileTransferUtil.java b/src/main/java/net/schmizz/sshj/xfer/FileTransferUtil.java index 36be4202..bf17c242 100644 --- a/src/main/java/net/schmizz/sshj/xfer/FileTransferUtil.java +++ b/src/main/java/net/schmizz/sshj/xfer/FileTransferUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/InMemoryFile.java b/src/main/java/net/schmizz/sshj/xfer/InMemoryFile.java index 1d406022..7e077c5d 100644 --- a/src/main/java/net/schmizz/sshj/xfer/InMemoryFile.java +++ b/src/main/java/net/schmizz/sshj/xfer/InMemoryFile.java @@ -1,3 +1,18 @@ +/* + * Copyright 2010, 2011 sshj contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.schmizz.sshj.xfer; import java.io.ByteArrayInputStream; @@ -6,7 +21,6 @@ import java.io.IOException; import java.io.InputStream; import java.util.Collections; - public class InMemoryFile implements LocalFile { private static final int EOF = -1; @@ -79,4 +93,5 @@ public class InMemoryFile implements LocalFile { throws IOException { return Collections.emptyList(); } + } diff --git a/src/main/java/net/schmizz/sshj/xfer/LocalFile.java b/src/main/java/net/schmizz/sshj/xfer/LocalFile.java index 55a0598d..d6137b32 100644 --- a/src/main/java/net/schmizz/sshj/xfer/LocalFile.java +++ b/src/main/java/net/schmizz/sshj/xfer/LocalFile.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011 sshj contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.schmizz.sshj.xfer; import java.io.FileFilter; @@ -5,6 +20,7 @@ import java.io.IOException; import java.io.InputStream; public interface LocalFile { + String getName(); boolean isDirectory(); @@ -18,4 +34,5 @@ public interface LocalFile { Iterable getChildren() throws IOException; Iterable getChildren(FileFilter filter) throws IOException; + } diff --git a/src/main/java/net/schmizz/sshj/xfer/ModeGetter.java b/src/main/java/net/schmizz/sshj/xfer/ModeGetter.java index 101ee35d..96be1091 100644 --- a/src/main/java/net/schmizz/sshj/xfer/ModeGetter.java +++ b/src/main/java/net/schmizz/sshj/xfer/ModeGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/ModeSetter.java b/src/main/java/net/schmizz/sshj/xfer/ModeSetter.java index fe0c1693..2ffaaa7e 100644 --- a/src/main/java/net/schmizz/sshj/xfer/ModeSetter.java +++ b/src/main/java/net/schmizz/sshj/xfer/ModeSetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/scp/SCPDownloadClient.java b/src/main/java/net/schmizz/sshj/xfer/scp/SCPDownloadClient.java index a4ef197b..545fc8bf 100644 --- a/src/main/java/net/schmizz/sshj/xfer/scp/SCPDownloadClient.java +++ b/src/main/java/net/schmizz/sshj/xfer/scp/SCPDownloadClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors, Cyril Ledru * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/scp/SCPEngine.java b/src/main/java/net/schmizz/sshj/xfer/scp/SCPEngine.java index 73514b69..d9a642fc 100644 --- a/src/main/java/net/schmizz/sshj/xfer/scp/SCPEngine.java +++ b/src/main/java/net/schmizz/sshj/xfer/scp/SCPEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/scp/SCPException.java b/src/main/java/net/schmizz/sshj/xfer/scp/SCPException.java index 6366717e..d98c3ca4 100644 --- a/src/main/java/net/schmizz/sshj/xfer/scp/SCPException.java +++ b/src/main/java/net/schmizz/sshj/xfer/scp/SCPException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/scp/SCPFileTransfer.java b/src/main/java/net/schmizz/sshj/xfer/scp/SCPFileTransfer.java index 75ee35fd..9d030474 100644 --- a/src/main/java/net/schmizz/sshj/xfer/scp/SCPFileTransfer.java +++ b/src/main/java/net/schmizz/sshj/xfer/scp/SCPFileTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/schmizz/sshj/xfer/scp/SCPUploadClient.java b/src/main/java/net/schmizz/sshj/xfer/scp/SCPUploadClient.java index 6f09c483..2c1df945 100644 --- a/src/main/java/net/schmizz/sshj/xfer/scp/SCPUploadClient.java +++ b/src/main/java/net/schmizz/sshj/xfer/scp/SCPUploadClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/SmokeTest.java b/src/test/java/net/schmizz/sshj/SmokeTest.java index 41a7b5bf..d6d38165 100644 --- a/src/test/java/net/schmizz/sshj/SmokeTest.java +++ b/src/test/java/net/schmizz/sshj/SmokeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/keyprovider/OpenSSHKeyFileTest.java b/src/test/java/net/schmizz/sshj/keyprovider/OpenSSHKeyFileTest.java index b3543eca..b14b0d8e 100644 --- a/src/test/java/net/schmizz/sshj/keyprovider/OpenSSHKeyFileTest.java +++ b/src/test/java/net/schmizz/sshj/keyprovider/OpenSSHKeyFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/keyprovider/PKCS8KeyFileTest.java b/src/test/java/net/schmizz/sshj/keyprovider/PKCS8KeyFileTest.java index f46a01a4..af0c79f9 100644 --- a/src/test/java/net/schmizz/sshj/keyprovider/PKCS8KeyFileTest.java +++ b/src/test/java/net/schmizz/sshj/keyprovider/PKCS8KeyFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/transport/Disconnection.java b/src/test/java/net/schmizz/sshj/transport/Disconnection.java index 525513d0..cdb44ea5 100644 --- a/src/test/java/net/schmizz/sshj/transport/Disconnection.java +++ b/src/test/java/net/schmizz/sshj/transport/Disconnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHostsTest.java b/src/test/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHostsTest.java index b4662515..f310e7e4 100644 --- a/src/test/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHostsTest.java +++ b/src/test/java/net/schmizz/sshj/transport/verification/OpenSSHKnownHostsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 Shikhar Bhushan + * Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/util/BasicFixture.java b/src/test/java/net/schmizz/sshj/util/BasicFixture.java index 3da14237..df32676f 100644 --- a/src/test/java/net/schmizz/sshj/util/BasicFixture.java +++ b/src/test/java/net/schmizz/sshj/util/BasicFixture.java @@ -1,5 +1,5 @@ /* -* Copyright 2010 Shikhar Bhushan +* Copyright 2010, 2011 sshj contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/schmizz/sshj/util/BogusPasswordAuthenticator.java b/src/test/java/net/schmizz/sshj/util/BogusPasswordAuthenticator.java index 98449489..1a83823b 100644 --- a/src/test/java/net/schmizz/sshj/util/BogusPasswordAuthenticator.java +++ b/src/test/java/net/schmizz/sshj/util/BogusPasswordAuthenticator.java @@ -1,21 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +* Copyright 2010, 2011 sshj contributors +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package net.schmizz.sshj.util; import org.apache.sshd.server.PasswordAuthenticator; diff --git a/src/test/java/net/schmizz/sshj/util/BufferTest.java b/src/test/java/net/schmizz/sshj/util/BufferTest.java index b5cfb275..4e169607 100644 --- a/src/test/java/net/schmizz/sshj/util/BufferTest.java +++ b/src/test/java/net/schmizz/sshj/util/BufferTest.java @@ -1,21 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +* Copyright 2010, 2011 sshj contributors +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package net.schmizz.sshj.util; import net.schmizz.sshj.common.Buffer; diff --git a/src/test/java/net/schmizz/sshj/util/KeyUtil.java b/src/test/java/net/schmizz/sshj/util/KeyUtil.java index 2c59d248..a20836c0 100644 --- a/src/test/java/net/schmizz/sshj/util/KeyUtil.java +++ b/src/test/java/net/schmizz/sshj/util/KeyUtil.java @@ -1,21 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +* Copyright 2010, 2011 sshj contributors +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package net.schmizz.sshj.util; import net.schmizz.sshj.common.SecurityUtils;