summaryrefslogtreecommitdiff
path: root/src
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 /src
parentd7f96ade2801a712dbb532ab08ec93c9558870e1 (diff)
Change the matching code to the MIT license
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src')
-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 @@
31#include <stdio.h> 31#include <stdio.h>
32 32
33/** 33/**
34 * Bitmap implementation of the hungarian algorithm (GPL license) 34 * Bitmap implementation of the hungarian algorithm (MIT license)
35 * 35 *
36 * Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se> 36 * Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
37 * 37 *