Author: simonetripodi Date: Thu Dec 8 21:14:47 2011 New Revision: 1212128 URL: http://svn.apache.org/viewvc?rev=1212128&view=rev Log: added CGLIB and ASM in the NOTICE file
Modified: commons/proper/digester/trunk/NOTICE.txt Modified: commons/proper/digester/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/NOTICE.txt?rev=1212128&r1=1212127&r2=1212128&view=diff ============================================================================== --- commons/proper/digester/trunk/NOTICE.txt (original) +++ commons/proper/digester/trunk/NOTICE.txt Thu Dec 8 21:14:47 2011 @@ -3,3 +3,10 @@ Copyright 2001-2011 The Apache Software This product includes software developed by The Apache Software Foundation (http://www.apache.org/). + +CGLIB - licensed under the Apache License v2.0. +This product includes software developed by +Juozas Baliuka, Chris Nokleberg and Sam Berlin (http://cglib.sourceforge.net/) + +ASM - Copyright (c) 2000-2011 INRIA, France Telecom +All rights reserved. (http://asm.ow2.org/)