gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35142 - in gnunet-java/src: main/java/org/gnunet/arm main/


From: gnunet
Subject: [GNUnet-SVN] r35142 - in gnunet-java/src: main/java/org/gnunet/arm main/java/org/gnunet/arm/messages main/java/org/gnunet/cadet main/java/org/gnunet/consensus main/java/org/gnunet/consensus/messages main/java/org/gnunet/construct main/java/org/gnunet/construct/parsers main/java/org/gnunet/core main/java/org/gnunet/core/messages main/java/org/gnunet/dht main/java/org/gnunet/dht/messages main/java/org/gnunet/gns main/java/org/gnunet/gns/messages main/java/org/gnunet/gns/records main/java/org/gnunet/hello main/java/org/gnunet/identity main/java/org/gnunet/identity/messages main/java/org/gnunet/mq main/java/org/gnunet/nse main/java/org/gnunet/peerinfo main/java/org/gnunet/peerinfo/messages main/java/org/gnunet/peerstore main/java/org/gnunet/peerstore/messages main/java/org/gnunet/requests main/java/org/gnunet/secretsharing main/java/org/gnunet/secretsharing/messages main/java/org/gnunet/statistics main/java/org/gnunet/statistics/messages main/java/org/gnunet/testbed main/java/org/gnu net/test bed/messages main/java/org/gnunet/testing main/java/org/gnunet/transport main/java/org/gnunet/transport/messages main/java/org/gnunet/util main/java/org/gnunet/util/crypto main/java/org/gnunet/util/getopt main/java/org/gnunet/voting main/java/org/gnunet/voting/messages main/java/org/grothoff test/java/org/gnunet/consensus test/java/org/gnunet/construct test/java/org/gnunet/core test/java/org/gnunet/dht test/java/org/gnunet/identity test/java/org/gnunet/nse test/java/org/gnunet/secretsharing test/java/org/gnunet/statistics test/java/org/gnunet/testbed test/java/org/gnunet/testing test/java/org/gnunet/transport test/java/org/gnunet/util test/java/org/gnunet/util/getopt test/java/org/gnunet/voting test/java/org/grothoff
Date: Sun, 8 Feb 2015 00:17:16 +0100

Author: grothoff
Date: 2015-02-08 00:17:15 +0100 (Sun, 08 Feb 2015)
New Revision: 35142

Modified:
   gnunet-java/src/main/java/org/gnunet/arm/Arm.java
   gnunet-java/src/main/java/org/gnunet/arm/ArmMonitor.java
   gnunet-java/src/main/java/org/gnunet/arm/ResultHandler.java
   gnunet-java/src/main/java/org/gnunet/arm/ServiceListHandler.java
   gnunet-java/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
   gnunet-java/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
   gnunet-java/src/main/java/org/gnunet/arm/messages/RequestMessage.java
   gnunet-java/src/main/java/org/gnunet/arm/messages/ResultMessage.java
   gnunet-java/src/main/java/org/gnunet/arm/messages/StatusMessage.java
   gnunet-java/src/main/java/org/gnunet/arm/package-info.java
   gnunet-java/src/main/java/org/gnunet/cadet/Cadet.java
   gnunet-java/src/main/java/org/gnunet/cadet/RejectMessage.java
   gnunet-java/src/main/java/org/gnunet/cadet/package-info.java
   gnunet-java/src/main/java/org/gnunet/consensus/Consensus.java
   gnunet-java/src/main/java/org/gnunet/consensus/ConsensusCallback.java
   gnunet-java/src/main/java/org/gnunet/consensus/ConsensusElement.java
   gnunet-java/src/main/java/org/gnunet/consensus/InsertDoneCallback.java
   
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
   gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java
   
gnunet-java/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
   gnunet-java/src/main/java/org/gnunet/consensus/messages/JoinMessage.java
   
gnunet-java/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java
   gnunet-java/src/main/java/org/gnunet/consensus/package-info.java
   gnunet-java/src/main/java/org/gnunet/construct/Construct.java
   gnunet-java/src/main/java/org/gnunet/construct/DoubleValue.java
   gnunet-java/src/main/java/org/gnunet/construct/FillWith.java
   gnunet-java/src/main/java/org/gnunet/construct/FixedSizeArray.java
   gnunet-java/src/main/java/org/gnunet/construct/FrameSize.java
   gnunet-java/src/main/java/org/gnunet/construct/Int16.java
   gnunet-java/src/main/java/org/gnunet/construct/Int32.java
   gnunet-java/src/main/java/org/gnunet/construct/Int64.java
   gnunet-java/src/main/java/org/gnunet/construct/Int8.java
   gnunet-java/src/main/java/org/gnunet/construct/IntegerFill.java
   gnunet-java/src/main/java/org/gnunet/construct/Message.java
   
