# # # patch "src/administrator.cc" # from [c87e8a0f48349476ae5793a6ad99d6cfe08afe07] # to [33dbec7c90bba3186e1ac8bdc0f330d5e69d051e] # # patch "src/administrator.hh" # from [2e5057dacae5de057174d7424c7b572ab1c72258] # to [c756387bfa2f309132080e32998cfc604332dd74] # # patch "src/basic_io_serverlist_reader.cc" # from [f2a9018083dafaa214f1a9b04b1366221b6d25b0] # to [08fd4a087e2949cff41f2c67818e2dec8062a710] # # patch "src/basic_io_serverlist_reader.hh" # from [19f9f608cf418f7662b957a68649771294711bac] # to [6923ccc497a6874e07b14430aee2c06760b4197f] # # patch "src/buffer.cc" # from [430ce3374bb6938b832e57e9636a8cfcbe67d0b9] # to [87fb8d5e206256a7465122079a484549c749cb21] # # patch "src/buffer.hh" # from [d962e2d5259d496dc0946a91e6683a41f58569d5] # to [253447ed2dde50e7acc17e9f9151abf1716fadba] # # patch "src/channel.cc" # from [17a4608c4e223b7c45c9164e7d882125cbae3059] # to [51dc47d98c34d4f105a406239e1651b6f02ce8ab] # # patch "src/channel.hh" # from [0416de1474ad63b22f1e662a752e93129e3cf9f2] # to [735dbda7d6bff2c88dc92a00471c8ff0819276d8] # # patch "src/err.cc" # from [2fef2a9feb7078a0f30ed64c6a1789ddfca7f5bb] # to [7717f0db771e798c8199e90c4b4976bcc8449784] # # patch "src/err.hh" # from [7880a96e6e31043b0079d2641107f20afbbcb016] # to [afc918b5b245956aa6c8a1abb0808ab0c0bddfdf] # # patch "src/forked_server_manager.cc" # from [8ae502d0befd209b2b7e31c1e08af8d2cfeda90a] # to [930dc65c50248bc2ad2fc8081009f604f12fdaa9] # # patch "src/forked_server_manager.hh" # from [220b035b43a7f62fa99938d23ab7dc8b2f4ba3fd] # to [a191aa9b16c5b3a9299e5c76035041897f1a65d5] # # patch "src/io.cc" # from [b0753ee961d8799ad24f008d6497132fc07ad9c2] # to [322a107ba4bc1d2ec7e9c2ad005937b64ad109e6] # # patch "src/io.hh" # from [ccad8be31096e6ca11cae88425b5986ea258f07c] # to [c4a8f9a5a56a6282ac22551c144b614b7d0536d4] # # patch "src/query_client.cc" # from [fc865c40411eff7e2abffdc9ed90a88e4a44c67e] # to [f5a33a1e1a716d8bfd88d3b1f9a2ff632fe17bc7] # # patch "src/query_client.hh" # from [e45fb70cd2feee54885cded16c277071ff0b8892] # to [0195bb8f79cb5339fc97fd6e12e889dd803e8692] # # patch "src/server.cc" # from [4a9084560d33bb835a77c28ad4503a9768069887] # to [e1cba7287a23428df1e096313ce83c40e8d9398c] # # patch "src/server.hh" # from [11f759e526dd912e587ab12079cc60752efad741] # to [dd153b5671f0b9560be8b817849731419e5b8fe4] # # patch "src/server_manager.cc" # from [99fb14619b14c4ebccaf1fe7775a08452b99ad70] # to [8f6ede9a44390b4248f76df87d714f9b7ed61538] # # patch "src/server_manager.hh" # from [8d75c6dae7590e8ecec5a7ae22b1ee585d1e78ec] # to [c02ae903a25dd2ccc52cd6a0cb641469806996f6] # # patch "src/serverlist_reader.cc" # from [5cf9b3232eb61007105bc92eb73f9a04368ae035] # to [7620bbe7c9a95c627907f6983ac0685754c6b2eb] # # patch "src/serverlist_reader.hh" # from [9613a97c615bfb147dd4910eedc8cb1d9b9150f7] # to [02527b7b02acb986f3ff08ff91f9d923b64257ff] # # patch "src/sock.cc" # from [03b2e91be9c7c475fe1b87133368bf56f6fc1ca3] # to [549572c3603311bf995150a8c702fd7835cd7259] # # patch "src/sock.hh" # from [4b136726ab92c01b4378e5bb1c1b56e2a4c11acf] # to [1f15888612ba01181f42b3757f5302fd89ee1b72] # # patch "src/usher.cc" # from [4ab2b2748559ab38ce87f336a964e11eb1fdfa4a] # to [fd473bf1d86f0b93fb0e63d971202d1e758d4686] # ============================================================ --- src/administrator.cc c87e8a0f48349476ae5793a6ad99d6cfe08afe07 +++ src/administrator.cc 33dbec7c90bba3186e1ac8bdc0f330d5e69d051e @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "administrator.hh" #include "err.hh" #include "io.hh" ============================================================ --- src/administrator.hh 2e5057dacae5de057174d7424c7b572ab1c72258 +++ src/administrator.hh c756387bfa2f309132080e32998cfc604332dd74 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __ADMINISTRATOR_HH_ #define __ADMINISTRATOR_HH_ ============================================================ --- src/basic_io_serverlist_reader.cc f2a9018083dafaa214f1a9b04b1366221b6d25b0 +++ src/basic_io_serverlist_reader.cc 08fd4a087e2949cff41f2c67818e2dec8062a710 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "basic_io_serverlist_reader.hh" #include ============================================================ --- src/basic_io_serverlist_reader.hh 19f9f608cf418f7662b957a68649771294711bac +++ src/basic_io_serverlist_reader.hh 6923ccc497a6874e07b14430aee2c06760b4197f @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __BASIC_IO_SERVERLIST_READER_HH_ #define __BASIC_IO_SERVERLIST_READER_HH_ ============================================================ --- src/buffer.cc 430ce3374bb6938b832e57e9636a8cfcbe67d0b9 +++ src/buffer.cc 87fb8d5e206256a7465122079a484549c749cb21 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "buffer.hh" #include "err.hh" ============================================================ --- src/buffer.hh d962e2d5259d496dc0946a91e6683a41f58569d5 +++ src/buffer.hh 253447ed2dde50e7acc17e9f9151abf1716fadba @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __BUFFER_HH_ #define __BUFFER_HH_ ============================================================ --- src/channel.cc 17a4608c4e223b7c45c9164e7d882125cbae3059 +++ src/channel.cc 51dc47d98c34d4f105a406239e1651b6f02ce8ab @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "channel.hh" #include "query_client.hh" #include "server_manager.hh" ============================================================ --- src/channel.hh 0416de1474ad63b22f1e662a752e93129e3cf9f2 +++ src/channel.hh 735dbda7d6bff2c88dc92a00471c8ff0819276d8 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __CHANNEL_HH_ #define __CHANNEL_HH_ ============================================================ --- src/err.cc 2fef2a9feb7078a0f30ed64c6a1789ddfca7f5bb +++ src/err.cc 7717f0db771e798c8199e90c4b4976bcc8449784 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "err.hh" #include ============================================================ --- src/err.hh 7880a96e6e31043b0079d2641107f20afbbcb016 +++ src/err.hh afc918b5b245956aa6c8a1abb0808ab0c0bddfdf @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __ERR_HH_ #define __ERR_HH_ ============================================================ --- src/forked_server_manager.cc 8ae502d0befd209b2b7e31c1e08af8d2cfeda90a +++ src/forked_server_manager.cc 930dc65c50248bc2ad2fc8081009f604f12fdaa9 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "forked_server_manager.hh" #include "serverlist_reader.hh" #include "err.hh" ============================================================ --- src/forked_server_manager.hh 220b035b43a7f62fa99938d23ab7dc8b2f4ba3fd +++ src/forked_server_manager.hh a191aa9b16c5b3a9299e5c76035041897f1a65d5 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __SERVER_MANAGER_HH_ #define __SERVER_MANAGER_HH_ ============================================================ --- src/io.cc b0753ee961d8799ad24f008d6497132fc07ad9c2 +++ src/io.cc 322a107ba4bc1d2ec7e9c2ad005937b64ad109e6 @@ -1,5 +1,12 @@ -// 2006-04-13 Timothy Brownawell +// Copyright (C) 2006 Timothy Brownawell // +// 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. + // The basic_io implementation in monotone represents basic_io as a // token stream. This represents it as a data structure. // Also, this allows i/o to/from iostreams, not just strings. ============================================================ --- src/io.hh ccad8be31096e6ca11cae88425b5986ea258f07c +++ src/io.hh c4a8f9a5a56a6282ac22551c144b614b7d0536d4 @@ -1,7 +1,15 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __IO_HH_ #define __IO_HH_ -// 2006-04-13 Timothy Brownawell -// + // The basic_io implementation in monotone represents basic_io as a // token stream. This represents it as a data structure. // Also, this allows i/o to/from iostreams, not just strings. ============================================================ --- src/query_client.cc fc865c40411eff7e2abffdc9ed90a88e4a44c67e +++ src/query_client.cc f5a33a1e1a716d8bfd88d3b1f9a2ff632fe17bc7 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "buffer.hh" #include "query_client.hh" ============================================================ --- src/query_client.hh e45fb70cd2feee54885cded16c277071ff0b8892 +++ src/query_client.hh 0195bb8f79cb5339fc97fd6e12e889dd803e8692 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __QUERY_CLIENT_HH_ #define __QUERY_CLIENT_HH_ ============================================================ --- src/server.cc 4a9084560d33bb835a77c28ad4503a9768069887 +++ src/server.cc e1cba7287a23428df1e096313ce83c40e8d9398c @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "server.hh" #include "err.hh" #include "server_manager.hh" ============================================================ --- src/server.hh 11f759e526dd912e587ab12079cc60752efad741 +++ src/server.hh dd153b5671f0b9560be8b817849731419e5b8fe4 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __SERVER_HH_ #define __SERVER_HH_ ============================================================ --- src/server_manager.cc 99fb14619b14c4ebccaf1fe7775a08452b99ad70 +++ src/server_manager.cc 8f6ede9a44390b4248f76df87d714f9b7ed61538 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "server_manager.hh" #include "serverlist_reader.hh" #include "err.hh" ============================================================ --- src/server_manager.hh 8d75c6dae7590e8ecec5a7ae22b1ee585d1e78ec +++ src/server_manager.hh c02ae903a25dd2ccc52cd6a0cb641469806996f6 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __SERVER_MANAGER_HH_ #define __SERVER_MANAGER_HH_ ============================================================ --- src/serverlist_reader.cc 5cf9b3232eb61007105bc92eb73f9a04368ae035 +++ src/serverlist_reader.cc 7620bbe7c9a95c627907f6983ac0685754c6b2eb @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "serverlist_reader.hh" serverlist_reader::~serverlist_reader() ============================================================ --- src/serverlist_reader.hh 9613a97c615bfb147dd4910eedc8cb1d9b9150f7 +++ src/serverlist_reader.hh 02527b7b02acb986f3ff08ff91f9d923b64257ff @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __SERVERLIST_READER_HH_ #define __SERVERLIST_READER_HH_ ============================================================ --- src/sock.cc 03b2e91be9c7c475fe1b87133368bf56f6fc1ca3 +++ src/sock.cc 549572c3603311bf995150a8c702fd7835cd7259 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "sock.hh" #include "buffer.hh" #include "err.hh" ============================================================ --- src/sock.hh 4b136726ab92c01b4378e5bb1c1b56e2a4c11acf +++ src/sock.hh 1f15888612ba01181f42b3757f5302fd89ee1b72 @@ -1,3 +1,12 @@ +// Copyright (C) 2006 Timothy Brownawell +// +// 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 __SOCK_HH_ #define __SOCK_HH_ ============================================================ --- src/usher.cc 4ab2b2748559ab38ce87f336a964e11eb1fdfa4a +++ src/usher.cc fd473bf1d86f0b93fb0e63d971202d1e758d4686 @@ -1,6 +1,11 @@ -// -*- mode: C++; c-file-style: "gnu"; indent-tabs-mode: nil -*- -// Timothy Brownawell -// GPL v2 +// Copyright (C) 2006 Timothy Brownawell +// +// 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 "administrator.hh" #include "err.hh"