On 11 June 2012 08:47, <[email protected]> wrote: > Author: gnodet > Date: Mon Jun 11 07:47:15 2012 > New Revision: 1348734 > > URL: http://svn.apache.org/viewvc?rev=1348734&view=rev > Log: > Fix legal issues wih release (2 missing headers, wrong notice file for source > distribution) > > Modified: > mina/sshd/trunk/NOTICE.txt > mina/sshd/trunk/assembly/src/main/descriptors/unix-bin.xml > mina/sshd/trunk/assembly/src/main/descriptors/windows-bin.xml > > mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/agent/SshAgentConstants.java > > mina/sshd/trunk/sshd-core/src/test/java/org/apache/sshd/util/BogusChannel.java > > Modified: mina/sshd/trunk/NOTICE.txt > URL: > http://svn.apache.org/viewvc/mina/sshd/trunk/NOTICE.txt?rev=1348734&r1=1348733&r2=1348734&view=diff > ============================================================================== > --- mina/sshd/trunk/NOTICE.txt (original) > +++ mina/sshd/trunk/NOTICE.txt Mon Jun 11 07:47:15 2012 > @@ -1,11 +1,2 @@ > Apache MINA SSHD > Copyright 2008-2012 The Apache Software Foundation > - > -This product includes software developed by > -The Apache Software Foundation (http://www.apache.org/). > -
The above 2 lines (and preceeding blank line) are required in all NOTICE files. > -This product includes software SLF4J (www.slf4j.org) > -Copyright (c) 2004-2008 QOS.ch All rights reserved. > - > -This product includes software The Legion Of The Bouncy Castle > (http://www.bouncycastle.org) > -Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle > (http://www.bouncycastle.org)