gnunet-java/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java
   gnunet-java/src/main/java/org/gnunet/construct/MessageLoader.java
   gnunet-java/src/main/java/org/gnunet/construct/MessageUnion.java
   gnunet-java/src/main/java/org/gnunet/construct/NestedMessage.java
   
gnunet-java/src/main/java/org/gnunet/construct/ProtocolViolationException.java
   gnunet-java/src/main/java/org/gnunet/construct/ReflectUtil.java
   gnunet-java/src/main/java/org/gnunet/construct/StringTerminationType.java
   gnunet-java/src/main/java/org/gnunet/construct/UInt16.java
   gnunet-java/src/main/java/org/gnunet/construct/UInt32.java
   gnunet-java/src/main/java/org/gnunet/construct/UInt64.java
   gnunet-java/src/main/java/org/gnunet/construct/UInt8.java
   gnunet-java/src/main/java/org/gnunet/construct/Union.java
   gnunet-java/src/main/java/org/gnunet/construct/UnionCase.java
   gnunet-java/src/main/java/org/gnunet/construct/VariableSizeArray.java
   gnunet-java/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java
   gnunet-java/src/main/java/org/gnunet/construct/VariableSizeString.java
   gnunet-java/src/main/java/org/gnunet/construct/ZeroTerminatedString.java
   gnunet-java/src/main/java/org/gnunet/construct/package-info.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/DoubleParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/FillParser.java
   
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java
   
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/NestedParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/Parser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/SequenceParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/StringParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/UnionParser.java
   
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java
   
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java
   
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java
   gnunet-java/src/main/java/org/gnunet/construct/parsers/package-info.java
   gnunet-java/src/main/java/org/gnunet/core/ConnectHandler.java
   gnunet-java/src/main/java/org/gnunet/core/Core.java
   gnunet-java/src/main/java/org/gnunet/core/DisconnectHandler.java
   gnunet-java/src/main/java/org/gnunet/core/HeaderNotify.java
   gnunet-java/src/main/java/org/gnunet/core/InitCallback.java
   gnunet-java/src/main/java/org/gnunet/core/MessageNotify.java
   gnunet-java/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java
   
gnunet-java/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java
   gnunet-java/src/main/java/org/gnunet/core/messages/InitMessage.java
   gnunet-java/src/main/java/org/gnunet/core/messages/InitReplyMessage.java
   
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
   
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
   gnunet-java/src/main/java/org/gnunet/core/messages/SendMessage.java
   gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageReady.java
   gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageRequest.java
   gnunet-java/src/main/java/org/gnunet/core/package-info.java
   gnunet-java/src/main/java/org/gnunet/dht/BlockType.java
   gnunet-java/src/main/java/org/gnunet/dht/DistributedHashTable.java
   gnunet-java/src/main/java/org/gnunet/dht/MonitorGetHandler.java
   gnunet-java/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
   gnunet-java/src/main/java/org/gnunet/dht/MonitorPutHandler.java
   gnunet-java/src/main/java/org/gnunet/dht/ResultCallback.java
   gnunet-java/src/main/java/org/gnunet/dht/RouteOption.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
   
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
   gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
   gnunet-java/src/main/java/org/gnunet/dht/package-info.java
   gnunet-java/src/main/java/org/gnunet/gns/Gns.java
   gnunet-java/src/main/java/org/gnunet/gns/GnsRecord.java
   gnunet-java/src/main/java/org/gnunet/gns/LookupResultProcessor.java
   gnunet-java/src/main/java/org/gnunet/gns/RecordFlags.java
   gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java
   
gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java
   gnunet-java/src/main/java/org/gnunet/gns/package-info.java
   gnunet-java/src/main/java/org/gnunet/gns/records/ARecordData.java
   gnunet-java/src/main/java/org/gnunet/gns/records/RecordData.java
   gnunet-java/src/main/java/org/gnunet/gns/records/UnknownRecordData.java
   gnunet-java/src/main/java/org/gnunet/gns/records/package-info.java
   gnunet-java/src/main/java/org/gnunet/hello/HelloMessage.java
   gnunet-java/src/main/java/org/gnunet/hello/package-info.java
   gnunet-java/src/main/java/org/gnunet/identity/Identity.java
   gnunet-java/src/main/java/org/gnunet/identity/IdentityCallback.java
   gnunet-java/src/main/java/org/gnunet/identity/IdentityContinuation.java
   gnunet-java/src/main/java/org/gnunet/identity/IdentityListCallback.java
   
