From 3fa7e7529655d636f3286d9ef1cd0ffb80daa368 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 20 Feb 2011 20:20:21 +1100 Subject: [PATCH] Update copyright notices for md5.* --- md5.c | 8 +++++--- md5.h | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/md5.c b/md5.c index ce7f95f..05a42f5 100644 --- a/md5.c +++ b/md5.c @@ -1,6 +1,8 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -/* Functions to compute MD5 message digest of files or memory blocks. +/* + Copyright (C) 2011 Con Kolivas + Copyright (C) 1995-2011 Ulrich Drepper. + + Functions to compute MD5 message digest of files or memory blocks. according to the definition of MD5 in RFC 1321 from April 1992. Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2011 Free Software Foundation, Inc. diff --git a/md5.h b/md5.h index f122064..a649431 100644 --- a/md5.h +++ b/md5.h @@ -1,6 +1,8 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -/* Declaration of functions and data types used for MD5 sum computing +/* + Copyright (C) 2011 Con Kolivas + Copyright (C) 1995-2011 Ulrich Drepper. + + Declaration of functions and data types used for MD5 sum computing library functions. Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2011 Free Software Foundation, Inc.