From 62b4195c7680f9d404e175eb0869182efdd09ef2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 2 Jun 2008 15:14:37 -0500 Subject: libalpm/md5: Fix license header This was mistakenly referencing the LGPL even after the XySSL code bump, so fix the license clause to be correct. Signed-off-by: Dan McGee --- lib/libalpm/md5.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libalpm/md5.c') diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 1923242a..413af3f3 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see - * . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /* * The MD5 algorithm was designed by Ron Rivest in 1991. -- cgit v1.2.3-24-g4f1b