gnunet-java/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/DeleteMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/RenameMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/StartMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java
   gnunet-java/src/main/java/org/gnunet/identity/package-info.java
   gnunet-java/src/main/java/org/gnunet/mq/package-info.java
   gnunet-java/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java
   gnunet-java/src/main/java/org/gnunet/nse/package-info.java
   gnunet-java/src/main/java/org/gnunet/peerinfo/PeerInfo.java
   gnunet-java/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java
   
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java
   gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java
   gnunet-java/src/main/java/org/gnunet/peerinfo/package-info.java
   gnunet-java/src/main/java/org/gnunet/peerstore/IterateRequest.java
   gnunet-java/src/main/java/org/gnunet/peerstore/Peerstore.java
   gnunet-java/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java
   gnunet-java/src/main/java/org/gnunet/peerstore/StoreOption.java
   gnunet-java/src/main/java/org/gnunet/peerstore/WatchRequest.java
   
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java
   gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java
   
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java
   gnunet-java/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java
   gnunet-java/src/main/java/org/gnunet/requests/FixedMessageRequest.java
   gnunet-java/src/main/java/org/gnunet/requests/MatchingRequestContainer.java
   gnunet-java/src/main/java/org/gnunet/requests/Request.java
   gnunet-java/src/main/java/org/gnunet/requests/RequestContainer.java
   gnunet-java/src/main/java/org/gnunet/requests/RequestIdentifier.java
   gnunet-java/src/main/java/org/gnunet/requests/SequentialRequestContainer.java
   gnunet-java/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java
   gnunet-java/src/main/java/org/gnunet/requests/TimeoutHandler.java
   gnunet-java/src/main/java/org/gnunet/requests/package-info.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/Ciphertext.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/DecryptCallback.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/Decryption.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/FieldElement.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/KeyGeneration.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/Parameters.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/Plaintext.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java
   
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
   
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
   
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
   
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
   gnunet-java/src/main/java/org/gnunet/secretsharing/package-info.java
   gnunet-java/src/main/java/org/gnunet/statistics/Statistics.java
   gnunet-java/src/main/java/org/gnunet/statistics/StatisticsReceiver.java
   gnunet-java/src/main/java/org/gnunet/statistics/messages/GetMessage.java
   
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
   
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
   gnunet-java/src/main/java/org/gnunet/statistics/messages/SetMessage.java
   gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchMessage.java
   
gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
   gnunet-java/src/main/java/org/gnunet/statistics/package-info.java
   gnunet-java/src/main/java/org/gnunet/testbed/CompressedConfig.java
   gnunet-java/src/main/java/org/gnunet/testbed/Controller.java
   gnunet-java/src/main/java/org/gnunet/testbed/PeerInformationCallback.java
   gnunet-java/src/main/java/org/gnunet/testbed/ServiceAdapter.java
   
gnunet-java/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java
   
gnunet-java/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java
   
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java
   
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java
   gnunet-java/src/main/java/org/gnunet/testbed/package-info.java
   gnunet-java/src/main/java/org/gnunet/testing/TestingSetup.java
   gnunet-java/src/main/java/org/gnunet/testing/TestingSubsystem.java
   gnunet-java/src/main/java/org/gnunet/testing/package-info.java
   gnunet-java/src/main/java/org/gnunet/transport/AddressQuery.java
   gnunet-java/src/main/java/org/gnunet/transport/BlacklistCallback.java
   gnunet-java/src/main/java/org/gnunet/transport/HelloAddress.java
   gnunet-java/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
   gnunet-java/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
   
gnunet-java/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
   gnunet-java/src/main/java/org/gnunet/transport/PeerState.java
   
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
   
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
   gnunet-java/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
   
