diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-12 23:18:50 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-12 23:18:50 +0000 |
commit | fb1e1453d39173b5d9f49f6c444f7b9dc3c76b48 (patch) | |
tree | 581c153a00caf3dd781b0eeec6001a3e0f8b8635 /debian | |
parent | 11e464c3312cb2813ce326fd83ea88364edb0f4a (diff) | |
download | tor-fb1e1453d39173b5d9f49f6c444f7b9dc3c76b48.tar.gz tor-fb1e1453d39173b5d9f49f6c444f7b9dc3c76b48.zip |
Mention OpenBSD_malloc_Linux.c in debian/copyright
svn:r13996
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/copyright | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 19999dcf4e..a0f27a301f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ tor (0.2.0.21-rc-+svn) XXperimental; urgency=low found in DEB_BUILD_OPTIONS. Hopefully this deals with some of the horrible memory fragmentation that glibc's malloc causes. * Forward port patch 06_add_compile_time_defaults. + * Mention OpenBSD_malloc_Linux.c in debian/copyright. - -- Peter Palfrader <weasel@debian.org> Tue, 11 Mar 2008 15:33:07 +0100 + -- Peter Palfrader <weasel@debian.org> Thu, 13 Mar 2008 00:18:19 +0100 tor (0.2.0.21-rc-1) experimental; urgency=low diff --git a/debian/copyright b/debian/copyright index e646551b21..ca8ad0b3a6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,6 +12,7 @@ Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson Copyright (c) 2007-2008, The Tor Project, Inc. strlcat, strlcpy: Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> ht.h: Copyright (c) 2002, Christopher Clark, 2006 Nick Mathewson +OpenBSD_malloc_Linux.c: phk@FreeBSD.ORG Modifications for Debian: Copyright (c) 2004, 2005, 2006, 2007, 2008 Peter Palfrader Tor is distributed under this license: @@ -115,4 +116,9 @@ ht.h by Nick Mathewson is licensed as follows: * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - +=============================================================================== +OpenBSD_malloc_Linux.c: + * "THE BEER-WARE LICENSE" (Revision 42): + * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp |