Skip to content

Commit

Permalink
update diff-delta.c copyright
Browse files Browse the repository at this point in the history
There is actually nothing left from the original LibXDiff code I used
over 2 years ago, and even the GIT implementation has diverged quite a
bit from LibXDiff's at this point.  Let's update the copyright notice
to better reflect that fact.

Signed-off-by: Nicolas Pitre <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Nicolas Pitre authored and Junio C Hamano committed May 27, 2007
1 parent 8433669 commit 366b53c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions diff-delta.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
/*
* diff-delta.c: generate a delta between two buffers
*
* Many parts of this file have been lifted from LibXDiff version 0.10.
* http://www.xmailserver.org/xdiff-lib.html
* This code was greatly inspired by parts of LibXDiff from Davide Libenzi
* http://www.xmailserver.org/xdiff-lib.html
*
* LibXDiff was written by Davide Libenzi <[email protected]>
* Copyright (C) 2003 Davide Libenzi
* Rewritten for GIT by Nicolas Pitre <[email protected]>, (C) 2005-2007
*
* Many mods for GIT usage by Nicolas Pitre <[email protected]>, (C) 2005.
*
* This file is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* Use of this within git automatically means that the LGPL
* licensing gets turned into GPLv2 within this project.
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#include "git-compat-util.h"
Expand Down

0 comments on commit 366b53c

Please sign in to comment.