gnunet-java/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
   gnunet-java/src/main/java/org/gnunet/transport/messages/RecvMessage.java
   gnunet-java/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
   gnunet-java/src/main/java/org/gnunet/transport/messages/StartMessage.java
   gnunet-java/src/main/java/org/gnunet/transport/package-info.java
   gnunet-java/src/main/java/org/gnunet/util/ATSInformation.java
   gnunet-java/src/main/java/org/gnunet/util/AbsoluteTime.java
   gnunet-java/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java
   gnunet-java/src/main/java/org/gnunet/util/BigIntegers.java
   gnunet-java/src/main/java/org/gnunet/util/Cancelable.java
   gnunet-java/src/main/java/org/gnunet/util/CancellationToken.java
   gnunet-java/src/main/java/org/gnunet/util/Client.java
   gnunet-java/src/main/java/org/gnunet/util/Configuration.java
   gnunet-java/src/main/java/org/gnunet/util/Connection.java
   gnunet-java/src/main/java/org/gnunet/util/Continuation.java
   gnunet-java/src/main/java/org/gnunet/util/GnunetMessage.java
   gnunet-java/src/main/java/org/gnunet/util/HashCode.java
   gnunet-java/src/main/java/org/gnunet/util/Helper.java
   gnunet-java/src/main/java/org/gnunet/util/MessageReceiver.java
   gnunet-java/src/main/java/org/gnunet/util/MessageStreamTokenizer.java
   gnunet-java/src/main/java/org/gnunet/util/MessageTransmitter.java
   gnunet-java/src/main/java/org/gnunet/util/MstCalllback.java
   gnunet-java/src/main/java/org/gnunet/util/PeerIdentity.java
   gnunet-java/src/main/java/org/gnunet/util/Program.java
   gnunet-java/src/main/java/org/gnunet/util/RelativeTime.java
   gnunet-java/src/main/java/org/gnunet/util/RelativeTimeMessage.java
   gnunet-java/src/main/java/org/gnunet/util/Resolver.java
   gnunet-java/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java
   gnunet-java/src/main/java/org/gnunet/util/RunaboutUtil.java
   gnunet-java/src/main/java/org/gnunet/util/Scheduler.java
   gnunet-java/src/main/java/org/gnunet/util/Server.java
   gnunet-java/src/main/java/org/gnunet/util/Service.java
   gnunet-java/src/main/java/org/gnunet/util/Strings.java
   gnunet-java/src/main/java/org/gnunet/util/TestMessage.java
   gnunet-java/src/main/java/org/gnunet/util/UnknownMessageBody.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/DsaPrng.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/Ed25519.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignature.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java
   gnunet-java/src/main/java/org/gnunet/util/crypto/package-info.java
   gnunet-java/src/main/java/org/gnunet/util/getopt/Argument.java
   gnunet-java/src/main/java/org/gnunet/util/getopt/ArgumentAction.java
   gnunet-java/src/main/java/org/gnunet/util/getopt/Parser.java
   gnunet-java/src/main/java/org/gnunet/util/getopt/package-info.java
   gnunet-java/src/main/java/org/gnunet/util/package-info.java
   gnunet-java/src/main/java/org/gnunet/voting/Ballot.java
   gnunet-java/src/main/java/org/gnunet/voting/BallotTool.java
   gnunet-java/src/main/java/org/gnunet/voting/CertifyGroupTool.java
   gnunet-java/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java
   gnunet-java/src/main/java/org/gnunet/voting/DisjunctionZkp.java
   gnunet-java/src/main/java/org/gnunet/voting/EncryptedVote.java
   gnunet-java/src/main/java/org/gnunet/voting/GroupCert.java
   gnunet-java/src/main/java/org/gnunet/voting/InvalidBallotException.java
   gnunet-java/src/main/java/org/gnunet/voting/InvalidGroupCertException.java
   gnunet-java/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java
   
gnunet-java/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java
   
gnunet-java/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java
   
gnunet-java/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java
   
gnunet-java/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java
   gnunet-java/src/main/java/org/gnunet/voting/package-info.java
   gnunet-java/src/main/java/org/grothoff/Runabout.java
   gnunet-java/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java
   gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java
   gnunet-java/src/test/java/org/gnunet/construct/ByteFillMessage.java
   gnunet-java/src/test/java/org/gnunet/construct/QueryMessage.java
   gnunet-java/src/test/java/org/gnunet/construct/StringMessage.java
   gnunet-java/src/test/java/org/gnunet/construct/VariableStringTest.java
   gnunet-java/src/test/java/org/gnunet/core/CoreTest.java
   gnunet-java/src/test/java/org/gnunet/dht/DHTTest.java
   gnunet-java/src/test/java/org/gnunet/identity/IdentityTest.java
   gnunet-java/src/test/java/org/gnunet/nse/NSETest.java
   gnunet-java/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java
   gnunet-java/src/test/java/org/gnunet/statistics/StatisticsTest.java
   gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java
   gnunet-java/src/test/java/org/gnunet/testing/TestingSetupTest.java
   gnunet-java/src/test/java/org/gnunet/transport/TransportTest.java
   gnunet-java/src/test/java/org/gnunet/util/Assertion.java
   gnunet-java/src/test/java/org/gnunet/util/ConfigDollarTest.java
   gnunet-java/src/test/java/org/gnunet/util/EcdheTest.java
   gnunet-java/src/test/java/org/gnunet/util/EcdsaTest.java
   gnunet-java/src/test/java/org/gnunet/util/Ed25519Test.java
   gnunet-java/src/test/java/org/gnunet/util/EddsaTest.java
   gnunet-java/src/test/java/org/gnunet/util/ResolverTest.java
   gnunet-java/src/test/java/org/gnunet/util/ServerExample.java
   gnunet-java/src/test/java/org/gnunet/util/Wrapper.java
   gnunet-java/src/test/java/org/gnunet/util/getopt/GetoptTest.java
   gnunet-java/src/test/java/org/gnunet/voting/TestVotingCrypto.java
   gnunet-java/src/test/java/org/grothoff/RunaboutBenchmark.java
