From 7dcd18adea813d0555820307aff45141e50e7a8b Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 12 Jan 2025 00:04:48 -0800 Subject: [PATCH] Add GPL v2 license grant to mysql CNID backend code Ralph Boehme approved this change in GitHub #1874 --- libatalk/cnid/mysql/cnid_mysql.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libatalk/cnid/mysql/cnid_mysql.c b/libatalk/cnid/mysql/cnid_mysql.c index 0705061c964..fcf4bd74539 100644 --- a/libatalk/cnid/mysql/cnid_mysql.c +++ b/libatalk/cnid/mysql/cnid_mysql.c @@ -1,6 +1,11 @@ /* * Copyright (C) Ralph Boehme 2013 * All Rights Reserved. See COPYING. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. */ #ifdef HAVE_CONFIG_H