#
#
# patch "ssh_agent.cc"
# from [7011645b5fce296c123e4cbd3fa9b0a33b513c96]
# to [dcd34ff8aba06adf0de793e6ff13350de5758c16]
#
# patch "ssh_agent.hh"
# from [2609a4aaaa2dca86b713fb84572ec79299513d36]
# to [13e3cf45bfa19a9f8832bd6cdcca502271bb8047]
#
# patch "unix/ssh_agent_platform.cc"
# from [1dcaa45083e55c495dbc9e8ecd445e17d9b0d513]
# to [4158f7f58999359c9c5a9f28713091ac1ea824ef]
#
# patch "unix/ssh_agent_platform.hh"
# from [84f5bae672bcde4f6402d17f99fdf357d571df23]
# to [8308eb23fa4efb032cc1c13f626b287351742479]
#
# patch "win32/ssh_agent_platform.cc"
# from [0843eaa513ceba16355679c481d71e2f45675ca4]
# to [07c869fdf5126125dcb44a12d5e8521ec1b9297e]
#
# patch "win32/ssh_agent_platform.hh"
# from [c5e78a7ce93fd3a40500d4d57df4e031d46c534f]
# to [0ae0c2d4134e6eea20659b3ff40f4c7d6eddb444]
#
============================================================
--- ssh_agent.cc 7011645b5fce296c123e4cbd3fa9b0a33b513c96
+++ ssh_agent.cc dcd34ff8aba06adf0de793e6ff13350de5758c16
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#include
#include "ssh_agent.hh"
============================================================
--- ssh_agent.hh 2609a4aaaa2dca86b713fb84572ec79299513d36
+++ ssh_agent.hh 13e3cf45bfa19a9f8832bd6cdcca502271bb8047
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#ifndef __SSH_AGENT_H__
#define __SSH_AGENT_H__
============================================================
--- unix/ssh_agent_platform.cc 1dcaa45083e55c495dbc9e8ecd445e17d9b0d513
+++ unix/ssh_agent_platform.cc 4158f7f58999359c9c5a9f28713091ac1ea824ef
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#include
#include
#include
============================================================
--- unix/ssh_agent_platform.hh 84f5bae672bcde4f6402d17f99fdf357d571df23
+++ unix/ssh_agent_platform.hh 8308eb23fa4efb032cc1c13f626b287351742479
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#include
#include "../numeric_vocab.hh"
#include "../netxx/stream.h"
============================================================
--- win32/ssh_agent_platform.cc 0843eaa513ceba16355679c481d71e2f45675ca4
+++ win32/ssh_agent_platform.cc 07c869fdf5126125dcb44a12d5e8521ec1b9297e
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#include
#include "ssh_agent_platform.hh"
============================================================
--- win32/ssh_agent_platform.hh c5e78a7ce93fd3a40500d4d57df4e031d46c534f
+++ win32/ssh_agent_platform.hh 0ae0c2d4134e6eea20659b3ff40f4c7d6eddb444
@@ -1,3 +1,12 @@
+// Copyright (C) 2007 Justin Patrin
+//
+// This program is made available under the GNU GPL version 2.0 or
+// greater. See the accompanying file COPYING for details.
+//
+// This program is distributed WITHOUT ANY WARRANTY; without even the
+// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+// PURPOSE.
+
#include "../numeric_vocab.hh"
class ssh_agent_platform {