diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:56:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:56:38 -0800 |
commit | 12b681c3d2306fefa949c2e04d36e4f888917507 (patch) | |
tree | 8c5f9824b4cd9c9cd0166b4f0ce7662112a2a656 /vcs-svn/LICENSE | |
parent | Merge branch 'rt/completion-branch-edit-desc' (diff) | |
parent | vcs-svn: suppress a -Wtype-limits warning (diff) | |
download | tgif-12b681c3d2306fefa949c2e04d36e4f888917507.tar.xz |
Merge branch 'jn/svn-fe'
* jn/svn-fe: (36 commits)
vcs-svn: suppress a -Wtype-limits warning
vcs-svn: allow import of > 4GiB files
vcs-svn: rename check_overflow arguments for clarity
vcs-svn/svndiff.c: squelch false "unused" warning from gcc
vcs-svn: reset first_commit_done in fast_export_init
vcs-svn: do not initialize report_buffer twice
vcs-svn: avoid hangs from corrupt deltas
vcs-svn: guard against overflow when computing preimage length
vcs-svn: cap number of bytes read from sliding view
test-svn-fe: split off "test-svn-fe -d" into a separate function
vcs-svn: implement text-delta handling
vcs-svn: let deltas use data from preimage
vcs-svn: let deltas use data from postimage
vcs-svn: verify that deltas consume all inline data
vcs-svn: implement copyfrom_data delta instruction
vcs-svn: read instructions from deltas
vcs-svn: read inline data from deltas
vcs-svn: read the preimage when applying deltas
vcs-svn: parse svndiff0 window header
vcs-svn: skeleton of an svn delta parser
...
Diffstat (limited to 'vcs-svn/LICENSE')
-rw-r--r-- | vcs-svn/LICENSE | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcs-svn/LICENSE b/vcs-svn/LICENSE index 0a5e3c43a0..eb91858b82 100644 --- a/vcs-svn/LICENSE +++ b/vcs-svn/LICENSE @@ -1,8 +1,7 @@ Copyright (C) 2010 David Barr <david.barr@cordelta.com>. All rights reserved. -Copyright (C) 2008 Jason Evans <jasone@canonware.com>. -All rights reserved. +Copyright (C) 2010 Jonathan Nieder <jrnieder@gmail.com>. Copyright (C) 2005 Stefan Hegny, hydrografix Consulting GmbH, Frankfurt/Main, Germany |