Log:
-bringing copyright tags up to FSF standard

Modified: gnunet-java/src/main/java/org/gnunet/arm/Arm.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/Arm.java   2015-02-07 23:16:08 UTC 
(rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/Arm.java   2015-02-07 23:17:15 UTC 
(rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/ArmMonitor.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/ArmMonitor.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/ArmMonitor.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/ResultHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/ResultHandler.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/ResultHandler.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/ServiceListHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/ServiceListHandler.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/ServiceListHandler.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/ServiceStatusHandler.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/ServiceStatusHandler.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/messages/ListResultMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/messages/ListResultMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/messages/RequestMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/messages/RequestMessage.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/messages/RequestMessage.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/messages/ResultMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/messages/ResultMessage.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/messages/ResultMessage.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/messages/StatusMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/messages/StatusMessage.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/messages/StatusMessage.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/arm/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/arm/package-info.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/arm/package-info.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/cadet/Cadet.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/cadet/Cadet.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/cadet/Cadet.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/cadet/RejectMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/cadet/RejectMessage.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/cadet/RejectMessage.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/cadet/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/cadet/package-info.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/cadet/package-info.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/consensus/Consensus.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/Consensus.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/Consensus.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/consensus/ConsensusCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/ConsensusCallback.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/ConsensusCallback.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/consensus/ConsensusElement.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/ConsensusElement.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/ConsensusElement.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/consensus/InsertDoneCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/InsertDoneCallback.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/InsertDoneCallback.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java    
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java    
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/consensus/messages/JoinMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/messages/JoinMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/messages/JoinMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2013 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/consensus/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/consensus/package-info.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/consensus/package-info.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Construct.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Construct.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Construct.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/DoubleValue.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/DoubleValue.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/DoubleValue.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/FillWith.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/FillWith.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/FillWith.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/FixedSizeArray.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/FixedSizeArray.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/FixedSizeArray.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/FrameSize.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/FrameSize.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/FrameSize.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Int16.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Int16.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Int16.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Int32.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Int32.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Int32.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Int64.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Int64.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Int64.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Int8.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Int8.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Int8.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/IntegerFill.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/IntegerFill.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/IntegerFill.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Message.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Message.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Message.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/MessageLoader.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/MessageLoader.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/MessageLoader.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,7 +1,7 @@
 /*
  *
  * This file is part of GNUnet.
- * (C) 2011 Christian Grothoff (and other contributing authors)
+ * Copyright (C) 2011 Christian Grothoff (and other contributing authors)
  *
  * GNUnet is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/MessageUnion.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/MessageUnion.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/MessageUnion.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/NestedMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/NestedMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/NestedMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/ProtocolViolationException.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/ProtocolViolationException.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/ProtocolViolationException.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/ReflectUtil.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/ReflectUtil.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/ReflectUtil.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/StringTerminationType.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/StringTerminationType.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/StringTerminationType.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/UInt16.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/UInt16.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/UInt16.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/UInt32.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/UInt32.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/UInt32.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/UInt64.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/UInt64.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/UInt64.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/UInt8.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/UInt8.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/UInt8.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,7 +1,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/Union.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/Union.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/Union.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/UnionCase.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/UnionCase.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/UnionCase.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/VariableSizeArray.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/VariableSizeArray.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/VariableSizeArray.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java    
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java    
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/VariableSizeString.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/VariableSizeString.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/VariableSizeString.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/ZeroTerminatedString.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/ZeroTerminatedString.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/ZeroTerminatedString.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/package-info.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/package-info.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/DoubleParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/DoubleParser.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/DoubleParser.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/parsers/FillParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/FillParser.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/FillParser.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java
     2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java
     2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerParser.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerParser.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/NestedParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/NestedParser.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/NestedParser.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/construct/parsers/Parser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/Parser.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/Parser.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/SequenceParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/SequenceParser.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/SequenceParser.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/StringParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/StringParser.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/StringParser.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/UnionParser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/UnionParser.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/UnionParser.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java
  2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java
  2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java
        2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java
        2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/construct/parsers/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/construct/parsers/package-info.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/construct/parsers/package-info.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/ConnectHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/ConnectHandler.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/ConnectHandler.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/Core.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/Core.java 2015-02-07 23:16:08 UTC 
(rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/Core.java 2015-02-07 23:17:15 UTC 
(rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/DisconnectHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/DisconnectHandler.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/DisconnectHandler.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/HeaderNotify.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/HeaderNotify.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/HeaderNotify.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/InitCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/InitCallback.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/InitCallback.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/MessageNotify.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/MessageNotify.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/MessageNotify.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java    
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java    
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java 
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java 
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/messages/InitMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/messages/InitMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/messages/InitMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/InitReplyMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/messages/InitReplyMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/messages/InitReplyMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
        2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
        2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/messages/SendMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/messages/SendMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/messages/SendMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageReady.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageReady.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageReady.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageRequest.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageRequest.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/messages/SendMessageRequest.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/core/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/core/package-info.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/core/package-info.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/BlockType.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/BlockType.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/BlockType.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/DistributedHashTable.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/DistributedHashTable.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/DistributedHashTable.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/MonitorGetHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/MonitorGetHandler.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/MonitorGetHandler.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/MonitorPutHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/MonitorPutHandler.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/MonitorPutHandler.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/ResultCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/ResultCallback.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/ResultCallback.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/RouteOption.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/RouteOption.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/RouteOption.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java    
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java    
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/dht/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/dht/package-info.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/dht/package-info.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/Gns.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/Gns.java   2015-02-07 23:16:08 UTC 
(rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/Gns.java   2015-02-07 23:17:15 UTC 
(rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/GnsRecord.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/GnsRecord.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/GnsRecord.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/LookupResultProcessor.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/LookupResultProcessor.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/LookupResultProcessor.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/RecordFlags.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/RecordFlags.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/RecordFlags.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/package-info.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/package-info.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/records/ARecordData.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/records/ARecordData.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/records/ARecordData.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/records/RecordData.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/records/RecordData.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/records/RecordData.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/gns/records/UnknownRecordData.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/records/UnknownRecordData.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/records/UnknownRecordData.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/gns/records/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/gns/records/package-info.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/gns/records/package-info.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/hello/HelloMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/hello/HelloMessage.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/hello/HelloMessage.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/hello/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/hello/package-info.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/hello/package-info.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/identity/Identity.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/Identity.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/Identity.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/identity/IdentityCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/IdentityCallback.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/IdentityCallback.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/IdentityContinuation.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/IdentityContinuation.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/IdentityContinuation.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/IdentityListCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/IdentityListCallback.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/IdentityListCallback.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/DeleteMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/messages/DeleteMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/messages/DeleteMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -60,7 +60,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/RenameMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/messages/RenameMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/messages/RenameMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -60,7 +60,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -80,7 +80,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/StartMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/messages/StartMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/messages/StartMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -60,7 +60,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/identity/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/identity/package-info.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/identity/package-info.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/mq/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/mq/package-info.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/mq/package-info.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/nse/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/nse/package-info.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/nse/package-info.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerinfo/PeerInfo.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerinfo/PeerInfo.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerinfo/PeerInfo.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java 
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java 
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerinfo/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerinfo/package-info.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerinfo/package-info.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerstore/IterateRequest.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/IterateRequest.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/IterateRequest.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerstore/Peerstore.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/Peerstore.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/Peerstore.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerstore/StoreOption.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/StoreOption.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/StoreOption.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/peerstore/WatchRequest.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/WatchRequest.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/WatchRequest.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/FixedMessageRequest.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/FixedMessageRequest.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/FixedMessageRequest.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/requests/MatchingRequestContainer.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/MatchingRequestContainer.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/MatchingRequestContainer.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/Request.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/Request.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/Request.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -60,7 +60,7 @@
 
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/RequestContainer.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/RequestContainer.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/RequestContainer.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/RequestIdentifier.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/RequestIdentifier.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/RequestIdentifier.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/requests/SequentialRequestContainer.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/requests/SequentialRequestContainer.java   
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/requests/SequentialRequestContainer.java   
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/TimeoutHandler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/TimeoutHandler.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/TimeoutHandler.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/requests/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/requests/package-info.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/requests/package-info.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/Ciphertext.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/Ciphertext.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/Ciphertext.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/DecryptCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/DecryptCallback.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/DecryptCallback.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/Decryption.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/Decryption.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/Decryption.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/FieldElement.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/FieldElement.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/FieldElement.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/KeyGeneration.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/KeyGeneration.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/KeyGeneration.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/Parameters.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/Parameters.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/Parameters.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/Plaintext.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/Plaintext.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/Plaintext.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
       2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
       2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
   This file is part of GNUnet.
-   (C) 2014 Christian Grothoff (and other contributing authors)
+   Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
    GNUnet is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,7 +1,7 @@
 /*
 
    This file is part of GNUnet.
-   (C) 2014 Christian Grothoff (and other contributing authors)
+   Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
    GNUnet is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/secretsharing/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/secretsharing/package-info.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/secretsharing/package-info.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/statistics/Statistics.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/Statistics.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/Statistics.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/StatisticsReceiver.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/StatisticsReceiver.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/StatisticsReceiver.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/messages/GetMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/messages/GetMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/SetMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/messages/SetMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/messages/SetMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchMessage.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchMessage.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
  2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
  2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/statistics/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/statistics/package-info.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/statistics/package-info.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testbed/CompressedConfig.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testbed/CompressedConfig.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testbed/CompressedConfig.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009,2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009,2013 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testbed/Controller.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testbed/Controller.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testbed/Controller.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009,2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009,2013 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/testbed/PeerInformationCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testbed/PeerInformationCallback.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testbed/PeerInformationCallback.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testbed/ServiceAdapter.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testbed/ServiceAdapter.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testbed/ServiceAdapter.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java
        2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java
        2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testbed/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testbed/package-info.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testbed/package-info.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testing/TestingSetup.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testing/TestingSetup.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testing/TestingSetup.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testing/TestingSubsystem.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testing/TestingSubsystem.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testing/TestingSubsystem.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/testing/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/testing/package-info.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/testing/package-info.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/transport/AddressQuery.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/AddressQuery.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/AddressQuery.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/transport/BlacklistCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/BlacklistCallback.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/BlacklistCallback.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/transport/HelloAddress.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/HelloAddress.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/HelloAddress.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/OfferHelloContinuation.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/OfferHelloContinuation.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/PeerAddressListCallback.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/PeerAddressListCallback.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/transport/PeerState.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/PeerState.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/PeerState.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
  2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
  2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/messages/ConnectMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/messages/ConnectMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/RecvMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/messages/RecvMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/messages/RecvMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java    
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java    
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/transport/messages/StartMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/messages/StartMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/messages/StartMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/transport/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/transport/package-info.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/transport/package-info.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/ATSInformation.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/ATSInformation.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/ATSInformation.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/AbsoluteTime.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/AbsoluteTime.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/AbsoluteTime.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/BigIntegers.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/BigIntegers.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/BigIntegers.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Cancelable.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Cancelable.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Cancelable.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/CancellationToken.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/CancellationToken.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/CancellationToken.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Client.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Client.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Client.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Configuration.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Configuration.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Configuration.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Connection.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Connection.java   2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Connection.java   2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Continuation.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Continuation.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Continuation.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/GnunetMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/GnunetMessage.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/GnunetMessage.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/HashCode.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/HashCode.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/HashCode.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Helper.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Helper.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Helper.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/MessageReceiver.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/MessageReceiver.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/MessageReceiver.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/MessageStreamTokenizer.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/MessageStreamTokenizer.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/MessageStreamTokenizer.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/MessageTransmitter.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/MessageTransmitter.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/MessageTransmitter.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/MstCalllback.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/MstCalllback.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/MstCalllback.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/PeerIdentity.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/PeerIdentity.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/PeerIdentity.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Program.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Program.java      2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Program.java      2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/RelativeTime.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/RelativeTime.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/RelativeTime.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/RelativeTimeMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/RelativeTimeMessage.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/RelativeTimeMessage.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Resolver.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Resolver.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Resolver.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/RunaboutUtil.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/RunaboutUtil.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/RunaboutUtil.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Scheduler.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Scheduler.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Scheduler.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Server.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Server.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Server.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Service.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Service.java      2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Service.java      2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/Strings.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/Strings.java      2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/Strings.java      2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/TestMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/TestMessage.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/TestMessage.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/UnknownMessageBody.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/UnknownMessageBody.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/UnknownMessageBody.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/DsaPrng.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/DsaPrng.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/DsaPrng.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/Ed25519.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/Ed25519.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/Ed25519.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignature.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignature.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignature.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/crypto/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/crypto/package-info.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/crypto/package-info.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/getopt/Argument.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/getopt/Argument.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/getopt/Argument.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/getopt/ArgumentAction.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/getopt/ArgumentAction.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/getopt/ArgumentAction.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/getopt/Parser.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/getopt/Parser.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/getopt/Parser.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/getopt/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/getopt/package-info.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/getopt/package-info.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/util/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/util/package-info.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/util/package-info.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/Ballot.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/Ballot.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/Ballot.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/BallotTool.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/BallotTool.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/BallotTool.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/CertifyGroupTool.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/CertifyGroupTool.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/CertifyGroupTool.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/DisjunctionZkp.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/DisjunctionZkp.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/DisjunctionZkp.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/EncryptedVote.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/EncryptedVote.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/EncryptedVote.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/GroupCert.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/GroupCert.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/GroupCert.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/InvalidBallotException.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/InvalidBallotException.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/InvalidBallotException.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/InvalidGroupCertException.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/InvalidGroupCertException.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/InvalidGroupCertException.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java
      2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java
      2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java
   2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java
   2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java
 2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java
 2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java
===================================================================
--- 
gnunet-java/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java  
    2015-02-07 23:16:08 UTC (rev 35141)
+++ 
gnunet-java/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java  
    2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/gnunet/voting/package-info.java
===================================================================
--- gnunet-java/src/main/java/org/gnunet/voting/package-info.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/gnunet/voting/package-info.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/main/java/org/grothoff/Runabout.java
===================================================================
--- gnunet-java/src/main/java/org/grothoff/Runabout.java        2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/main/java/org/grothoff/Runabout.java        2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,5 +1,5 @@
 /*
- * (C) 2002, 2003, 2004, 2005, 2006 Christian Grothoff
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006 Christian Grothoff
  *
  * The Runabout is free software; you can redistribute it and/or modify it 
under
  * the terms of the GNU General Public License as published by the Free 
Software

Modified: 
gnunet-java/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/construct/ByteFillMessage.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/construct/ByteFillMessage.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/construct/ByteFillMessage.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/construct/QueryMessage.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/construct/QueryMessage.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/construct/QueryMessage.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/construct/StringMessage.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/construct/StringMessage.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/construct/StringMessage.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/construct/VariableStringTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/construct/VariableStringTest.java      
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/construct/VariableStringTest.java      
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/core/CoreTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/core/CoreTest.java     2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/core/CoreTest.java     2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/dht/DHTTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/dht/DHTTest.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/dht/DHTTest.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/identity/IdentityTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/identity/IdentityTest.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/identity/IdentityTest.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/nse/NSETest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/nse/NSETest.java       2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/nse/NSETest.java       2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: 
gnunet-java/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/statistics/StatisticsTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/statistics/StatisticsTest.java 
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/statistics/StatisticsTest.java 
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2014 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/testing/TestingSetupTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/testing/TestingSetupTest.java  
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/testing/TestingSetupTest.java  
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/transport/TransportTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/transport/TransportTest.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/transport/TransportTest.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/Assertion.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/Assertion.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/Assertion.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/ConfigDollarTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/ConfigDollarTest.java     
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/ConfigDollarTest.java     
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/EcdheTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/EcdheTest.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/EcdheTest.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/EcdsaTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/EcdsaTest.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/EcdsaTest.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/Ed25519Test.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/Ed25519Test.java  2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/Ed25519Test.java  2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/EddsaTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/EddsaTest.java    2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/EddsaTest.java    2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
-  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
   GNUnet is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/ResolverTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/ResolverTest.java 2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/ResolverTest.java 2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/ServerExample.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/ServerExample.java        
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/ServerExample.java        
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/Wrapper.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/Wrapper.java      2015-02-07 
23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/Wrapper.java      2015-02-07 
23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/util/getopt/GetoptTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/util/getopt/GetoptTest.java    
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/util/getopt/GetoptTest.java    
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/gnunet/voting/TestVotingCrypto.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/voting/TestVotingCrypto.java   
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/gnunet/voting/TestVotingCrypto.java   
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2014 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published

Modified: gnunet-java/src/test/java/org/grothoff/RunaboutBenchmark.java
===================================================================
--- gnunet-java/src/test/java/org/grothoff/RunaboutBenchmark.java       
2015-02-07 23:16:08 UTC (rev 35141)
+++ gnunet-java/src/test/java/org/grothoff/RunaboutBenchmark.java       
2015-02-07 23:17:15 UTC (rev 35142)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published




reply via email to

[Prev in Thread] Current Thread [Next in Thread]