Author: toad Date: 2006-09-28 18:21:36 +0000 (Thu, 28 Sep 2006) New Revision: 10553
Modified: trunk/freenet/src/freenet/client/ArchiveContext.java trunk/freenet/src/freenet/client/ArchiveFailureException.java trunk/freenet/src/freenet/client/ArchiveHandler.java trunk/freenet/src/freenet/client/ArchiveKey.java trunk/freenet/src/freenet/client/ArchiveRestartException.java trunk/freenet/src/freenet/client/ArchiveStoreContext.java trunk/freenet/src/freenet/client/ArchiveStoreItem.java trunk/freenet/src/freenet/client/ClientMetadata.java trunk/freenet/src/freenet/client/DefaultMIMETypes.java trunk/freenet/src/freenet/client/ErrorArchiveStoreItem.java trunk/freenet/src/freenet/client/FECCodec.java trunk/freenet/src/freenet/client/FailureCodeTracker.java trunk/freenet/src/freenet/client/FetchResult.java trunk/freenet/src/freenet/client/FetchWaiter.java trunk/freenet/src/freenet/client/HighLevelSimpleClient.java trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java trunk/freenet/src/freenet/client/InserterException.java trunk/freenet/src/freenet/client/MetadataParseException.java trunk/freenet/src/freenet/client/MetadataUnresolvedException.java trunk/freenet/src/freenet/client/RealArchiveStoreItem.java trunk/freenet/src/freenet/client/SplitFetchException.java trunk/freenet/src/freenet/client/StandardOnionFECCodec.java trunk/freenet/src/freenet/client/StartableSplitfileBlock.java trunk/freenet/src/freenet/client/TempStoreElement.java trunk/freenet/src/freenet/client/async/BaseClientGetter.java trunk/freenet/src/freenet/client/async/BaseClientPutter.java trunk/freenet/src/freenet/client/async/BaseSingleFileFetcher.java trunk/freenet/src/freenet/client/async/ClientGetState.java trunk/freenet/src/freenet/client/async/ClientGetter.java trunk/freenet/src/freenet/client/async/ClientPutState.java trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java trunk/freenet/src/freenet/client/async/ClientRequester.java trunk/freenet/src/freenet/client/async/GetCompletionCallback.java trunk/freenet/src/freenet/client/async/HealingQueue.java trunk/freenet/src/freenet/client/async/ManifestElement.java trunk/freenet/src/freenet/client/async/ResumeException.java trunk/freenet/src/freenet/client/async/SimpleHealingQueue.java trunk/freenet/src/freenet/client/async/SingleBlockInserter.java trunk/freenet/src/freenet/client/async/SingleFileFetcher.java trunk/freenet/src/freenet/client/async/SplitFileFetcher.java trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java trunk/freenet/src/freenet/client/async/SplitFileInserter.java trunk/freenet/src/freenet/client/async/USKCallback.java trunk/freenet/src/freenet/client/async/USKChecker.java trunk/freenet/src/freenet/client/async/USKCheckerCallback.java trunk/freenet/src/freenet/client/async/USKFetcherCallback.java trunk/freenet/src/freenet/client/async/USKFetcherWrapper.java trunk/freenet/src/freenet/client/async/USKInserter.java trunk/freenet/src/freenet/client/async/USKManager.java trunk/freenet/src/freenet/client/async/USKProxyCompletionCallback.java trunk/freenet/src/freenet/client/async/USKRetriever.java trunk/freenet/src/freenet/client/async/USKRetrieverCallback.java trunk/freenet/src/freenet/client/events/BlockInsertErrorEvent.java trunk/freenet/src/freenet/client/events/ClientEvent.java trunk/freenet/src/freenet/client/events/ClientEventListener.java trunk/freenet/src/freenet/client/events/ClientEventProducer.java trunk/freenet/src/freenet/client/events/DecodedBlockEvent.java trunk/freenet/src/freenet/client/events/EventDumper.java trunk/freenet/src/freenet/client/events/EventLogger.java trunk/freenet/src/freenet/client/events/FetchedMetadataEvent.java trunk/freenet/src/freenet/client/events/FinishedCompressionEvent.java trunk/freenet/src/freenet/client/events/GeneratedURIEvent.java trunk/freenet/src/freenet/client/events/GotBlockEvent.java trunk/freenet/src/freenet/client/events/SimpleBlockPutEvent.java trunk/freenet/src/freenet/client/events/SimpleEventProducer.java trunk/freenet/src/freenet/client/events/SplitfileProgressEvent.java trunk/freenet/src/freenet/client/events/StartedCompressionEvent.java trunk/freenet/src/freenet/clients/http/Bookmark.java trunk/freenet/src/freenet/clients/http/BookmarkManager.java trunk/freenet/src/freenet/clients/http/N2NTMToadlet.java trunk/freenet/src/freenet/clients/http/NinjaSpider.java trunk/freenet/src/freenet/clients/http/PluginToadlet.java trunk/freenet/src/freenet/clients/http/RedirectException.java trunk/freenet/src/freenet/clients/http/Spider.java trunk/freenet/src/freenet/clients/http/ToadletContainer.java trunk/freenet/src/freenet/clients/http/ToadletContextClosedException.java trunk/freenet/src/freenet/clients/http/filter/CSSParser.java trunk/freenet/src/freenet/clients/http/filter/CSSReadFilter.java trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex trunk/freenet/src/freenet/clients/http/filter/CharsetExtractor.java trunk/freenet/src/freenet/clients/http/filter/ContentDataFilter.java trunk/freenet/src/freenet/clients/http/filter/ContentFilter.java trunk/freenet/src/freenet/clients/http/filter/DataFilterException.java trunk/freenet/src/freenet/clients/http/filter/FoundURICallback.java trunk/freenet/src/freenet/clients/http/filter/HTMLFilter.java trunk/freenet/src/freenet/clients/http/filter/KnownUnsafeContentTypeException.java trunk/freenet/src/freenet/clients/http/filter/MIMEType.java trunk/freenet/src/freenet/clients/http/filter/NullFilterCallback.java trunk/freenet/src/freenet/clients/http/filter/UnknownContentTypeException.java trunk/freenet/src/freenet/clients/http/filter/UnsafeContentTypeException.java trunk/freenet/src/freenet/config/BooleanCallback.java trunk/freenet/src/freenet/config/BooleanOption.java trunk/freenet/src/freenet/config/Config.java trunk/freenet/src/freenet/config/FilePersistentConfig.java trunk/freenet/src/freenet/config/IntCallback.java trunk/freenet/src/freenet/config/IntOption.java trunk/freenet/src/freenet/config/InvalidConfigValueException.java trunk/freenet/src/freenet/config/LongCallback.java trunk/freenet/src/freenet/config/LongOption.java trunk/freenet/src/freenet/config/StringArrCallback.java trunk/freenet/src/freenet/config/StringCallback.java trunk/freenet/src/freenet/config/StringOption.java trunk/freenet/src/freenet/config/SubConfig.java trunk/freenet/src/freenet/crypt/BlockCipher.java trunk/freenet/src/freenet/crypt/CipherInputStream.java trunk/freenet/src/freenet/crypt/CipherModes.java trunk/freenet/src/freenet/crypt/CipherOutputStream.java trunk/freenet/src/freenet/crypt/CryptoElement.java trunk/freenet/src/freenet/crypt/CryptoKey.java trunk/freenet/src/freenet/crypt/DHGroup.java trunk/freenet/src/freenet/crypt/DSA.java trunk/freenet/src/freenet/crypt/DSAGroup.java trunk/freenet/src/freenet/crypt/DSAGroupGenerator.java trunk/freenet/src/freenet/crypt/DSAPrivateKey.java trunk/freenet/src/freenet/crypt/DSASignature.java trunk/freenet/src/freenet/crypt/DecipherOutputStream.java trunk/freenet/src/freenet/crypt/DecryptionFailedException.java trunk/freenet/src/freenet/crypt/Digest.java trunk/freenet/src/freenet/crypt/DigestFactory.java trunk/freenet/src/freenet/crypt/DigestInputStream.java trunk/freenet/src/freenet/crypt/DigestOutputStream.java trunk/freenet/src/freenet/crypt/DummyRandomSource.java trunk/freenet/src/freenet/crypt/EncipherInputStream.java trunk/freenet/src/freenet/crypt/EntropySource.java trunk/freenet/src/freenet/crypt/Global.java trunk/freenet/src/freenet/crypt/JavaSHA1.java trunk/freenet/src/freenet/crypt/KEProtocol.java trunk/freenet/src/freenet/crypt/KeyAgreementSchemeContext.java trunk/freenet/src/freenet/crypt/PCFBMode.java trunk/freenet/src/freenet/crypt/RandomSource.java trunk/freenet/src/freenet/crypt/SHA1.java trunk/freenet/src/freenet/crypt/SHA1Factory.java trunk/freenet/src/freenet/crypt/StationToStationContext.java trunk/freenet/src/freenet/io/comm/DisconnectedException.java trunk/freenet/src/freenet/io/comm/Dispatcher.java trunk/freenet/src/freenet/io/comm/DummyPeerContext.java trunk/freenet/src/freenet/io/comm/DumpDispatcher.java trunk/freenet/src/freenet/io/comm/FreenetInetAddress.java trunk/freenet/src/freenet/io/comm/IOStatisticCollector.java trunk/freenet/src/freenet/io/comm/LowLevelFilter.java trunk/freenet/src/freenet/io/comm/LowLevelFilterException.java trunk/freenet/src/freenet/io/comm/NotConnectedException.java trunk/freenet/src/freenet/io/comm/PeerContext.java trunk/freenet/src/freenet/io/comm/PeerParseException.java trunk/freenet/src/freenet/io/comm/ReferenceSignatureVerificationException.java trunk/freenet/src/freenet/io/xfer/AbortedException.java trunk/freenet/src/freenet/keys/BaseClientKey.java trunk/freenet/src/freenet/keys/ClientCHK.java trunk/freenet/src/freenet/keys/ClientKSK.java trunk/freenet/src/freenet/keys/ClientKeyBlock.java trunk/freenet/src/freenet/keys/ClientSSK.java trunk/freenet/src/freenet/keys/ClientSSKBlock.java trunk/freenet/src/freenet/keys/FreenetURI.java trunk/freenet/src/freenet/keys/InsertableClientSSK.java trunk/freenet/src/freenet/keys/InsertableUSK.java trunk/freenet/src/freenet/keys/Key.java trunk/freenet/src/freenet/keys/KeyBlock.java trunk/freenet/src/freenet/keys/KeyEncodeException.java trunk/freenet/src/freenet/keys/KeyVerifyException.java trunk/freenet/src/freenet/keys/SSKBlock.java trunk/freenet/src/freenet/keys/SSKDecodeException.java trunk/freenet/src/freenet/keys/SSKEncodeException.java trunk/freenet/src/freenet/keys/SSKVerifyException.java trunk/freenet/src/freenet/keys/USK.java trunk/freenet/src/freenet/node/AnyInsertSender.java trunk/freenet/src/freenet/node/AsyncMessageCallback.java trunk/freenet/src/freenet/node/BaseRequestThrottle.java trunk/freenet/src/freenet/node/ByteCounter.java trunk/freenet/src/freenet/node/CHKInsertSender.java trunk/freenet/src/freenet/node/CPUAdjustingSwapRequestInterval.java trunk/freenet/src/freenet/node/CPUUsageMonitor.java trunk/freenet/src/freenet/node/DNSRequester.java trunk/freenet/src/freenet/node/DSAPublicKeyDatabase.java trunk/freenet/src/freenet/node/FNPPacketMangler.java trunk/freenet/src/freenet/node/FastRunnable.java trunk/freenet/src/freenet/node/GlobalProbe.java trunk/freenet/src/freenet/node/InsertHandler.java trunk/freenet/src/freenet/node/KeyTracker.java trunk/freenet/src/freenet/node/LoggingConfigHandler.java trunk/freenet/src/freenet/node/MemoryChecker.java trunk/freenet/src/freenet/node/MessageItem.java trunk/freenet/src/freenet/node/NodeDispatcher.java trunk/freenet/src/freenet/node/NodeStarter.java trunk/freenet/src/freenet/node/PacketSequenceException.java trunk/freenet/src/freenet/node/PeerNodeStatus.java trunk/freenet/src/freenet/node/ProbeCallback.java trunk/freenet/src/freenet/node/RealNodePingTest.java trunk/freenet/src/freenet/node/RealNodeRequestInsertTest.java trunk/freenet/src/freenet/node/RealNodeRoutingTest.java trunk/freenet/src/freenet/node/RequestHandler.java trunk/freenet/src/freenet/node/RequestScheduler.java trunk/freenet/src/freenet/node/RequestStarterGroup.java trunk/freenet/src/freenet/node/ResendPacketItem.java trunk/freenet/src/freenet/node/RoutingContext.java trunk/freenet/src/freenet/node/SSKInsertHandler.java trunk/freenet/src/freenet/node/SSKInsertSender.java trunk/freenet/src/freenet/node/SendMessageOnErrorCallback.java trunk/freenet/src/freenet/node/SendableGet.java trunk/freenet/src/freenet/node/SendableInsert.java trunk/freenet/src/freenet/node/SimpleSendableInsert.java trunk/freenet/src/freenet/node/StaticSwapRequestInterval.java trunk/freenet/src/freenet/node/SwapRequestInterval.java trunk/freenet/src/freenet/node/TestnetHandler.java trunk/freenet/src/freenet/node/TestnetStatusUploader.java trunk/freenet/src/freenet/node/ThrottleWindowManager.java trunk/freenet/src/freenet/node/Ticker.java trunk/freenet/src/freenet/node/Version.java trunk/freenet/src/freenet/node/fcp/AddPeer.java trunk/freenet/src/freenet/node/fcp/AllDataMessage.java trunk/freenet/src/freenet/node/fcp/ClientGet.java trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java trunk/freenet/src/freenet/node/fcp/ClientPut.java trunk/freenet/src/freenet/node/fcp/ClientPutComplexDirMessage.java trunk/freenet/src/freenet/node/fcp/ClientPutDir.java trunk/freenet/src/freenet/node/fcp/ClientPutDiskDirMessage.java trunk/freenet/src/freenet/node/fcp/CloseConnectionDuplicateClientNameMessage.java trunk/freenet/src/freenet/node/fcp/DataCarryingMessage.java trunk/freenet/src/freenet/node/fcp/DataFoundMessage.java trunk/freenet/src/freenet/node/fcp/DirPutFile.java trunk/freenet/src/freenet/node/fcp/DiskDirPutFile.java trunk/freenet/src/freenet/node/fcp/EndListPeersMessage.java trunk/freenet/src/freenet/node/fcp/EndListPersistentRequestsMessage.java trunk/freenet/src/freenet/node/fcp/FCPConnectionInputHandler.java trunk/freenet/src/freenet/node/fcp/FCPConnectionOutputHandler.java trunk/freenet/src/freenet/node/fcp/FinishedCompressionMessage.java trunk/freenet/src/freenet/node/fcp/GenerateSSKMessage.java trunk/freenet/src/freenet/node/fcp/GetFailedMessage.java trunk/freenet/src/freenet/node/fcp/GetRequestStatusMessage.java trunk/freenet/src/freenet/node/fcp/IdentifierCollisionException.java trunk/freenet/src/freenet/node/fcp/IdentifierCollisionMessage.java trunk/freenet/src/freenet/node/fcp/ListPeersMessage.java trunk/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java trunk/freenet/src/freenet/node/fcp/MessageInvalidException.java trunk/freenet/src/freenet/node/fcp/ModifyPeer.java trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java trunk/freenet/src/freenet/node/fcp/NodeHelloMessage.java trunk/freenet/src/freenet/node/fcp/Peer.java trunk/freenet/src/freenet/node/fcp/PeerRemoved.java trunk/freenet/src/freenet/node/fcp/PersistenceParseException.java trunk/freenet/src/freenet/node/fcp/PersistentGet.java trunk/freenet/src/freenet/node/fcp/PersistentPut.java trunk/freenet/src/freenet/node/fcp/PersistentPutDir.java trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java trunk/freenet/src/freenet/node/fcp/PutFailedMessage.java trunk/freenet/src/freenet/node/fcp/PutFetchableMessage.java trunk/freenet/src/freenet/node/fcp/PutSuccessfulMessage.java trunk/freenet/src/freenet/node/fcp/RemovePeer.java trunk/freenet/src/freenet/node/fcp/RemovePersistentRequest.java trunk/freenet/src/freenet/node/fcp/SSKKeypairMessage.java trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java trunk/freenet/src/freenet/node/fcp/SimpleProgressMessage.java trunk/freenet/src/freenet/node/fcp/StartedCompressionMessage.java trunk/freenet/src/freenet/node/fcp/SubscribeUSK.java trunk/freenet/src/freenet/node/fcp/SubscribeUSKMessage.java trunk/freenet/src/freenet/node/fcp/SubscribedUSKUpdate.java trunk/freenet/src/freenet/node/fcp/URIGeneratedMessage.java trunk/freenet/src/freenet/node/fcp/WatchGlobal.java trunk/freenet/src/freenet/node/updater/AutoUpdateAllowedCallback.java trunk/freenet/src/freenet/node/updater/PrivkeyHasBeenBlownException.java trunk/freenet/src/freenet/node/updater/UpdateRevocationURICallback.java trunk/freenet/src/freenet/node/updater/UpdateURICallback.java trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java trunk/freenet/src/freenet/node/useralerts/BuildOldAgeUserAlert.java trunk/freenet/src/freenet/node/useralerts/N2NTMUserAlert.java trunk/freenet/src/freenet/node/useralerts/SimpleUserAlert.java trunk/freenet/src/freenet/plugin/HttpPlugin.java trunk/freenet/src/freenet/plugin/Plugin.java trunk/freenet/src/freenet/plugin/PluginManager.java trunk/freenet/src/freenet/plugin/TestHttpPlugin.java trunk/freenet/src/freenet/plugin/TestPlugin.java trunk/freenet/src/freenet/pluginmanager/DetectedIP.java trunk/freenet/src/freenet/pluginmanager/FredPlugin.java trunk/freenet/src/freenet/pluginmanager/FredPluginIPDetector.java trunk/freenet/src/freenet/pluginmanager/FredPluginThreadless.java trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java trunk/freenet/src/freenet/pluginmanager/PluginNotFoundException.java trunk/freenet/src/freenet/store/KeyCollisionException.java trunk/freenet/src/freenet/support/CPUInformation/UnknownCPUException.java trunk/freenet/src/freenet/support/io/ArrayBucketFactory.java trunk/freenet/src/freenet/support/io/Bucket.java trunk/freenet/src/freenet/support/io/BucketFactory.java trunk/freenet/src/freenet/support/io/CannotCreateFromFieldSetException.java trunk/freenet/src/freenet/support/io/FileBucket.java trunk/freenet/src/freenet/support/io/FileUtil.java trunk/freenet/src/freenet/support/io/LineReader.java trunk/freenet/src/freenet/support/io/LineReadingInputStream.java trunk/freenet/src/freenet/support/io/NullBucket.java trunk/freenet/src/freenet/support/io/NullInputStream.java trunk/freenet/src/freenet/support/io/NullOutputStream.java trunk/freenet/src/freenet/support/io/NullPersistentFileTracker.java trunk/freenet/src/freenet/support/io/NullWriter.java trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java trunk/freenet/src/freenet/support/io/PersistentEncryptedTempBucketFactory.java trunk/freenet/src/freenet/support/io/PersistentFileTracker.java trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java trunk/freenet/src/freenet/support/io/ReadOnlyFileSliceBucket.java trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucket.java trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucketUtil.java trunk/freenet/src/freenet/support/io/TempBucketHook.java trunk/freenet/src/freenet/support/io/TooLongException.java trunk/freenet/src/freenet/support/math/TimeDecayingRunningAverage.java trunk/freenet/src/freenet/tools/AddRef.java trunk/freenet/src/freenet/transport/IPUtil.java Log: Add GPL2+ headers to _most_ files. Don't have permissions for all files yet. Modified: trunk/freenet/src/freenet/client/ArchiveContext.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,10 +1,13 @@ +/* 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.client; import java.util.HashSet; - import freenet.keys.FreenetURI; /** + * @author amphibian (Matthew Toseland) * Object passed down a full fetch, including all the recursion. * Used, at present, for detecting archive fetch loops, hence the * name. Modified: trunk/freenet/src/freenet/client/ArchiveFailureException.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveFailureException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveFailureException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.IOException; @@ -3,4 +6,5 @@ /** + * @author amphibian (Matthew Toseland) * Thrown when an archive operation fails. */ Modified: trunk/freenet/src/freenet/client/ArchiveHandler.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.support.io.Bucket; @@ -3,4 +6,5 @@ /** + * @author toad * The public face (to Fetcher, for example) of ArchiveStoreContext. * Just has methods for fetching stuff. Modified: trunk/freenet/src/freenet/client/ArchiveKey.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveKey.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveKey.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/ArchiveRestartException.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveRestartException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveRestartException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; /** Modified: trunk/freenet/src/freenet/client/ArchiveStoreContext.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveStoreContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveStoreContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/ArchiveStoreItem.java =================================================================== --- trunk/freenet/src/freenet/client/ArchiveStoreItem.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ArchiveStoreItem.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.support.DoublyLinkedListImpl; Modified: trunk/freenet/src/freenet/client/ClientMetadata.java =================================================================== --- trunk/freenet/src/freenet/client/ClientMetadata.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ClientMetadata.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; /** Modified: trunk/freenet/src/freenet/client/DefaultMIMETypes.java =================================================================== --- trunk/freenet/src/freenet/client/DefaultMIMETypes.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/DefaultMIMETypes.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,3 +1,8 @@ +/* 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. + * Note that the mime type list is from the debian mime-types package, + * which is public information and public domain software. */ package freenet.client; import java.util.HashMap; Modified: trunk/freenet/src/freenet/client/ErrorArchiveStoreItem.java =================================================================== --- trunk/freenet/src/freenet/client/ErrorArchiveStoreItem.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/ErrorArchiveStoreItem.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/FECCodec.java =================================================================== --- trunk/freenet/src/freenet/client/FECCodec.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/FECCodec.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/FailureCodeTracker.java =================================================================== --- trunk/freenet/src/freenet/client/FailureCodeTracker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/FailureCodeTracker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.util.Collection; Modified: trunk/freenet/src/freenet/client/FetchResult.java =================================================================== --- trunk/freenet/src/freenet/client/FetchResult.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/FetchResult.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/FetchWaiter.java =================================================================== --- trunk/freenet/src/freenet/client/FetchWaiter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/FetchWaiter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.client.async.BaseClientPutter; Modified: trunk/freenet/src/freenet/client/HighLevelSimpleClient.java =================================================================== --- trunk/freenet/src/freenet/client/HighLevelSimpleClient.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/HighLevelSimpleClient.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.util.HashMap; Modified: trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java =================================================================== --- trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/InserterException.java =================================================================== --- trunk/freenet/src/freenet/client/InserterException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/InserterException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/MetadataParseException.java =================================================================== --- trunk/freenet/src/freenet/client/MetadataParseException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/MetadataParseException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/MetadataUnresolvedException.java =================================================================== --- trunk/freenet/src/freenet/client/MetadataUnresolvedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/MetadataUnresolvedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; public class MetadataUnresolvedException extends Exception { Modified: trunk/freenet/src/freenet/client/RealArchiveStoreItem.java =================================================================== --- trunk/freenet/src/freenet/client/RealArchiveStoreItem.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/RealArchiveStoreItem.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.File; Modified: trunk/freenet/src/freenet/client/SplitFetchException.java =================================================================== --- trunk/freenet/src/freenet/client/SplitFetchException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/SplitFetchException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; public class SplitFetchException extends FetchException { Modified: trunk/freenet/src/freenet/client/StandardOnionFECCodec.java =================================================================== --- trunk/freenet/src/freenet/client/StandardOnionFECCodec.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/StandardOnionFECCodec.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import java.io.DataInputStream; Modified: trunk/freenet/src/freenet/client/StartableSplitfileBlock.java =================================================================== --- trunk/freenet/src/freenet/client/StartableSplitfileBlock.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/StartableSplitfileBlock.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/TempStoreElement.java =================================================================== --- trunk/freenet/src/freenet/client/TempStoreElement.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/TempStoreElement.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +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.client; import java.io.File; Modified: trunk/freenet/src/freenet/client/async/BaseClientGetter.java =================================================================== --- trunk/freenet/src/freenet/client/async/BaseClientGetter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/BaseClientGetter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; public abstract class BaseClientGetter extends ClientRequester implements Modified: trunk/freenet/src/freenet/client/async/BaseClientPutter.java =================================================================== --- trunk/freenet/src/freenet/client/async/BaseClientPutter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/BaseClientPutter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; public abstract class BaseClientPutter extends ClientRequester { Modified: trunk/freenet/src/freenet/client/async/BaseSingleFileFetcher.java =================================================================== --- trunk/freenet/src/freenet/client/async/BaseSingleFileFetcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/BaseSingleFileFetcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetcherContext; Modified: trunk/freenet/src/freenet/client/async/ClientGetState.java =================================================================== --- trunk/freenet/src/freenet/client/async/ClientGetState.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ClientGetState.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; /** Modified: trunk/freenet/src/freenet/client/async/ClientGetter.java =================================================================== --- trunk/freenet/src/freenet/client/async/ClientGetter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ClientGetter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/ClientPutState.java =================================================================== --- trunk/freenet/src/freenet/client/async/ClientPutState.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ClientPutState.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.InserterException; Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java =================================================================== --- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.util.HashMap; Modified: trunk/freenet/src/freenet/client/async/ClientRequester.java =================================================================== --- trunk/freenet/src/freenet/client/async/ClientRequester.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ClientRequester.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/async/GetCompletionCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/GetCompletionCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/GetCompletionCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetchException; Modified: trunk/freenet/src/freenet/client/async/HealingQueue.java =================================================================== --- trunk/freenet/src/freenet/client/async/HealingQueue.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/HealingQueue.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.support.io.Bucket; Modified: trunk/freenet/src/freenet/client/async/ManifestElement.java =================================================================== --- trunk/freenet/src/freenet/client/async/ManifestElement.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ManifestElement.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/async/ResumeException.java =================================================================== --- trunk/freenet/src/freenet/client/async/ResumeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/ResumeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.support.io.CannotCreateFromFieldSetException; Modified: trunk/freenet/src/freenet/client/async/SimpleHealingQueue.java =================================================================== --- trunk/freenet/src/freenet/client/async/SimpleHealingQueue.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SimpleHealingQueue.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.util.HashMap; Modified: trunk/freenet/src/freenet/client/async/SingleBlockInserter.java =================================================================== --- trunk/freenet/src/freenet/client/async/SingleBlockInserter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SingleBlockInserter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/SingleFileFetcher.java =================================================================== --- trunk/freenet/src/freenet/client/async/SingleFileFetcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SingleFileFetcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcher.java =================================================================== --- trunk/freenet/src/freenet/client/async/SplitFileFetcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SplitFileFetcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java =================================================================== --- trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/SplitFileInserter.java =================================================================== --- trunk/freenet/src/freenet/client/async/SplitFileInserter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/SplitFileInserter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/USKCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.keys.USK; Modified: trunk/freenet/src/freenet/client/async/USKChecker.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKChecker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKChecker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetcherContext; Modified: trunk/freenet/src/freenet/client/async/USKCheckerCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKCheckerCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKCheckerCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.keys.ClientSSKBlock; Modified: trunk/freenet/src/freenet/client/async/USKFetcherCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKFetcherCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKFetcherCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; /** Modified: trunk/freenet/src/freenet/client/async/USKFetcherWrapper.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKFetcherWrapper.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKFetcherWrapper.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetchException; Modified: trunk/freenet/src/freenet/client/async/USKInserter.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKInserter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKInserter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.io.IOException; Modified: trunk/freenet/src/freenet/client/async/USKManager.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKManager.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKManager.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.util.HashMap; Modified: trunk/freenet/src/freenet/client/async/USKProxyCompletionCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKProxyCompletionCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKProxyCompletionCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetchException; Modified: trunk/freenet/src/freenet/client/async/USKRetriever.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKRetriever.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKRetriever.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/client/async/USKRetrieverCallback.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKRetrieverCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/async/USKRetrieverCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.async; import freenet.client.FetchResult; Modified: trunk/freenet/src/freenet/client/events/BlockInsertErrorEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/BlockInsertErrorEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/BlockInsertErrorEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.client.InserterException; Modified: trunk/freenet/src/freenet/client/events/ClientEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/ClientEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/ClientEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; /** Modified: trunk/freenet/src/freenet/client/events/ClientEventListener.java =================================================================== --- trunk/freenet/src/freenet/client/events/ClientEventListener.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/ClientEventListener.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; Modified: trunk/freenet/src/freenet/client/events/ClientEventProducer.java =================================================================== --- trunk/freenet/src/freenet/client/events/ClientEventProducer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/ClientEventProducer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; Modified: trunk/freenet/src/freenet/client/events/DecodedBlockEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/DecodedBlockEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/DecodedBlockEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.keys.ClientKey; Modified: trunk/freenet/src/freenet/client/events/EventDumper.java =================================================================== --- trunk/freenet/src/freenet/client/events/EventDumper.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/EventDumper.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import java.io.PrintWriter; Modified: trunk/freenet/src/freenet/client/events/EventLogger.java =================================================================== --- trunk/freenet/src/freenet/client/events/EventLogger.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/EventLogger.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.support.Logger; Modified: trunk/freenet/src/freenet/client/events/FetchedMetadataEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/FetchedMetadataEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/FetchedMetadataEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +1,8 @@ +/* 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.client.events; - public class FetchedMetadataEvent implements ClientEvent { public final static int code = 0x01; Modified: trunk/freenet/src/freenet/client/events/FinishedCompressionEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/FinishedCompressionEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/FinishedCompressionEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; public class FinishedCompressionEvent implements ClientEvent { Modified: trunk/freenet/src/freenet/client/events/GeneratedURIEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/GeneratedURIEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/GeneratedURIEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/client/events/GotBlockEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/GotBlockEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/GotBlockEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.keys.ClientKey; Modified: trunk/freenet/src/freenet/client/events/SimpleBlockPutEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/SimpleBlockPutEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/SimpleBlockPutEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.keys.ClientKey; Modified: trunk/freenet/src/freenet/client/events/SimpleEventProducer.java =================================================================== --- trunk/freenet/src/freenet/client/events/SimpleEventProducer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/SimpleEventProducer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import java.util.Enumeration; import java.util.NoSuchElementException; Modified: trunk/freenet/src/freenet/client/events/SplitfileProgressEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/SplitfileProgressEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/SplitfileProgressEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; import freenet.support.Logger; Modified: trunk/freenet/src/freenet/client/events/StartedCompressionEvent.java =================================================================== --- trunk/freenet/src/freenet/client/events/StartedCompressionEvent.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/client/events/StartedCompressionEvent.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.client.events; /** Modified: trunk/freenet/src/freenet/clients/http/Bookmark.java =================================================================== --- trunk/freenet/src/freenet/clients/http/Bookmark.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/Bookmark.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/clients/http/BookmarkManager.java =================================================================== --- trunk/freenet/src/freenet/clients/http/BookmarkManager.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/BookmarkManager.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.util.Vector; Modified: trunk/freenet/src/freenet/clients/http/N2NTMToadlet.java =================================================================== --- trunk/freenet/src/freenet/clients/http/N2NTMToadlet.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/N2NTMToadlet.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.io.IOException; Modified: trunk/freenet/src/freenet/clients/http/NinjaSpider.java =================================================================== --- trunk/freenet/src/freenet/clients/http/NinjaSpider.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/NinjaSpider.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.io.File; Modified: trunk/freenet/src/freenet/clients/http/PluginToadlet.java =================================================================== --- trunk/freenet/src/freenet/clients/http/PluginToadlet.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/PluginToadlet.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +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.clients.http; import java.io.IOException; Modified: trunk/freenet/src/freenet/clients/http/RedirectException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/RedirectException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/RedirectException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.net.URI; Modified: trunk/freenet/src/freenet/clients/http/Spider.java =================================================================== --- trunk/freenet/src/freenet/clients/http/Spider.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/Spider.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.io.BufferedWriter; Modified: trunk/freenet/src/freenet/clients/http/ToadletContainer.java =================================================================== --- trunk/freenet/src/freenet/clients/http/ToadletContainer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/ToadletContainer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; import java.net.URI; Modified: trunk/freenet/src/freenet/clients/http/ToadletContextClosedException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/ToadletContextClosedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/ToadletContextClosedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http; public class ToadletContextClosedException extends Exception { Modified: trunk/freenet/src/freenet/clients/http/filter/CSSParser.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSParser.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/CSSParser.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.Reader; @@ -39,9 +42,7 @@ } String processImportURL(String s) { - return "\"" - + HTMLFilter.sanitizeURI(HTMLFilter.stripQuotes(s), "text/css", null, cb) - + "\""; + return HTMLFilter.sanitizeURI(HTMLFilter.stripQuotes(s), "text/css", null, cb); } String processURL(String s) { Modified: trunk/freenet/src/freenet/clients/http/filter/CSSReadFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSReadFilter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/CSSReadFilter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.BufferedReader; Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +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. */ + * http://www.gnu.org/ for further details of the GPL. */ package freenet.clients.http.filter; import java.io.*; import java.util.*; Modified: trunk/freenet/src/freenet/clients/http/filter/CharsetExtractor.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CharsetExtractor.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/CharsetExtractor.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.IOException; Modified: trunk/freenet/src/freenet/clients/http/filter/ContentDataFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/ContentDataFilter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/ContentDataFilter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.IOException; Modified: trunk/freenet/src/freenet/clients/http/filter/ContentFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/ContentFilter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/ContentFilter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.EOFException; Modified: trunk/freenet/src/freenet/clients/http/filter/DataFilterException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/DataFilterException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/DataFilterException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import freenet.support.HTMLNode; Modified: trunk/freenet/src/freenet/clients/http/filter/FoundURICallback.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/FoundURICallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/FoundURICallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.net.URI; Modified: trunk/freenet/src/freenet/clients/http/filter/HTMLFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/HTMLFilter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/HTMLFilter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -28,7 +28,6 @@ import freenet.support.Logger; import freenet.support.io.Bucket; import freenet.support.io.BucketFactory; -import freenet.support.io.NullBucket; import freenet.support.io.NullWriter; public class HTMLFilter implements ContentDataFilter, CharsetExtractor { @@ -201,27 +200,10 @@ if (c == '"') { mode = INTAG; b.append(c); // Part of the element - } else if ((c == '>') || (c == '<')) { - if (!deleteErrors) { - throwFilterException("Tags in markup"); - b.append(c); - return new NullBucket(); - } else { - if (c == '>') { - w.write( - "<!-- Tags in string attribute -->"); - splitTag.clear(); - b = new StringBuffer(100); - mode = INTEXT; - balt = new StringBuffer(4000); - // End tag now - } else { - killTag = true; - writeAfterTag.append( - "<!-- Tags in string attribute -->"); - // Wait for end of tag then zap it - } - } + } else if (c == '>') { + b.append(">"); + } else if (c == '<') { + b.append("<"); } else { b.append(c); } @@ -230,30 +212,10 @@ if (c == '\'') { mode = INTAG; b.append(c); // Part of the element - } else if ((c == '>') || (c == '<')) { - if (!deleteErrors) { - throwFilterException("Tags in markup"); - b.append(c); - return new NullBucket(); - } else { - if (c == '>') { - w.write( - "<!-- Tags in string attribute -->"); - splitTag.clear(); - b = new StringBuffer(100); - balt = new StringBuffer(4000); - mode = INTEXT; - // End tag now - } else { - killTag = true; - writeAfterTag.append( - "<!-- Tags in string attribute -->"); - // Wait for end of tag then zap it - } - writeAfterTag.append( - "<!-- Tags in string attribute -->"); - killTag = true; - } + } else if (c == '<') { + b.append("<"); + } else if (c == '>') { + b.append(">"); } else { b.append(c); } Modified: trunk/freenet/src/freenet/clients/http/filter/KnownUnsafeContentTypeException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/KnownUnsafeContentTypeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/KnownUnsafeContentTypeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import freenet.support.HTMLNode; Modified: trunk/freenet/src/freenet/clients/http/filter/MIMEType.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/MIMEType.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/MIMEType.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; /** Modified: trunk/freenet/src/freenet/clients/http/filter/NullFilterCallback.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/NullFilterCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/NullFilterCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +1,8 @@ +/* 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.clients.http.filter; - public class NullFilterCallback implements FilterCallback { public boolean allowGetForms() { Modified: trunk/freenet/src/freenet/clients/http/filter/UnknownContentTypeException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/UnknownContentTypeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/UnknownContentTypeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import freenet.support.HTMLEncoder; Modified: trunk/freenet/src/freenet/clients/http/filter/UnsafeContentTypeException.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/UnsafeContentTypeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/clients/http/filter/UnsafeContentTypeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.clients.http.filter; import java.io.IOException; Modified: trunk/freenet/src/freenet/config/BooleanCallback.java =================================================================== --- trunk/freenet/src/freenet/config/BooleanCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/BooleanCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Modified: trunk/freenet/src/freenet/config/BooleanOption.java =================================================================== --- trunk/freenet/src/freenet/config/BooleanOption.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/BooleanOption.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; public class BooleanOption extends Option { Modified: trunk/freenet/src/freenet/config/Config.java =================================================================== --- trunk/freenet/src/freenet/config/Config.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/Config.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; import java.util.HashMap; Modified: trunk/freenet/src/freenet/config/FilePersistentConfig.java =================================================================== --- trunk/freenet/src/freenet/config/FilePersistentConfig.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/FilePersistentConfig.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; import java.io.BufferedInputStream; Modified: trunk/freenet/src/freenet/config/IntCallback.java =================================================================== --- trunk/freenet/src/freenet/config/IntCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/IntCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Modified: trunk/freenet/src/freenet/config/IntOption.java =================================================================== --- trunk/freenet/src/freenet/config/IntOption.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/IntOption.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; import freenet.support.Fields; Modified: trunk/freenet/src/freenet/config/InvalidConfigValueException.java =================================================================== --- trunk/freenet/src/freenet/config/InvalidConfigValueException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/InvalidConfigValueException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Modified: trunk/freenet/src/freenet/config/LongCallback.java =================================================================== --- trunk/freenet/src/freenet/config/LongCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/LongCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Modified: trunk/freenet/src/freenet/config/LongOption.java =================================================================== --- trunk/freenet/src/freenet/config/LongOption.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/LongOption.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; import freenet.support.Fields; Modified: trunk/freenet/src/freenet/config/StringArrCallback.java =================================================================== --- trunk/freenet/src/freenet/config/StringArrCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/StringArrCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Callback (getter/setter) for a string config variable */ Modified: trunk/freenet/src/freenet/config/StringCallback.java =================================================================== --- trunk/freenet/src/freenet/config/StringCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/StringCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; /** Callback (getter/setter) for a string config variable */ Modified: trunk/freenet/src/freenet/config/StringOption.java =================================================================== --- trunk/freenet/src/freenet/config/StringOption.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/StringOption.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; public class StringOption extends Option { Modified: trunk/freenet/src/freenet/config/SubConfig.java =================================================================== --- trunk/freenet/src/freenet/config/SubConfig.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/config/SubConfig.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.config; import java.util.HashMap; Modified: trunk/freenet/src/freenet/crypt/BlockCipher.java =================================================================== --- trunk/freenet/src/freenet/crypt/BlockCipher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/BlockCipher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,11 +1,8 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ - /** * Defines the interface that must be implemented by symmetric block ciphers * used in the Freenet cryptography architecture Modified: trunk/freenet/src/freenet/crypt/CipherInputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/CipherInputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/CipherInputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,7 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ import java.io.*; Modified: trunk/freenet/src/freenet/crypt/CipherModes.java =================================================================== --- trunk/freenet/src/freenet/crypt/CipherModes.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/CipherModes.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; public interface CipherModes { Modified: trunk/freenet/src/freenet/crypt/CipherOutputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/CipherOutputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/CipherOutputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,8 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ + import java.io.*; /** Modified: trunk/freenet/src/freenet/crypt/CryptoElement.java =================================================================== --- trunk/freenet/src/freenet/crypt/CryptoElement.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/CryptoElement.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; /** @@ -5,7 +8,6 @@ * * @author oskar */ - public interface CryptoElement { //public void write(OutputStream o) throws IOException; Modified: trunk/freenet/src/freenet/crypt/CryptoKey.java =================================================================== --- trunk/freenet/src/freenet/crypt/CryptoKey.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/CryptoKey.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.DataInputStream; Modified: trunk/freenet/src/freenet/crypt/DHGroup.java =================================================================== --- trunk/freenet/src/freenet/crypt/DHGroup.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DHGroup.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.DataInputStream; Modified: trunk/freenet/src/freenet/crypt/DSA.java =================================================================== --- trunk/freenet/src/freenet/crypt/DSA.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DSA.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.math.BigInteger; Modified: trunk/freenet/src/freenet/crypt/DSAGroup.java =================================================================== --- trunk/freenet/src/freenet/crypt/DSAGroup.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DSAGroup.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.IOException; Modified: trunk/freenet/src/freenet/crypt/DSAGroupGenerator.java =================================================================== --- trunk/freenet/src/freenet/crypt/DSAGroupGenerator.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DSAGroupGenerator.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.math.BigInteger; Modified: trunk/freenet/src/freenet/crypt/DSAPrivateKey.java =================================================================== --- trunk/freenet/src/freenet/crypt/DSAPrivateKey.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DSAPrivateKey.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.math.BigInteger; Modified: trunk/freenet/src/freenet/crypt/DSASignature.java =================================================================== --- trunk/freenet/src/freenet/crypt/DSASignature.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DSASignature.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.IOException; Modified: trunk/freenet/src/freenet/crypt/DecipherOutputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/DecipherOutputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DecipherOutputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.*; Modified: trunk/freenet/src/freenet/crypt/DecryptionFailedException.java =================================================================== --- trunk/freenet/src/freenet/crypt/DecryptionFailedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DecryptionFailedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; public class DecryptionFailedException extends Exception { Modified: trunk/freenet/src/freenet/crypt/Digest.java =================================================================== --- trunk/freenet/src/freenet/crypt/Digest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/Digest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,7 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ public interface Digest { Modified: trunk/freenet/src/freenet/crypt/DigestFactory.java =================================================================== --- trunk/freenet/src/freenet/crypt/DigestFactory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DigestFactory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,7 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ /* * @deprecated Digests should be able to reinitialize themselves instead Modified: trunk/freenet/src/freenet/crypt/DigestInputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/DigestInputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DigestInputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.*; Modified: trunk/freenet/src/freenet/crypt/DigestOutputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/DigestOutputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DigestOutputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.*; Modified: trunk/freenet/src/freenet/crypt/DummyRandomSource.java =================================================================== --- trunk/freenet/src/freenet/crypt/DummyRandomSource.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/DummyRandomSource.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; /** Modified: trunk/freenet/src/freenet/crypt/EncipherInputStream.java =================================================================== --- trunk/freenet/src/freenet/crypt/EncipherInputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/EncipherInputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,7 @@ package freenet.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ +/* 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. */ import java.io.*; Modified: trunk/freenet/src/freenet/crypt/EntropySource.java =================================================================== --- trunk/freenet/src/freenet/crypt/EntropySource.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/EntropySource.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,11 +1,8 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ - /** * A token used as an argument to a RandomSource's acceptTimerEntropy. * One such token must exist for each timed source. Modified: trunk/freenet/src/freenet/crypt/Global.java =================================================================== --- trunk/freenet/src/freenet/crypt/Global.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/Global.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import net.i2p.util.NativeBigInteger; Modified: trunk/freenet/src/freenet/crypt/JavaSHA1.java =================================================================== --- trunk/freenet/src/freenet/crypt/JavaSHA1.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/JavaSHA1.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,11 +1,9 @@ +/* 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.crypt; import java.security.*; /* - Copyright 2003 Matthew Toseland - Subject to Gnu General Public License version 2 - Part of Freenet, http://freenetproject.org/ -*/ -/* Implements an SHA-1 digest using javax.crypto */ Modified: trunk/freenet/src/freenet/crypt/KEProtocol.java =================================================================== --- trunk/freenet/src/freenet/crypt/KEProtocol.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/KEProtocol.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.IOException; @@ -4,12 +7,6 @@ import java.io.InputStream; import java.io.OutputStream; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ - /** * Defines the interface that must be implemented by key-exchange protocols * such as RSA and Diffie-Helman Modified: trunk/freenet/src/freenet/crypt/KeyAgreementSchemeContext.java =================================================================== --- trunk/freenet/src/freenet/crypt/KeyAgreementSchemeContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/KeyAgreementSchemeContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import freenet.crypt.ciphers.Rijndael; Modified: trunk/freenet/src/freenet/crypt/PCFBMode.java =================================================================== --- trunk/freenet/src/freenet/crypt/PCFBMode.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/PCFBMode.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,9 +1,8 @@ +/* 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.crypt; -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ + import java.io.*; /** Modified: trunk/freenet/src/freenet/crypt/RandomSource.java =================================================================== --- trunk/freenet/src/freenet/crypt/RandomSource.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/RandomSource.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.util.Random; @@ -2,8 +5,2 @@ -/* - This code is part of the Java Adaptive Network Client by Ian Clarke. - It is distributed under the GNU Public Licence (GPL) version 2. See - http://www.gnu.org/ for further details of the GPL. -*/ - /** Modified: trunk/freenet/src/freenet/crypt/SHA1.java =================================================================== --- trunk/freenet/src/freenet/crypt/SHA1.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/SHA1.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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. */ /**<PRE> * SHA1.java - An implementation of the SHA-1 Algorithm * This version integrated into Freenet by Ian Clarke (02-02-2000) Modified: trunk/freenet/src/freenet/crypt/SHA1Factory.java =================================================================== --- trunk/freenet/src/freenet/crypt/SHA1Factory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/SHA1Factory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; public class SHA1Factory implements DigestFactory { Modified: trunk/freenet/src/freenet/crypt/StationToStationContext.java =================================================================== --- trunk/freenet/src/freenet/crypt/StationToStationContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/crypt/StationToStationContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.crypt; import java.io.ByteArrayInputStream; Modified: trunk/freenet/src/freenet/io/comm/DisconnectedException.java =================================================================== --- trunk/freenet/src/freenet/io/comm/DisconnectedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/DisconnectedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/Dispatcher.java =================================================================== --- trunk/freenet/src/freenet/io/comm/Dispatcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/Dispatcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,18 +1,8 @@ -/* - * Created on Jan 21, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments - */ +/* 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.io.comm; - -/** - * @author root - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Generation - Code and Comments - */ public interface Dispatcher { /** Modified: trunk/freenet/src/freenet/io/comm/DummyPeerContext.java =================================================================== --- trunk/freenet/src/freenet/io/comm/DummyPeerContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/DummyPeerContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/DumpDispatcher.java =================================================================== --- trunk/freenet/src/freenet/io/comm/DumpDispatcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/DumpDispatcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/FreenetInetAddress.java =================================================================== --- trunk/freenet/src/freenet/io/comm/FreenetInetAddress.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/FreenetInetAddress.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; import java.io.DataInputStream; @@ -14,7 +17,7 @@ * Long-term InetAddress. If created with an IP address, then the IP address is primary. * If created with a name, then the name is primary, and the IP address can change. * Most code ripped from Peer. - * @author root + * @author amphibian * */ public class FreenetInetAddress { Modified: trunk/freenet/src/freenet/io/comm/IOStatisticCollector.java =================================================================== --- trunk/freenet/src/freenet/io/comm/IOStatisticCollector.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/IOStatisticCollector.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; import java.util.Date; Modified: trunk/freenet/src/freenet/io/comm/LowLevelFilter.java =================================================================== --- trunk/freenet/src/freenet/io/comm/LowLevelFilter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/LowLevelFilter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/LowLevelFilterException.java =================================================================== --- trunk/freenet/src/freenet/io/comm/LowLevelFilterException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/LowLevelFilterException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; public class LowLevelFilterException extends Exception { Modified: trunk/freenet/src/freenet/io/comm/NotConnectedException.java =================================================================== --- trunk/freenet/src/freenet/io/comm/NotConnectedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/NotConnectedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/PeerContext.java =================================================================== --- trunk/freenet/src/freenet/io/comm/PeerContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/PeerContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/PeerParseException.java =================================================================== --- trunk/freenet/src/freenet/io/comm/PeerParseException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/PeerParseException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/comm/ReferenceSignatureVerificationException.java =================================================================== --- trunk/freenet/src/freenet/io/comm/ReferenceSignatureVerificationException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/comm/ReferenceSignatureVerificationException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.comm; /** Modified: trunk/freenet/src/freenet/io/xfer/AbortedException.java =================================================================== --- trunk/freenet/src/freenet/io/xfer/AbortedException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/io/xfer/AbortedException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.xfer; /** Modified: trunk/freenet/src/freenet/keys/BaseClientKey.java =================================================================== --- trunk/freenet/src/freenet/keys/BaseClientKey.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/BaseClientKey.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/keys/ClientCHK.java =================================================================== --- trunk/freenet/src/freenet/keys/ClientCHK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/ClientCHK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.DataInputStream; Modified: trunk/freenet/src/freenet/keys/ClientKSK.java =================================================================== --- trunk/freenet/src/freenet/keys/ClientKSK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/ClientKSK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.UnsupportedEncodingException; Modified: trunk/freenet/src/freenet/keys/ClientKeyBlock.java =================================================================== --- trunk/freenet/src/freenet/keys/ClientKeyBlock.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/ClientKeyBlock.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.IOException; Modified: trunk/freenet/src/freenet/keys/ClientSSK.java =================================================================== --- trunk/freenet/src/freenet/keys/ClientSSK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/ClientSSK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.UnsupportedEncodingException; Modified: trunk/freenet/src/freenet/keys/ClientSSKBlock.java =================================================================== --- trunk/freenet/src/freenet/keys/ClientSSKBlock.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/ClientSSKBlock.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.IOException; Modified: trunk/freenet/src/freenet/keys/FreenetURI.java =================================================================== --- trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.ByteArrayInputStream; Modified: trunk/freenet/src/freenet/keys/InsertableClientSSK.java =================================================================== --- trunk/freenet/src/freenet/keys/InsertableClientSSK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/InsertableClientSSK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.IOException; Modified: trunk/freenet/src/freenet/keys/InsertableUSK.java =================================================================== --- trunk/freenet/src/freenet/keys/InsertableUSK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/InsertableUSK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/keys/Key.java =================================================================== --- trunk/freenet/src/freenet/keys/Key.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/Key.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.io.DataInput; Modified: trunk/freenet/src/freenet/keys/KeyBlock.java =================================================================== --- trunk/freenet/src/freenet/keys/KeyBlock.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/KeyBlock.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; /** Modified: trunk/freenet/src/freenet/keys/KeyEncodeException.java =================================================================== --- trunk/freenet/src/freenet/keys/KeyEncodeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/KeyEncodeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; public class KeyEncodeException extends Exception { Modified: trunk/freenet/src/freenet/keys/KeyVerifyException.java =================================================================== --- trunk/freenet/src/freenet/keys/KeyVerifyException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/KeyVerifyException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; public class KeyVerifyException extends Exception { Modified: trunk/freenet/src/freenet/keys/SSKBlock.java =================================================================== --- trunk/freenet/src/freenet/keys/SSKBlock.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/SSKBlock.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.security.MessageDigest; Modified: trunk/freenet/src/freenet/keys/SSKDecodeException.java =================================================================== --- trunk/freenet/src/freenet/keys/SSKDecodeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/SSKDecodeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; public class SSKDecodeException extends KeyDecodeException { Modified: trunk/freenet/src/freenet/keys/SSKEncodeException.java =================================================================== --- trunk/freenet/src/freenet/keys/SSKEncodeException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/SSKEncodeException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; public class SSKEncodeException extends KeyEncodeException { Modified: trunk/freenet/src/freenet/keys/SSKVerifyException.java =================================================================== --- trunk/freenet/src/freenet/keys/SSKVerifyException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/SSKVerifyException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; /** Modified: trunk/freenet/src/freenet/keys/USK.java =================================================================== --- trunk/freenet/src/freenet/keys/USK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/keys/USK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.keys; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/node/AnyInsertSender.java =================================================================== --- trunk/freenet/src/freenet/node/AnyInsertSender.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/AnyInsertSender.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; public interface AnyInsertSender { Modified: trunk/freenet/src/freenet/node/AsyncMessageCallback.java =================================================================== --- trunk/freenet/src/freenet/node/AsyncMessageCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/AsyncMessageCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/BaseRequestThrottle.java =================================================================== --- trunk/freenet/src/freenet/node/BaseRequestThrottle.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/BaseRequestThrottle.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; public interface BaseRequestThrottle { Modified: trunk/freenet/src/freenet/node/ByteCounter.java =================================================================== --- trunk/freenet/src/freenet/node/ByteCounter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/ByteCounter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/CHKInsertSender.java =================================================================== --- trunk/freenet/src/freenet/node/CHKInsertSender.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/CHKInsertSender.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.HashSet; Modified: trunk/freenet/src/freenet/node/CPUAdjustingSwapRequestInterval.java =================================================================== --- trunk/freenet/src/freenet/node/CPUAdjustingSwapRequestInterval.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/CPUAdjustingSwapRequestInterval.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.support.Logger; Modified: trunk/freenet/src/freenet/node/CPUUsageMonitor.java =================================================================== --- trunk/freenet/src/freenet/node/CPUUsageMonitor.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/CPUUsageMonitor.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.BufferedReader; Modified: trunk/freenet/src/freenet/node/DNSRequester.java =================================================================== --- trunk/freenet/src/freenet/node/DNSRequester.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/DNSRequester.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.support.Logger; Modified: trunk/freenet/src/freenet/node/DSAPublicKeyDatabase.java =================================================================== --- trunk/freenet/src/freenet/node/DSAPublicKeyDatabase.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/DSAPublicKeyDatabase.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.crypt.DSAPublicKey; Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java =================================================================== --- trunk/freenet/src/freenet/node/FNPPacketMangler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.security.MessageDigest; Modified: trunk/freenet/src/freenet/node/FastRunnable.java =================================================================== --- trunk/freenet/src/freenet/node/FastRunnable.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/FastRunnable.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/GlobalProbe.java =================================================================== --- trunk/freenet/src/freenet/node/GlobalProbe.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/GlobalProbe.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.support.Logger; Modified: trunk/freenet/src/freenet/node/InsertHandler.java =================================================================== --- trunk/freenet/src/freenet/node/InsertHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/InsertHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.io.comm.DMT; Modified: trunk/freenet/src/freenet/node/KeyTracker.java =================================================================== --- trunk/freenet/src/freenet/node/KeyTracker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/KeyTracker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.Enumeration; Modified: trunk/freenet/src/freenet/node/LoggingConfigHandler.java =================================================================== --- trunk/freenet/src/freenet/node/LoggingConfigHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/LoggingConfigHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.File; Modified: trunk/freenet/src/freenet/node/MemoryChecker.java =================================================================== --- trunk/freenet/src/freenet/node/MemoryChecker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/MemoryChecker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.support.Logger; Modified: trunk/freenet/src/freenet/node/MessageItem.java =================================================================== --- trunk/freenet/src/freenet/node/MessageItem.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/MessageItem.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.io.comm.Message; Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java =================================================================== --- trunk/freenet/src/freenet/node/NodeDispatcher.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/NodeDispatcher.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.HashSet; Modified: trunk/freenet/src/freenet/node/NodeStarter.java =================================================================== --- trunk/freenet/src/freenet/node/NodeStarter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/NodeStarter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.File; Modified: trunk/freenet/src/freenet/node/PacketSequenceException.java =================================================================== --- trunk/freenet/src/freenet/node/PacketSequenceException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/PacketSequenceException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.io.comm.LowLevelFilterException; Modified: trunk/freenet/src/freenet/node/PeerNodeStatus.java =================================================================== --- trunk/freenet/src/freenet/node/PeerNodeStatus.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/PeerNodeStatus.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.Hashtable; Modified: trunk/freenet/src/freenet/node/ProbeCallback.java =================================================================== --- trunk/freenet/src/freenet/node/ProbeCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/ProbeCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Callback for a locally initiated probe request */ Modified: trunk/freenet/src/freenet/node/RealNodePingTest.java =================================================================== --- trunk/freenet/src/freenet/node/RealNodePingTest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RealNodePingTest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.crypt.DiffieHellman; Modified: trunk/freenet/src/freenet/node/RealNodeRequestInsertTest.java =================================================================== --- trunk/freenet/src/freenet/node/RealNodeRequestInsertTest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RealNodeRequestInsertTest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.File; Modified: trunk/freenet/src/freenet/node/RealNodeRoutingTest.java =================================================================== --- trunk/freenet/src/freenet/node/RealNodeRoutingTest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RealNodeRoutingTest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.File; Modified: trunk/freenet/src/freenet/node/RequestHandler.java =================================================================== --- trunk/freenet/src/freenet/node/RequestHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RequestHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.crypt.DSAPublicKey; Modified: trunk/freenet/src/freenet/node/RequestScheduler.java =================================================================== --- trunk/freenet/src/freenet/node/RequestScheduler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RequestScheduler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; public interface RequestScheduler { Modified: trunk/freenet/src/freenet/node/RequestStarterGroup.java =================================================================== --- trunk/freenet/src/freenet/node/RequestStarterGroup.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RequestStarterGroup.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.client.async.ClientRequestScheduler; Modified: trunk/freenet/src/freenet/node/ResendPacketItem.java =================================================================== --- trunk/freenet/src/freenet/node/ResendPacketItem.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/ResendPacketItem.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/RoutingContext.java =================================================================== --- trunk/freenet/src/freenet/node/RoutingContext.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/RoutingContext.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.HashSet; Modified: trunk/freenet/src/freenet/node/SSKInsertHandler.java =================================================================== --- trunk/freenet/src/freenet/node/SSKInsertHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SSKInsertHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.IOException; Modified: trunk/freenet/src/freenet/node/SSKInsertSender.java =================================================================== --- trunk/freenet/src/freenet/node/SSKInsertSender.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SSKInsertSender.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.security.MessageDigest; Modified: trunk/freenet/src/freenet/node/SendMessageOnErrorCallback.java =================================================================== --- trunk/freenet/src/freenet/node/SendMessageOnErrorCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SendMessageOnErrorCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.io.comm.Message; Modified: trunk/freenet/src/freenet/node/SendableGet.java =================================================================== --- trunk/freenet/src/freenet/node/SendableGet.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SendableGet.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.keys.ClientKey; Modified: trunk/freenet/src/freenet/node/SendableInsert.java =================================================================== --- trunk/freenet/src/freenet/node/SendableInsert.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SendableInsert.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/SimpleSendableInsert.java =================================================================== --- trunk/freenet/src/freenet/node/SimpleSendableInsert.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SimpleSendableInsert.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.client.async.ClientRequester; Modified: trunk/freenet/src/freenet/node/StaticSwapRequestInterval.java =================================================================== --- trunk/freenet/src/freenet/node/StaticSwapRequestInterval.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/StaticSwapRequestInterval.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; public class StaticSwapRequestInterval implements SwapRequestInterval { Modified: trunk/freenet/src/freenet/node/SwapRequestInterval.java =================================================================== --- trunk/freenet/src/freenet/node/SwapRequestInterval.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/SwapRequestInterval.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; /** Modified: trunk/freenet/src/freenet/node/TestnetHandler.java =================================================================== --- trunk/freenet/src/freenet/node/TestnetHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/TestnetHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.BufferedReader; Modified: trunk/freenet/src/freenet/node/TestnetStatusUploader.java =================================================================== --- trunk/freenet/src/freenet/node/TestnetStatusUploader.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/TestnetStatusUploader.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.io.IOException; Modified: trunk/freenet/src/freenet/node/ThrottleWindowManager.java =================================================================== --- trunk/freenet/src/freenet/node/ThrottleWindowManager.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/ThrottleWindowManager.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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 freenet.support.Logger; Modified: trunk/freenet/src/freenet/node/Ticker.java =================================================================== --- trunk/freenet/src/freenet/node/Ticker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/Ticker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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; public interface Ticker { Modified: trunk/freenet/src/freenet/node/Version.java =================================================================== --- trunk/freenet/src/freenet/node/Version.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/Version.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.Calendar; Modified: trunk/freenet/src/freenet/node/fcp/AddPeer.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/AddPeer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/AddPeer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.BufferedReader; Modified: trunk/freenet/src/freenet/node/fcp/AllDataMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/AllDataMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/AllDataMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/ClientGet.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientGet.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientGet.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientHelloMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/ClientPut.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientPut.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientPut.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/ClientPutComplexDirMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientPutComplexDirMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientPutComplexDirMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.IOException; Modified: trunk/freenet/src/freenet/node/fcp/ClientPutDir.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientPutDir.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientPutDir.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/ClientPutDiskDirMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ClientPutDiskDirMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ClientPutDiskDirMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/CloseConnectionDuplicateClientNameMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/CloseConnectionDuplicateClientNameMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/CloseConnectionDuplicateClientNameMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/DataCarryingMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/DataCarryingMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/DataCarryingMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.IOException; Modified: trunk/freenet/src/freenet/node/fcp/DataFoundMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/DataFoundMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/DataFoundMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.client.FetchResult; Modified: trunk/freenet/src/freenet/node/fcp/DirPutFile.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/DirPutFile.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/DirPutFile.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.client.ClientMetadata; Modified: trunk/freenet/src/freenet/node/fcp/DiskDirPutFile.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/DiskDirPutFile.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/DiskDirPutFile.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/EndListPeersMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/EndListPeersMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/EndListPeersMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/EndListPersistentRequestsMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/EndListPersistentRequestsMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/EndListPersistentRequestsMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/FCPConnectionInputHandler.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/FCPConnectionInputHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/FCPConnectionInputHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.IOException; Modified: trunk/freenet/src/freenet/node/fcp/FCPConnectionOutputHandler.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/FCPConnectionOutputHandler.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/FCPConnectionOutputHandler.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.IOException; Modified: trunk/freenet/src/freenet/node/fcp/FinishedCompressionMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/FinishedCompressionMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/FinishedCompressionMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.client.events.FinishedCompressionEvent; Modified: trunk/freenet/src/freenet/node/fcp/GenerateSSKMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/GenerateSSKMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/GenerateSSKMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/node/fcp/GetFailedMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/GetFailedMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/GetFailedMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/node/fcp/GetRequestStatusMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/GetRequestStatusMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/GetRequestStatusMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/IdentifierCollisionException.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/IdentifierCollisionException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/IdentifierCollisionException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; /** Modified: trunk/freenet/src/freenet/node/fcp/IdentifierCollisionMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/IdentifierCollisionMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/IdentifierCollisionMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/ListPeersMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ListPeersMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ListPeersMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/MessageInvalidException.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/MessageInvalidException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/MessageInvalidException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; /** Modified: trunk/freenet/src/freenet/node/fcp/ModifyPeer.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ModifyPeer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ModifyPeer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/NodeHelloMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/NodeHelloMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/NodeHelloMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/Peer.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/Peer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/Peer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/PeerRemoved.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PeerRemoved.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PeerRemoved.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/PersistenceParseException.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PersistenceParseException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PersistenceParseException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; /** Modified: trunk/freenet/src/freenet/node/fcp/PersistentGet.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PersistentGet.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PersistentGet.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/PersistentPut.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PersistentPut.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PersistentPut.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.io.File; Modified: trunk/freenet/src/freenet/node/fcp/PersistentPutDir.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PersistentPutDir.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PersistentPutDir.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.util.HashMap; Modified: trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ProtocolErrorMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/PutFailedMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PutFailedMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PutFailedMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/node/fcp/PutFetchableMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PutFetchableMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PutFetchableMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/node/fcp/PutSuccessfulMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/PutSuccessfulMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/PutSuccessfulMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/node/fcp/RemovePeer.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/RemovePeer.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/RemovePeer.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/RemovePersistentRequest.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/RemovePersistentRequest.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/RemovePersistentRequest.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/SSKKeypairMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/SSKKeypairMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/SSKKeypairMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/SimpleProgressMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/SimpleProgressMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/SimpleProgressMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.client.events.SplitfileProgressEvent; Modified: trunk/freenet/src/freenet/node/fcp/StartedCompressionMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/StartedCompressionMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/StartedCompressionMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/fcp/SubscribeUSK.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/SubscribeUSK.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/SubscribeUSK.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.client.async.USKCallback; Modified: trunk/freenet/src/freenet/node/fcp/SubscribeUSKMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/SubscribeUSKMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/SubscribeUSKMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/node/fcp/SubscribedUSKUpdate.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/SubscribedUSKUpdate.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/SubscribedUSKUpdate.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.USK; Modified: trunk/freenet/src/freenet/node/fcp/URIGeneratedMessage.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/URIGeneratedMessage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/URIGeneratedMessage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.keys.FreenetURI; Modified: trunk/freenet/src/freenet/node/fcp/WatchGlobal.java =================================================================== --- trunk/freenet/src/freenet/node/fcp/WatchGlobal.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/fcp/WatchGlobal.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.fcp; import freenet.node.Node; Modified: trunk/freenet/src/freenet/node/updater/AutoUpdateAllowedCallback.java =================================================================== --- trunk/freenet/src/freenet/node/updater/AutoUpdateAllowedCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/updater/AutoUpdateAllowedCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.updater; import freenet.config.BooleanCallback; Modified: trunk/freenet/src/freenet/node/updater/PrivkeyHasBeenBlownException.java =================================================================== --- trunk/freenet/src/freenet/node/updater/PrivkeyHasBeenBlownException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/updater/PrivkeyHasBeenBlownException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.updater; import freenet.support.HTMLEncoder; Modified: trunk/freenet/src/freenet/node/updater/UpdateRevocationURICallback.java =================================================================== --- trunk/freenet/src/freenet/node/updater/UpdateRevocationURICallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/updater/UpdateRevocationURICallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.updater; import freenet.config.StringCallback; Modified: trunk/freenet/src/freenet/node/updater/UpdateURICallback.java =================================================================== --- trunk/freenet/src/freenet/node/updater/UpdateURICallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/updater/UpdateURICallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.updater; import freenet.config.StringCallback; Modified: trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java =================================================================== --- trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.updater; import org.tanukisoftware.wrapper.WrapperManager; Modified: trunk/freenet/src/freenet/node/useralerts/BuildOldAgeUserAlert.java =================================================================== --- trunk/freenet/src/freenet/node/useralerts/BuildOldAgeUserAlert.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/useralerts/BuildOldAgeUserAlert.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.useralerts; import freenet.support.HTMLNode; Modified: trunk/freenet/src/freenet/node/useralerts/N2NTMUserAlert.java =================================================================== --- trunk/freenet/src/freenet/node/useralerts/N2NTMUserAlert.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/useralerts/N2NTMUserAlert.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.useralerts; import freenet.node.PeerNode; Modified: trunk/freenet/src/freenet/node/useralerts/SimpleUserAlert.java =================================================================== --- trunk/freenet/src/freenet/node/useralerts/SimpleUserAlert.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/node/useralerts/SimpleUserAlert.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.useralerts; import freenet.support.HTMLNode; Modified: trunk/freenet/src/freenet/plugin/HttpPlugin.java =================================================================== --- trunk/freenet/src/freenet/plugin/HttpPlugin.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/plugin/HttpPlugin.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.plugin; import java.io.IOException; Modified: trunk/freenet/src/freenet/plugin/Plugin.java =================================================================== --- trunk/freenet/src/freenet/plugin/Plugin.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/plugin/Plugin.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.plugin; /** Modified: trunk/freenet/src/freenet/plugin/PluginManager.java =================================================================== --- trunk/freenet/src/freenet/plugin/PluginManager.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/plugin/PluginManager.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.plugin; import java.net.MalformedURLException; Modified: trunk/freenet/src/freenet/plugin/TestHttpPlugin.java =================================================================== --- trunk/freenet/src/freenet/plugin/TestHttpPlugin.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/plugin/TestHttpPlugin.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +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.plugin; import java.io.IOException; Modified: trunk/freenet/src/freenet/plugin/TestPlugin.java =================================================================== --- trunk/freenet/src/freenet/plugin/TestPlugin.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/plugin/TestPlugin.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,6 +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.plugin; /** Modified: trunk/freenet/src/freenet/pluginmanager/DetectedIP.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/DetectedIP.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/DetectedIP.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; import java.net.InetAddress; Modified: trunk/freenet/src/freenet/pluginmanager/FredPlugin.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/FredPlugin.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/FredPlugin.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; public interface FredPlugin { Modified: trunk/freenet/src/freenet/pluginmanager/FredPluginIPDetector.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/FredPluginIPDetector.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/FredPluginIPDetector.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; public interface FredPluginIPDetector { Modified: trunk/freenet/src/freenet/pluginmanager/FredPluginThreadless.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/FredPluginThreadless.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/FredPluginThreadless.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; public interface FredPluginThreadless { Modified: trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/PluginHTTPException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; public class PluginHTTPException extends Exception { Modified: trunk/freenet/src/freenet/pluginmanager/PluginNotFoundException.java =================================================================== --- trunk/freenet/src/freenet/pluginmanager/PluginNotFoundException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/pluginmanager/PluginNotFoundException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.pluginmanager; public class PluginNotFoundException extends Exception { Modified: trunk/freenet/src/freenet/store/KeyCollisionException.java =================================================================== --- trunk/freenet/src/freenet/store/KeyCollisionException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/store/KeyCollisionException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.store; public class KeyCollisionException extends Exception { Modified: trunk/freenet/src/freenet/support/CPUInformation/UnknownCPUException.java =================================================================== --- trunk/freenet/src/freenet/support/CPUInformation/UnknownCPUException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/CPUInformation/UnknownCPUException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -1,11 +1,8 @@ -/* - * Created on Jul 16, 2004 - */ package freenet.support.CPUInformation; /** * @author Iakin - * + * Created on Jul 16, 2004 */ public class UnknownCPUException extends RuntimeException { private static final long serialVersionUID = -1; Modified: trunk/freenet/src/freenet/support/io/ArrayBucketFactory.java =================================================================== --- trunk/freenet/src/freenet/support/io/ArrayBucketFactory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/ArrayBucketFactory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/Bucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/Bucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/Bucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.*; /** Modified: trunk/freenet/src/freenet/support/io/BucketFactory.java =================================================================== --- trunk/freenet/src/freenet/support/io/BucketFactory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/BucketFactory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; @@ -2,3 +5,2 @@ - public interface BucketFactory { Modified: trunk/freenet/src/freenet/support/io/CannotCreateFromFieldSetException.java =================================================================== --- trunk/freenet/src/freenet/support/io/CannotCreateFromFieldSetException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/CannotCreateFromFieldSetException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; public class CannotCreateFromFieldSetException extends Exception { Modified: trunk/freenet/src/freenet/support/io/FileBucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/FileBucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/FileBucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.File; Modified: trunk/freenet/src/freenet/support/io/FileUtil.java =================================================================== --- trunk/freenet/src/freenet/support/io/FileUtil.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/FileUtil.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.File; Modified: trunk/freenet/src/freenet/support/io/LineReader.java =================================================================== --- trunk/freenet/src/freenet/support/io/LineReader.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/LineReader.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/LineReadingInputStream.java =================================================================== --- trunk/freenet/src/freenet/support/io/LineReadingInputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/LineReadingInputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.FilterInputStream; Modified: trunk/freenet/src/freenet/support/io/NullBucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/NullBucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/NullBucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.InputStream; import java.io.OutputStream; Modified: trunk/freenet/src/freenet/support/io/NullInputStream.java =================================================================== --- trunk/freenet/src/freenet/support/io/NullInputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/NullInputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.*; Modified: trunk/freenet/src/freenet/support/io/NullOutputStream.java =================================================================== --- trunk/freenet/src/freenet/support/io/NullOutputStream.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/NullOutputStream.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.*; Modified: trunk/freenet/src/freenet/support/io/NullPersistentFileTracker.java =================================================================== --- trunk/freenet/src/freenet/support/io/NullPersistentFileTracker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/NullPersistentFileTracker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.File; Modified: trunk/freenet/src/freenet/support/io/NullWriter.java =================================================================== --- trunk/freenet/src/freenet/support/io/NullWriter.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/NullWriter.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/PersistentEncryptedTempBucketFactory.java =================================================================== --- trunk/freenet/src/freenet/support/io/PersistentEncryptedTempBucketFactory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/PersistentEncryptedTempBucketFactory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/PersistentFileTracker.java =================================================================== --- trunk/freenet/src/freenet/support/io/PersistentFileTracker.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/PersistentFileTracker.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.File; Modified: trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java =================================================================== --- trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.File; Modified: trunk/freenet/src/freenet/support/io/ReadOnlyFileSliceBucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/ReadOnlyFileSliceBucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/ReadOnlyFileSliceBucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.EOFException; Modified: trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucket.java =================================================================== --- trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucket.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucket.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import freenet.support.SimpleFieldSet; Modified: trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucketUtil.java =================================================================== --- trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucketUtil.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/SerializableToFieldSetBucketUtil.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import freenet.crypt.RandomSource; Modified: trunk/freenet/src/freenet/support/io/TempBucketHook.java =================================================================== --- trunk/freenet/src/freenet/support/io/TempBucketHook.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/TempBucketHook.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/io/TooLongException.java =================================================================== --- trunk/freenet/src/freenet/support/io/TooLongException.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/io/TooLongException.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.io; import java.io.IOException; Modified: trunk/freenet/src/freenet/support/math/TimeDecayingRunningAverage.java =================================================================== --- trunk/freenet/src/freenet/support/math/TimeDecayingRunningAverage.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/support/math/TimeDecayingRunningAverage.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.support.math; import java.io.DataInputStream; Modified: trunk/freenet/src/freenet/tools/AddRef.java =================================================================== --- trunk/freenet/src/freenet/tools/AddRef.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/tools/AddRef.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.tools; import java.io.File; Modified: trunk/freenet/src/freenet/transport/IPUtil.java =================================================================== --- trunk/freenet/src/freenet/transport/IPUtil.java 2006-09-28 17:59:23 UTC (rev 10552) +++ trunk/freenet/src/freenet/transport/IPUtil.java 2006-09-28 18:21:36 UTC (rev 10553) @@ -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.transport; import java.net.InetAddress;
