From cd7f7fdcc4732faa90b2006dc3706852607bd023 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 7 Nov 2012 18:12:40 +0100 Subject: legal stuff --- COPYING | 9 +++++++++ LICENSE | 13 +++++++++++++ hungarian.c | 15 +++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 COPYING create mode 100644 LICENSE diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..8a6bd92 --- /dev/null +++ b/COPYING @@ -0,0 +1,9 @@ +𝓞(n³) implementation of the Hungarian algorithm + +Copyright (C) 2011 Mattias Andrée + +This program is free software. It comes without any warranty, to +the extent permitted by applicable law. You can redistribute it +and/or modify it under the terms of the Do What The Fuck You Want +To Public License, Version 2, as published by Sam Hocevar. See +http://sam.zoy.org/wtfpl/COPYING for more details. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4644e40 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everypony is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/hungarian.c b/hungarian.c index 7171cf3..90f9f64 100644 --- a/hungarian.c +++ b/hungarian.c @@ -1,3 +1,18 @@ +// -*- mode: c, coding: utf-8 -*- + +/** + * 𝓞(n³) implementation of the Hungarian algorithm + * + * Copyright (C) 2011 Mattias Andrée + * + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. + */ + + #include #include -- cgit v1.2.3-70-g09d2