|
From: Pelle B. <pe...@us...> - 2004-04-17 17:26:23
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9914/src/test/org/neuclear/xml/xmlsec Modified Files: HTMLSignatureTest.java Log Message: Improved formatting of HTMLSignature Index: HTMLSignatureTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/xmlsec/HTMLSignatureTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HTMLSignatureTest.java 16 Apr 2004 23:54:03 -0000 1.1 --- HTMLSignatureTest.java 17 Apr 2004 17:26:14 -0000 1.2 *************** *** 1,4 **** --- 1,24 ---- package org.neuclear.xml.xmlsec; + /* + * The NeuClear Project and it's libraries are + * (c) 2002-2004 Antilles Software Ventures SA + * For more information see: http://neuclear.org + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + import junit.framework.TestCase; import org.dom4j.Document; *************** *** 12,40 **** import java.io.*; - /* - NeuClear Distributed Transaction Clearing Platform - (C) 2003 Pelle Braendgaard - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - $Id$ - $Log$ - Revision 1.1 2004/04/16 23:54:03 pelle - Added HTMLSignature with tests and associated changes in StandaloneSigner - - */ - /** * User: pelleb --- 32,35 ---- |