summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 *