summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:51:54 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:51:54 +0200
commit8087ac3d655c2b2835cf61e7a69611d81d4f303e (patch)
tree4ad7f6340c369e64a64973b27d1f6808b48c3e37
parentd7f96ade2801a712dbb532ab08ec93c9558870e1 (diff)
downloadmtdev-git-8087ac3d655c2b2835cf61e7a69611d81d4f303e.tar.gz
Change the matching code to the MIT license
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--src/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c
index 1b3700c..673e838 100644
--- a/src/match.c
+++ b/src/match.c
@@ -31,7 +31,7 @@
#include <stdio.h>
/**
- * Bitmap implementation of the hungarian algorithm (GPL license)
+ * Bitmap implementation of the hungarian algorithm (MIT license)
*
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
*