Author: xor Date: 2008-10-27 23:45:43 +0000 (Mon, 27 Oct 2008) New Revision: 23126
Modified: trunk/freenet/src/freenet/node/BandwidthUsageHistory.java Log: Add GPL. Modified: trunk/freenet/src/freenet/node/BandwidthUsageHistory.java =================================================================== --- trunk/freenet/src/freenet/node/BandwidthUsageHistory.java 2008-10-27 23:27:08 UTC (rev 23125) +++ trunk/freenet/src/freenet/node/BandwidthUsageHistory.java 2008-10-27 23:45:43 UTC (rev 23126) @@ -1,3 +1,6 @@ +/* This code is part of Freenet. It is distributed under the GNU General + * Public License, version 2 (or at your option any later version). See + * http://www.gnu.org/ for further details of the GPL. */ package freenet.node; import java.util.Iterator;
