From ad8a67ad2220ca464abda864da126ffeeeb1da82 Mon Sep 17 00:00:00 2001 From: wj32 Date: Fri, 31 Dec 2010 06:48:03 +0000 Subject: [PATCH] added required "modified" notices git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3956 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/phlib/md5.c | 2 ++ 2.x/trunk/phlib/sha.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/2.x/trunk/phlib/md5.c b/2.x/trunk/phlib/md5.c index ebc1688be..75a8ddcc0 100644 --- a/2.x/trunk/phlib/md5.c +++ b/2.x/trunk/phlib/md5.c @@ -7,6 +7,8 @@ * published by the Free Software Foundation. */ +/* This code was modified for Process Hacker. */ + #include #include diff --git a/2.x/trunk/phlib/sha.c b/2.x/trunk/phlib/sha.c index 7168fadda..b43508f4b 100644 --- a/2.x/trunk/phlib/sha.c +++ b/2.x/trunk/phlib/sha.c @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +/* This code was modified for Process Hacker. */ + #include #include