main files: ----------- Graydon Hoare originally wrote most of the files in the top level directory and the OS-specific directories 'unix' and 'win32'. That's me. Many of the top level files have subsequently been amended, and new files added, by other contributing authors, including: Eric Anderson Olivier Andrieu Badai Aqrandista Daniel Berlin Robert Bihlmeyer Ethan Blanton Marcel van der Boom Grahame Bowland Jordan Breeding Jon Bright Timothy Brownawell Brian Campbell Lorenzo Campedelli Daniel Carosone Neil Conway Jeremy Cowgar Benoît Dejean Ulrich Drepper Martin Dvorak Ben Elliston Ralf S. Engelschall Vinzenz Feenstra Riccardo Ghetta Matthew Gregan Corey Halpin Robert Helgesson Kelly F. Hickel Matt Johnston Blake Kaplan Thomas Keller Eric Kidd Christian Kollee Georg-W. Koltermann Matt Kraai Richard Levitte Lapo Luchini Patrick Mauritz Roland McGrath Wojciech Miłkowski Faheem Mitha Thomas Moschny Nathan Myers Justin Patrin Jeronimo Pellegrini Anders Petersson Christof Petig Jordi Vilalta Prat Joel Reed Joel Rosdahl Michael Scherer Derek Scherger Nathaniel Smith Paul Snively Emile Snyder Sebastian Spaeth Tom Tromey Kaushik Veeraraghavan Julio M. Merino Vidal Vladimir Vukicevic Zack Weinberg Several people have also contributed to the translation of monotone into non-English languages; their work is available in the po/ subdirectory. Contributors include: Aristid Breitkreuz Benoît Dejean Stéphane Gimenez Thomas Keller Richard Levitte Lapo Luchini Thomas Moschny Alex Sandro Queiroz e Silva Joel Rosdahl Nicolas Ruiz Satoru SATOH Roberta Lazzeri I believe I am within my rights to assert my own copyright on: - the files I wrote - the collective work, including the use (though not authorship) of files I copied from the public domain, and other copyrighted but freely-licensed sources (and possibly lcs.cc, as discussed below) I license my publication of these copyrighted works to the public under the terms of the GNU GPL, version 2 or greater. See the file COPYING for details. If you believe I am in violation of some existing copyrights, please contact me. Subsequent additions by contributing authors are implicitly licensed to the public under the same terms (GPL), but the contributing authors retain copyrights on their portions of the work. the manual: ----------- The monotone manual, like the rest of the collective work, was written by me and the other contributing authors listed above, and is licensed under the terms of the GNU GPL, version 2 or later. Prior to version 0.38 the monotone manual was licensed under the terms of the GNU FDL (version 1.1 or later). This was changed in version 0.38 to facilitate sharing of text between the manual and the program itself, and to simplify the licensing requirements of the monotone distribution as a whole, by using just one license for everything. files derived from other sources: --------------------------------- Some files included with the monotone distribution began as copies of code from other sources, but have been modified for use in monotone. These files all carry attribution notices, and may qualify as 'separate and independent works in themselves' for purposes of the GPL: that is, if separated from the monotone sources, they may be usable under less restrictive terms. lru_writeback_cache.hh was originally written by Patrick Audley and is licensed under the GPL v2+. mkstemp.cc was based on a portion of gfileutils.c in glib and is licensed under the LGPL (version 2 or later). gettext.h is a copy of the one included in the GNU Gettext package, and is Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. It is licensed under the GNU LGPL version 2 (or later). For more information, see the message on top of that file. unix/main.cc and win32/main.cc were originally execution_monitor.cc from the Boost project. The files in the boost/ directory are copies of files that were at one time available from the boost "sandbox" CVS repository, linked off of http://www.boost.org/. monotone also makes use of several "header-only" Boost libraries (not included in the source distribution) and therefore the binary incorporates their code. Boost in general is licensed under the Boost Software License: # Boost Software License - Version 1.0 - August 17th, 2003 # # Permission is hereby granted, free of charge, to any person or # organization obtaining a copy of the software and accompanying # documentation covered by this license (the "Software") to use, # reproduce, display, distribute, execute, and transmit the Software, # and to prepare derivative works of the Software, and to permit # third-parties to whom the Software is furnished to do so, all # subject to the following: # # The copyright notices in the Software and this entire statement, # including the above license grant, this restriction and the # following disclaimer, must be included in all copies of the # Software, in whole or in part, and all derivative works of the # Software, unless such copies or derivative works are solely in the # form of machine-executable object code generated by a source # language processor. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND # NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE # DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER # LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. The files in boost/ are under a slightly different license: # Copyright (c) 2003 Jan Gaspar, Whitestein Technologies # # Permission to use or copy this software for any purpose is hereby # granted without fee, provided the above notices are retained on all # copies. Permission to modify the code and to distribute modified # code is granted, provided the above notices are retained, and a # notice that the code was modified is included with the above # copyright notice. lcs.cc is a C++ translation of Scheme code written by Aubrey Jaffer. The original source is under the following license: # "differ.scm" O(NP) Sequence Comparison Algorithm. # Copyright (C) 2001, 2002, 2003 Aubrey Jaffer # # Permission to copy this software, to modify it, to redistribute it, to # distribute modified versions, and to use it for any purpose is granted, # subject to the following restrictions and understandings. # # 1. Any copy made of this software must include this copyright notice # in full. # # 2. I have made no warrantee or representation that the operation of # this software will be error-free, and I am under no obligation to # provide any services, by way of maintenance, update, or otherwise. # # 3. In conjunction with products arising from the use of this material, # there shall be no use of my name in any advertising, promotional, or # sales literature without prior written consent in each case. The translation is licensed under the GPL v2+ as the rest of Monotone, but only if an independent copyright actually exists in the translation, which was quite mechanical. ssh_agent.cc includes a translation of the GET_32BIT_MSB_FIRST define from PuTTY's misc.h. PuTTY is licensed under an MIT-like license, reproduced here: # PuTTY is copyright 1997-2007 Simon Tatham. # # Portions copyright Robert de Bath, Joris van Rantwijk, Delian # Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, # Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus # Kuhn, and CORE SDI S.A. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files # (the "Software"), to deal in the Software without restriction, # including without limitation the rights to use, copy, modify, merge, # publish, distribute, sublicense, and/or sell copies of the Software, # and to permit persons to whom the Software is furnished to do so, # subject to the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE # FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF # CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # ssh_agent.cc also includes socket creation code copied from OpenSSH's authfd.c. OpenSSH is licensed under a BSD-like license, reproduced here: # Author: Tatu Ylonen # Copyright (c) 1995 Tatu Ylonen , Espoo, Finland # All rights reserved # Functions for connecting the local authentication agent. # # As far as I am concerned, the code I have written for this software # can be used freely for any purpose. Any derived versions of this # software must be clearly marked as such, and if the derived work is # incompatible with the protocol description in the RFC file, it must be # called by a name other than "ssh" or "Secure Shell". # # SSH2 implementation, # Copyright (c) 2000 Markus Friedl. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. external libraries: ------------------- Monotone distributes unmodified or nearly unmodified copies of several third-party libraries on which it relies. The binary 'mtn' executable is a derivative work of these libraries as well as the monotone source proper, but the monotone developers do not claim copyright in these libraries (except to the extent that we have personally contributed code to them). They are 'separate and independent works in themselves'. The files in sqlite/ comprise the SQLite database library, written by D. Richard Hipp and others. The SQLite distribution may be retrieved from http://www.sqlite.org/. It is declared to be in the public domain: # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. The files in idna/ are copies of the core portion of the GNU libidn library for manipulating internationalized domain names, written by Simon Josefsson. The libidn distribution may be retrieved from http://josefsson.org/libidn/. It is licensed under the GNU LGPL version 2.1 or later, with the additional requirement that the following text be reproduced in any copies made: # Libidn AUTHORS -- Information about the authors. # Copyright (C) 2002, 2003 Simon Josefsson # See the end for copying conditions. # # Simon Josefsson # Designed and implemented libidn. # # -----BEGIN PGP PUBLIC KEY BLOCK----- # Comment: This 0xB565716F key is used to sign releases of Libidn. # # mKsEPNUHKwEFALqJSBHn6Qk5ex138kwymxA3idCFoTi5Q6mVooEVVaYVfeDG+5uV # T5rhTFDfDcT9SO0eIlfKOraSRnVEHyDDH2PAgJFxyneFELcmLUQ66D+m8z+ziGro # 6bcDSBBDMRkHIX6/kH/vnevjqivIld+j8WTcVX+SArcKyzgQ58uMTrfQdLqzh6D9 # sE/838+ZPZkabmKKWMVWccoaUbWGYOcNwO0ABim0IVNpbW9uIEpvc2Vmc3NvbiA8 # amFzQGV4dHVuZG8uY29tPojYBBMBAgAiAhsDBAsHAwIDFQIDAxYCAQIeAQIXgAUC # P6QrUQUJA7xyJgAKCRDtoh6UtWVxbwueBP4uh9ZEOuSjt2n5OpfuAablsrRzhlgP # fluBMfjHNynEFsGjn81l81TCqStRln7wDUj95ZufSi3YvoYSFG1jffGMk/k2trgI # NtT3kxaGkfns6dykBuV7Ki2wWqdJkTe1ibyai+RCqt+J1ldSUuHdfQZ5wALPJQRb # 4Hqi7M29azFHcfxbMLf3yGYyBuKC7eBVNVaR58UTFK6r0CX3T7eGuk8biEYEExEC # AAYFAj1Y8r8ACgkQV5Mp08AbKiIX9wCfR2rMiXdKzZB95acA5YSQ4MLQyygAn1Nv # 7M36SAofR/73WjqlPpVAQ+fRiEwEExECAAwFAj1esHUFgwFXijYACgkQvLvElXGK # klYZnQCeOXIzmEoZ5yOVNygphYmUwON/S8IAn32gWDyaTMpqyDcJEQeLdjcW7boS # tCVTaW1vbiBKb3NlZnNzb24gPHNpbW9uQGpvc2Vmc3Nvbi5vcmc+iNgEEwECACIC # GwMECwcDAgMVAgMDFgIBAh4BAheABQI/pCtUBQkDvHImAAoJEO2iHpS1ZXFvPREE # /j3fX+cLxCCZNTjMhThGFujiT7ty4x1jVc91J6QOA+Jp+78NIIeyg3JTeR3WIv7/ # WFNzLKJXJEEcga+0ViPjoLfvGsHMAnwXqPYAxu1cDY4jId0bCYgoVlnfF9gwOWxe # btotLpCiuXGL/168zEAXWJpPg6r2MfPhAKUJ9G8q52OOWJW3cObxoZ2gyXjuWOFt # ygZ1vUAqP/8UGeZNdajHD5uIRgQTEQIABgUCPVjywgAKCRBXkynTwBsqImY3AKCS # COO5LlNxmritUFY1i7VXBCUlZgCgll/6kE0G/NP3E6AdyzVwAzBPgUeITAQTEQIA # DAUCPV6wdQWDAVeKNgAKCRC8u8SVcYqSVleXAJ9NZKUvb/erk53fMFUwpUeClOjh # qwCcC3Du9UQjCn2k+7LWgqNMH+huqW24qwQ81Qd7AQUA2PTaoT8RNkFDlX7UCOB9 # vaRFxrX+dN7l6QO+O0Mg7dVdjItEnaaYkJ+r4LXecI47HogsUGExRdDYGT0Dq7aZ # 8GkC4UKPXc3q2KWQ3ib3wj3qnCGm3IX/I249ydYLAzQyWqMW09wLB5vxhPi4yjet # 4FTGWmtYUlGzDb7+6VZilYRTty0vhFF4cVXlO2R+vgPxFMvUc7o8WGDnQ3iyWAiz # kQAGKYjFBBgBAgAPAhsMBQI/pCt8BQkDvHIBAAoJEO2iHpS1ZXFvEeIE/ixQWhAC # pnKjQZeTA7zcshH683NU/bBAjbOq7lJ51aWMXOdXExGJsBD0fyPtRJywMtSB4vrM # F1WjKZlA0jBOxzxWaWpLvMwdwgkSiql8KTNActxIoijtu0e5GI3V+55Z+Cv/jsPD # lzeYiob0cO6u/2todt6XVTyCIFKWjf6/5i/LdhXlw7J9gzrCwm28ITC4is3voTNh # Uceqods6zDrk0qo= # =1RsN # -----END PGP PUBLIC KEY BLOCK----- # # -------------------------------------------------------------------- # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. The files in netxx/ comprise the NetXX library, written by Peter Jones. It is no longer available from its author. It is distributed under a BSD-like license, reproduced here: # Copyright (C) 2001-2004 Peter J Jones (pjones@pmade.org) # All Rights Reserved # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above # copyright notice, this list of conditions and the following # disclaimer in the documentation and/or other materials provided # with the distribution. # 3. Neither the name of the Author nor the names of its contributors # may be used to endorse or promote products derived from this # software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. The files in lua/ comprise the Lua interpreter, written by R. Ierusalimschy, L. H. de Figueiredo, and W. Celes, of Tecgraf PUC-Rio, and others. The Lua distribution may be retrieved from http://www.lua.org/. It is licensed under an MIT-like license, reproduced here: # Copyright (C) 1994-2007 Lua.org, PUC-Rio. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation # files (the "Software"), to deal in the Software without # restriction, including without limitation the rights to use, copy, # modify, merge, publish, distribute, sublicense, and/or sell copies # of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. The files in botan/ comprise the Botan cryptography library, written by Jack Lloyd with contributions as noted in botan/thanks.txt. The Botan distribution may be retrieved from http://botan.randombit.net/. It is licensed under a BSD-like license: # Copyright (C) 1999-2006 The Botan Project. All rights reserved. # # Redistribution and use in source and binary forms, for any use, # with or without modification, is permitted provided that the # following conditions are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions, and the following disclaimer. # # 2. Redistributions in binary form must reproduce the above # copyright notice, this list of conditions, and the following # disclaimer in the documentation and/or other materials provided # with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) "AS IS" AND ANY EXPRESS # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, # ARE DISCLAIMED. # # IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE FOR ANY # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The files in pcre/ comprise the Perl-Compatible Regular Expression (PCRE) library, written by Philip Hazel . The PCRE distribution may be retrieved from http://www.pcre.org/. It is licensed under a BSD-like license: # Copyright (c) 1997-2007 University of Cambridge. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the # distribution. # # * Neither the name of the University of Cambridge nor the names of # its contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE # COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED # OF THE POSSIBILITY OF SUCH DAMAGE. the contrib directory: ---------------------- The contrib/ directory contains a variety of contributions that may be useful in conjunction with monotone. Each file carries its own copyright statement and licensing; however, to the best of our collective knowledge, all files are available under terms compatible with the GPL version 2 (*not* necessarily later versions). See contrib/README for further details. details of the manual relicensing: ---------------------------------- All contributors who made more than a few lines' worth of changes to the manual were polled for their assent to the relicensing, and as of November 2007, all agreed. These contributors gave written agreement on the monotone mailing list in February 2007: alex@ventonegro.org bdwalton@gmail.com birrachiara@tin.it brian.p.campbell@dartmouth.edu dan@geek.com.au elb@elitists.net emile@talentcodeworks.com aka emile@alumni.reed.edu evan@warpedview.com fw@deneb.enyo.de grahame@angrygoats.net jeremy@cowgar.com joel@rosdahl.net joelwreed@comcast.net marcel@hsdev.com matt@matt-land.com matt@ucc.asn.au aka matt+rez@ucc.asn.au me@thomaskeller.biz papercrane@reversefold.com pellegrini@mpcnet.com.br richard@levitte.org rse@engelschall.com Sebastian@SSpaeth.de tbrownaw@gmail.com These contributors gave written agreement on the monotone mailing list in November 2007: derek@echologic.com mrbkap@gmail.com stephen_leake-2@stephe-leake.org willu@cse.unsw.edu.au mstone@icali.net tromey@redhat.com henry@bigfoot.de These contributors gave verbal assent at the monotone developers' summit in February 2007: christof.petig@arcor.de aka christof@petig-baender.de graydon@pobox.com aka graydon@dub.venge.net kinetik@orcon.net.nz mtn-dev@zackw.users.panix.com njs@pobox.com thomas.moschny@gmx.de These contributors made a few small, mechanical changes to the manual, which are probably not copyrightable, and were not polled. jmmv@menta.net three patches; typo fixes and use of IANA-reserved example domain names d64ee74bbafc09497d70c169667ae960171a5fcc 8975520d4b2c73065004cb9d21990885b391d36c eb8b5710e3720d4fb4ee3ae573aacc3b629ae1a3 jon@siliconcircus.com one patch; change of quoting conventions fcd914bd694bbcc6d0fca080ac4c8132f78f2c2f martine@danga.com one patch; corrected "cat revision" to "automate get_revision" e92a79a9a56076a4ead5013c29fb705a3c4de719 tomfa@debian.org signed a merge rev involving the manual, but did not change the manual personally 8abd5712749648b2232cc4dfa549ce11b627f679