From bcf4c61542bf657e35487ed3d5f7f6853d88e339 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Feb 2015 23:17:15 +0000 Subject: -bringing copyright tags up to FSF standard --- src/main/java/org/gnunet/arm/Arm.java | 2 +- src/main/java/org/gnunet/arm/ArmMonitor.java | 2 +- src/main/java/org/gnunet/arm/ResultHandler.java | 2 +- src/main/java/org/gnunet/arm/ServiceListHandler.java | 2 +- src/main/java/org/gnunet/arm/ServiceStatusHandler.java | 2 +- src/main/java/org/gnunet/arm/messages/ListResultMessage.java | 2 +- src/main/java/org/gnunet/arm/messages/RequestMessage.java | 2 +- src/main/java/org/gnunet/arm/messages/ResultMessage.java | 2 +- src/main/java/org/gnunet/arm/messages/StatusMessage.java | 4 ++-- src/main/java/org/gnunet/arm/package-info.java | 2 +- src/main/java/org/gnunet/cadet/Cadet.java | 2 +- src/main/java/org/gnunet/cadet/RejectMessage.java | 2 +- src/main/java/org/gnunet/cadet/package-info.java | 2 +- src/main/java/org/gnunet/consensus/Consensus.java | 2 +- src/main/java/org/gnunet/consensus/ConsensusCallback.java | 2 +- src/main/java/org/gnunet/consensus/ConsensusElement.java | 2 +- src/main/java/org/gnunet/consensus/InsertDoneCallback.java | 2 +- .../org/gnunet/consensus/messages/ConcludeDoneMessage.java | 2 +- .../java/org/gnunet/consensus/messages/ConcludeMessage.java | 2 +- .../org/gnunet/consensus/messages/InsertElementMessage.java | 2 +- src/main/java/org/gnunet/consensus/messages/JoinMessage.java | 2 +- .../java/org/gnunet/consensus/messages/NewElementMessage.java | 2 +- src/main/java/org/gnunet/consensus/package-info.java | 2 +- src/main/java/org/gnunet/construct/Construct.java | 2 +- src/main/java/org/gnunet/construct/DoubleValue.java | 2 +- src/main/java/org/gnunet/construct/FillWith.java | 2 +- src/main/java/org/gnunet/construct/FixedSizeArray.java | 2 +- src/main/java/org/gnunet/construct/FrameSize.java | 2 +- src/main/java/org/gnunet/construct/Int16.java | 2 +- src/main/java/org/gnunet/construct/Int32.java | 2 +- src/main/java/org/gnunet/construct/Int64.java | 2 +- src/main/java/org/gnunet/construct/Int8.java | 2 +- src/main/java/org/gnunet/construct/IntegerFill.java | 2 +- src/main/java/org/gnunet/construct/Message.java | 2 +- .../org/gnunet/construct/MessageIdAnnotationProcessor.java | 2 +- src/main/java/org/gnunet/construct/MessageLoader.java | 2 +- src/main/java/org/gnunet/construct/MessageUnion.java | 2 +- src/main/java/org/gnunet/construct/NestedMessage.java | 2 +- .../java/org/gnunet/construct/ProtocolViolationException.java | 2 +- src/main/java/org/gnunet/construct/ReflectUtil.java | 2 +- src/main/java/org/gnunet/construct/StringTerminationType.java | 2 +- src/main/java/org/gnunet/construct/UInt16.java | 2 +- src/main/java/org/gnunet/construct/UInt32.java | 2 +- src/main/java/org/gnunet/construct/UInt64.java | 2 +- src/main/java/org/gnunet/construct/UInt8.java | 2 +- src/main/java/org/gnunet/construct/Union.java | 2 +- src/main/java/org/gnunet/construct/UnionCase.java | 2 +- src/main/java/org/gnunet/construct/VariableSizeArray.java | 2 +- .../java/org/gnunet/construct/VariableSizeIntegerArray.java | 2 +- src/main/java/org/gnunet/construct/VariableSizeString.java | 4 ++-- src/main/java/org/gnunet/construct/ZeroTerminatedString.java | 2 +- src/main/java/org/gnunet/construct/package-info.java | 2 +- src/main/java/org/gnunet/construct/parsers/DoubleParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/FillParser.java | 2 +- .../org/gnunet/construct/parsers/FixedSizeArrayParser.java | 2 +- .../gnunet/construct/parsers/FixedSizeIntegerArrayParser.java | 2 +- .../java/org/gnunet/construct/parsers/IntegerFillParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/IntegerParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/IntegerUtil.java | 2 +- src/main/java/org/gnunet/construct/parsers/NestedParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/Parser.java | 2 +- src/main/java/org/gnunet/construct/parsers/SequenceParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/StringParser.java | 2 +- src/main/java/org/gnunet/construct/parsers/UnionParser.java | 2 +- .../org/gnunet/construct/parsers/VariableSizeArrayParser.java | 2 +- .../construct/parsers/VariableSizeIntegerArrayParser.java | 2 +- .../org/gnunet/construct/parsers/VariableSizeStringParser.java | 4 ++-- src/main/java/org/gnunet/construct/parsers/package-info.java | 2 +- src/main/java/org/gnunet/core/ConnectHandler.java | 2 +- src/main/java/org/gnunet/core/Core.java | 2 +- src/main/java/org/gnunet/core/DisconnectHandler.java | 2 +- src/main/java/org/gnunet/core/HeaderNotify.java | 2 +- src/main/java/org/gnunet/core/InitCallback.java | 2 +- src/main/java/org/gnunet/core/MessageNotify.java | 2 +- .../java/org/gnunet/core/messages/ConnectNotifyMessage.java | 2 +- .../java/org/gnunet/core/messages/DisconnectNotifyMessage.java | 2 +- src/main/java/org/gnunet/core/messages/InitMessage.java | 2 +- src/main/java/org/gnunet/core/messages/InitReplyMessage.java | 2 +- .../org/gnunet/core/messages/NotifyInboundTrafficMessage.java | 2 +- .../org/gnunet/core/messages/NotifyOutboundTrafficMessage.java | 2 +- src/main/java/org/gnunet/core/messages/SendMessage.java | 2 +- src/main/java/org/gnunet/core/messages/SendMessageReady.java | 2 +- src/main/java/org/gnunet/core/messages/SendMessageRequest.java | 2 +- src/main/java/org/gnunet/core/package-info.java | 2 +- src/main/java/org/gnunet/dht/BlockType.java | 2 +- src/main/java/org/gnunet/dht/DistributedHashTable.java | 2 +- src/main/java/org/gnunet/dht/MonitorGetHandler.java | 2 +- src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java | 2 +- src/main/java/org/gnunet/dht/MonitorPutHandler.java | 2 +- src/main/java/org/gnunet/dht/ResultCallback.java | 2 +- src/main/java/org/gnunet/dht/RouteOption.java | 2 +- src/main/java/org/gnunet/dht/messages/ClientGetMessage.java | 2 +- .../java/org/gnunet/dht/messages/ClientGetStopMessage.java | 2 +- .../org/gnunet/dht/messages/ClientPutConfirmationMessage.java | 2 +- src/main/java/org/gnunet/dht/messages/ClientPutMessage.java | 2 +- src/main/java/org/gnunet/dht/messages/ClientResultMessage.java | 2 +- src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java | 2 +- .../java/org/gnunet/dht/messages/MonitorGetRespMessage.java | 2 +- src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java | 2 +- src/main/java/org/gnunet/dht/messages/MonitorStartStop.java | 2 +- src/main/java/org/gnunet/dht/package-info.java | 2 +- src/main/java/org/gnunet/gns/Gns.java | 2 +- src/main/java/org/gnunet/gns/GnsRecord.java | 2 +- src/main/java/org/gnunet/gns/LookupResultProcessor.java | 2 +- src/main/java/org/gnunet/gns/RecordFlags.java | 2 +- src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java | 2 +- .../org/gnunet/gns/messages/ClientLookupResultMessage.java | 4 ++-- src/main/java/org/gnunet/gns/package-info.java | 2 +- src/main/java/org/gnunet/gns/records/ARecordData.java | 2 +- src/main/java/org/gnunet/gns/records/RecordData.java | 2 +- src/main/java/org/gnunet/gns/records/UnknownRecordData.java | 2 +- src/main/java/org/gnunet/gns/records/package-info.java | 2 +- src/main/java/org/gnunet/hello/HelloMessage.java | 2 +- src/main/java/org/gnunet/hello/package-info.java | 2 +- src/main/java/org/gnunet/identity/Identity.java | 2 +- src/main/java/org/gnunet/identity/IdentityCallback.java | 2 +- src/main/java/org/gnunet/identity/IdentityContinuation.java | 2 +- src/main/java/org/gnunet/identity/IdentityListCallback.java | 2 +- .../org/gnunet/identity/messages/CreateRequestMessage.java | 4 ++-- src/main/java/org/gnunet/identity/messages/DeleteMessage.java | 2 +- .../java/org/gnunet/identity/messages/GetDefaultMessage.java | 8 ++++---- src/main/java/org/gnunet/identity/messages/RenameMessage.java | 4 ++-- .../java/org/gnunet/identity/messages/ResultCodeMessage.java | 10 +++++----- .../java/org/gnunet/identity/messages/SetDefaultMessage.java | 6 +++--- src/main/java/org/gnunet/identity/messages/StartMessage.java | 6 +++--- .../java/org/gnunet/identity/messages/UpdateListMessage.java | 8 ++++---- src/main/java/org/gnunet/identity/package-info.java | 2 +- src/main/java/org/gnunet/mq/package-info.java | 2 +- src/main/java/org/gnunet/nse/NetworkSizeEstimation.java | 2 +- src/main/java/org/gnunet/nse/package-info.java | 2 +- src/main/java/org/gnunet/peerinfo/PeerInfo.java | 2 +- src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java | 2 +- .../java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java | 2 +- .../java/org/gnunet/peerinfo/messages/ListPeerMessage.java | 2 +- src/main/java/org/gnunet/peerinfo/package-info.java | 2 +- src/main/java/org/gnunet/peerstore/IterateRequest.java | 2 +- src/main/java/org/gnunet/peerstore/Peerstore.java | 2 +- src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java | 2 +- src/main/java/org/gnunet/peerstore/StoreOption.java | 2 +- src/main/java/org/gnunet/peerstore/WatchRequest.java | 2 +- .../java/org/gnunet/peerstore/messages/IterateEndMessage.java | 2 +- .../java/org/gnunet/peerstore/messages/IterateMessage.java | 2 +- .../org/gnunet/peerstore/messages/IterateRecordMessage.java | 2 +- src/main/java/org/gnunet/peerstore/messages/StoreMessage.java | 2 +- src/main/java/org/gnunet/requests/FixedMessageRequest.java | 2 +- .../java/org/gnunet/requests/MatchingRequestContainer.java | 2 +- src/main/java/org/gnunet/requests/Request.java | 8 ++++---- src/main/java/org/gnunet/requests/RequestContainer.java | 2 +- src/main/java/org/gnunet/requests/RequestIdentifier.java | 2 +- .../java/org/gnunet/requests/SequentialRequestContainer.java | 2 +- src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java | 2 +- src/main/java/org/gnunet/requests/TimeoutHandler.java | 2 +- src/main/java/org/gnunet/requests/package-info.java | 2 +- src/main/java/org/gnunet/secretsharing/Ciphertext.java | 2 +- src/main/java/org/gnunet/secretsharing/DecryptCallback.java | 2 +- src/main/java/org/gnunet/secretsharing/Decryption.java | 2 +- src/main/java/org/gnunet/secretsharing/FieldElement.java | 2 +- src/main/java/org/gnunet/secretsharing/KeyGeneration.java | 2 +- src/main/java/org/gnunet/secretsharing/Parameters.java | 2 +- src/main/java/org/gnunet/secretsharing/Plaintext.java | 2 +- .../java/org/gnunet/secretsharing/SecretReadyCallback.java | 2 +- src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java | 2 +- .../gnunet/secretsharing/messages/ClientDecryptMessage.java | 2 +- .../org/gnunet/secretsharing/messages/DecryptDoneMessage.java | 2 +- .../org/gnunet/secretsharing/messages/GenerateMessage.java | 2 +- .../org/gnunet/secretsharing/messages/SecretReadyMessage.java | 2 +- src/main/java/org/gnunet/secretsharing/package-info.java | 2 +- src/main/java/org/gnunet/statistics/Statistics.java | 2 +- src/main/java/org/gnunet/statistics/StatisticsReceiver.java | 2 +- src/main/java/org/gnunet/statistics/messages/GetMessage.java | 2 +- .../org/gnunet/statistics/messages/GetResponseEndMessage.java | 2 +- .../org/gnunet/statistics/messages/GetResponseMessage.java | 2 +- src/main/java/org/gnunet/statistics/messages/SetMessage.java | 2 +- src/main/java/org/gnunet/statistics/messages/WatchMessage.java | 2 +- .../org/gnunet/statistics/messages/WatchResponseMessage.java | 2 +- src/main/java/org/gnunet/statistics/package-info.java | 2 +- src/main/java/org/gnunet/testbed/CompressedConfig.java | 2 +- src/main/java/org/gnunet/testbed/Controller.java | 2 +- src/main/java/org/gnunet/testbed/PeerInformationCallback.java | 2 +- src/main/java/org/gnunet/testbed/ServiceAdapter.java | 2 +- .../org/gnunet/testbed/messages/ConnectionEventMessage.java | 2 +- .../org/gnunet/testbed/messages/ControllerInitMessage.java | 2 +- .../org/gnunet/testbed/messages/PeerGetInformationMessage.java | 2 +- .../org/gnunet/testbed/messages/PeerInformationMessage.java | 2 +- src/main/java/org/gnunet/testbed/package-info.java | 2 +- src/main/java/org/gnunet/testing/TestingSetup.java | 2 +- src/main/java/org/gnunet/testing/TestingSubsystem.java | 2 +- src/main/java/org/gnunet/testing/package-info.java | 2 +- src/main/java/org/gnunet/transport/AddressQuery.java | 2 +- src/main/java/org/gnunet/transport/BlacklistCallback.java | 2 +- src/main/java/org/gnunet/transport/HelloAddress.java | 2 +- src/main/java/org/gnunet/transport/OfferHelloContinuation.java | 2 +- .../java/org/gnunet/transport/PeerAddressListCallback.java | 4 ++-- .../java/org/gnunet/transport/PeerAddressMonitorCallback.java | 2 +- src/main/java/org/gnunet/transport/PeerState.java | 2 +- .../transport/messages/AddressIterateResponseMessage.java | 2 +- .../messages/AddressIterateResponseMessageContent.java | 2 +- .../java/org/gnunet/transport/messages/ConnectMessage.java | 2 +- .../java/org/gnunet/transport/messages/DisconnectMessage.java | 2 +- src/main/java/org/gnunet/transport/messages/RecvMessage.java | 2 +- .../java/org/gnunet/transport/messages/SetQuotaMessage.java | 2 +- src/main/java/org/gnunet/transport/messages/StartMessage.java | 2 +- src/main/java/org/gnunet/transport/package-info.java | 2 +- src/main/java/org/gnunet/util/ATSInformation.java | 2 +- src/main/java/org/gnunet/util/AbsoluteTime.java | 2 +- src/main/java/org/gnunet/util/AbsoluteTimeMessage.java | 2 +- src/main/java/org/gnunet/util/BigIntegers.java | 2 +- src/main/java/org/gnunet/util/Cancelable.java | 2 +- src/main/java/org/gnunet/util/CancellationToken.java | 2 +- src/main/java/org/gnunet/util/Client.java | 2 +- src/main/java/org/gnunet/util/Configuration.java | 2 +- src/main/java/org/gnunet/util/Connection.java | 2 +- src/main/java/org/gnunet/util/Continuation.java | 2 +- src/main/java/org/gnunet/util/GnunetMessage.java | 2 +- src/main/java/org/gnunet/util/HashCode.java | 2 +- src/main/java/org/gnunet/util/Helper.java | 2 +- src/main/java/org/gnunet/util/MessageReceiver.java | 2 +- src/main/java/org/gnunet/util/MessageStreamTokenizer.java | 2 +- src/main/java/org/gnunet/util/MessageTransmitter.java | 2 +- src/main/java/org/gnunet/util/MstCalllback.java | 2 +- src/main/java/org/gnunet/util/PeerIdentity.java | 2 +- src/main/java/org/gnunet/util/Program.java | 2 +- src/main/java/org/gnunet/util/RelativeTime.java | 2 +- src/main/java/org/gnunet/util/RelativeTimeMessage.java | 2 +- src/main/java/org/gnunet/util/Resolver.java | 2 +- src/main/java/org/gnunet/util/RunaboutMessageReceiver.java | 2 +- src/main/java/org/gnunet/util/RunaboutUtil.java | 2 +- src/main/java/org/gnunet/util/Scheduler.java | 2 +- src/main/java/org/gnunet/util/Server.java | 2 +- src/main/java/org/gnunet/util/Service.java | 2 +- src/main/java/org/gnunet/util/Strings.java | 2 +- src/main/java/org/gnunet/util/TestMessage.java | 2 +- src/main/java/org/gnunet/util/UnknownMessageBody.java | 2 +- src/main/java/org/gnunet/util/crypto/DsaPrng.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdsaSignature.java | 2 +- src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java | 2 +- src/main/java/org/gnunet/util/crypto/Ed25519.java | 2 +- src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java | 2 +- src/main/java/org/gnunet/util/crypto/EddsaSignature.java | 2 +- src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java | 2 +- src/main/java/org/gnunet/util/crypto/package-info.java | 2 +- src/main/java/org/gnunet/util/getopt/Argument.java | 2 +- src/main/java/org/gnunet/util/getopt/ArgumentAction.java | 2 +- src/main/java/org/gnunet/util/getopt/Parser.java | 2 +- src/main/java/org/gnunet/util/getopt/package-info.java | 2 +- src/main/java/org/gnunet/util/package-info.java | 2 +- src/main/java/org/gnunet/voting/Ballot.java | 2 +- src/main/java/org/gnunet/voting/BallotTool.java | 2 +- src/main/java/org/gnunet/voting/CertifyGroupTool.java | 2 +- src/main/java/org/gnunet/voting/ChaumPedersenZkp.java | 2 +- src/main/java/org/gnunet/voting/DisjunctionZkp.java | 2 +- src/main/java/org/gnunet/voting/EncryptedVote.java | 2 +- src/main/java/org/gnunet/voting/GroupCert.java | 2 +- src/main/java/org/gnunet/voting/InvalidBallotException.java | 2 +- src/main/java/org/gnunet/voting/InvalidGroupCertException.java | 4 ++-- src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java | 2 +- .../gnunet/voting/messages/BallotRegisterFailureMessage.java | 2 +- .../org/gnunet/voting/messages/KeyQueryResponseMessage.java | 2 +- .../org/gnunet/voting/messages/ResultQueryFailureMessage.java | 2 +- .../java/org/gnunet/voting/messages/SubmitFailureMessage.java | 2 +- src/main/java/org/gnunet/voting/package-info.java | 2 +- src/main/java/org/grothoff/Runabout.java | 2 +- src/test/java/org/gnunet/consensus/ConsensusSingleTest.java | 2 +- src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java | 2 +- src/test/java/org/gnunet/construct/ByteFillMessage.java | 2 +- src/test/java/org/gnunet/construct/QueryMessage.java | 2 +- src/test/java/org/gnunet/construct/StringMessage.java | 2 +- src/test/java/org/gnunet/construct/VariableStringTest.java | 2 +- src/test/java/org/gnunet/core/CoreTest.java | 2 +- src/test/java/org/gnunet/dht/DHTTest.java | 2 +- src/test/java/org/gnunet/identity/IdentityTest.java | 2 +- src/test/java/org/gnunet/nse/NSETest.java | 2 +- src/test/java/org/gnunet/secretsharing/SecretsharingTest.java | 2 +- src/test/java/org/gnunet/statistics/StatisticsTest.java | 2 +- src/test/java/org/gnunet/testbed/TestbedTest.java | 2 +- src/test/java/org/gnunet/testing/TestingSetupTest.java | 2 +- src/test/java/org/gnunet/transport/TransportTest.java | 2 +- src/test/java/org/gnunet/util/Assertion.java | 2 +- src/test/java/org/gnunet/util/ConfigDollarTest.java | 2 +- src/test/java/org/gnunet/util/EcdheTest.java | 2 +- src/test/java/org/gnunet/util/EcdsaTest.java | 2 +- src/test/java/org/gnunet/util/Ed25519Test.java | 2 +- src/test/java/org/gnunet/util/EddsaTest.java | 2 +- src/test/java/org/gnunet/util/ResolverTest.java | 2 +- src/test/java/org/gnunet/util/ServerExample.java | 2 +- src/test/java/org/gnunet/util/Wrapper.java | 2 +- src/test/java/org/gnunet/util/getopt/GetoptTest.java | 2 +- src/test/java/org/gnunet/voting/TestVotingCrypto.java | 2 +- src/test/java/org/grothoff/RunaboutBenchmark.java | 2 +- 294 files changed, 319 insertions(+), 319 deletions(-) diff --git a/src/main/java/org/gnunet/arm/Arm.java b/src/main/java/org/gnunet/arm/Arm.java index aee353b..992bc51 100644 --- a/src/main/java/org/gnunet/arm/Arm.java +++ b/src/main/java/org/gnunet/arm/Arm.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/ArmMonitor.java b/src/main/java/org/gnunet/arm/ArmMonitor.java index 641b862..2a2c9c5 100644 --- a/src/main/java/org/gnunet/arm/ArmMonitor.java +++ b/src/main/java/org/gnunet/arm/ArmMonitor.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/ResultHandler.java b/src/main/java/org/gnunet/arm/ResultHandler.java index b355bd8..4990cc8 100644 --- a/src/main/java/org/gnunet/arm/ResultHandler.java +++ b/src/main/java/org/gnunet/arm/ResultHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/ServiceListHandler.java b/src/main/java/org/gnunet/arm/ServiceListHandler.java index 8d9de04..cf5f5be 100644 --- a/src/main/java/org/gnunet/arm/ServiceListHandler.java +++ b/src/main/java/org/gnunet/arm/ServiceListHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/ServiceStatusHandler.java b/src/main/java/org/gnunet/arm/ServiceStatusHandler.java index cedcc48..5816dec 100644 --- a/src/main/java/org/gnunet/arm/ServiceStatusHandler.java +++ b/src/main/java/org/gnunet/arm/ServiceStatusHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/messages/ListResultMessage.java b/src/main/java/org/gnunet/arm/messages/ListResultMessage.java index 03f995f..797a224 100644 --- a/src/main/java/org/gnunet/arm/messages/ListResultMessage.java +++ b/src/main/java/org/gnunet/arm/messages/ListResultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/messages/RequestMessage.java b/src/main/java/org/gnunet/arm/messages/RequestMessage.java index fa0c18c..6269e0b 100644 --- a/src/main/java/org/gnunet/arm/messages/RequestMessage.java +++ b/src/main/java/org/gnunet/arm/messages/RequestMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/messages/ResultMessage.java b/src/main/java/org/gnunet/arm/messages/ResultMessage.java index 4883c14..b7457cb 100644 --- a/src/main/java/org/gnunet/arm/messages/ResultMessage.java +++ b/src/main/java/org/gnunet/arm/messages/ResultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/messages/StatusMessage.java b/src/main/java/org/gnunet/arm/messages/StatusMessage.java index cdfde6c..cd76a1a 100644 --- a/src/main/java/org/gnunet/arm/messages/StatusMessage.java +++ b/src/main/java/org/gnunet/arm/messages/StatusMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/arm/package-info.java b/src/main/java/org/gnunet/arm/package-info.java index 7f29d77..ecbecc6 100644 --- a/src/main/java/org/gnunet/arm/package-info.java +++ b/src/main/java/org/gnunet/arm/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/cadet/Cadet.java b/src/main/java/org/gnunet/cadet/Cadet.java index 3bcea97..f8e91f3 100644 --- a/src/main/java/org/gnunet/cadet/Cadet.java +++ b/src/main/java/org/gnunet/cadet/Cadet.java @@ -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 diff --git a/src/main/java/org/gnunet/cadet/RejectMessage.java b/src/main/java/org/gnunet/cadet/RejectMessage.java index 0ec33cb..921520e 100644 --- a/src/main/java/org/gnunet/cadet/RejectMessage.java +++ b/src/main/java/org/gnunet/cadet/RejectMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/cadet/package-info.java b/src/main/java/org/gnunet/cadet/package-info.java index 4e5752f..807e64d 100644 --- a/src/main/java/org/gnunet/cadet/package-info.java +++ b/src/main/java/org/gnunet/cadet/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/Consensus.java b/src/main/java/org/gnunet/consensus/Consensus.java index b444e77..ba3c8ed 100644 --- a/src/main/java/org/gnunet/consensus/Consensus.java +++ b/src/main/java/org/gnunet/consensus/Consensus.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/ConsensusCallback.java b/src/main/java/org/gnunet/consensus/ConsensusCallback.java index 1ed36ea..0e07f52 100644 --- a/src/main/java/org/gnunet/consensus/ConsensusCallback.java +++ b/src/main/java/org/gnunet/consensus/ConsensusCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/ConsensusElement.java b/src/main/java/org/gnunet/consensus/ConsensusElement.java index 5081a63..cdc33eb 100644 --- a/src/main/java/org/gnunet/consensus/ConsensusElement.java +++ b/src/main/java/org/gnunet/consensus/ConsensusElement.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/InsertDoneCallback.java b/src/main/java/org/gnunet/consensus/InsertDoneCallback.java index 0eb286c..39e1292 100644 --- a/src/main/java/org/gnunet/consensus/InsertDoneCallback.java +++ b/src/main/java/org/gnunet/consensus/InsertDoneCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java b/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java index 62a2d9f..6e9c406 100644 --- a/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java +++ b/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java b/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java index 882d590..8189a49 100644 --- a/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java +++ b/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java b/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java index a8c97c6..b5c2483 100644 --- a/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java +++ b/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/messages/JoinMessage.java b/src/main/java/org/gnunet/consensus/messages/JoinMessage.java index ab1a56b..047f910 100644 --- a/src/main/java/org/gnunet/consensus/messages/JoinMessage.java +++ b/src/main/java/org/gnunet/consensus/messages/JoinMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java b/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java index 4fc2413..6746f28 100644 --- a/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java +++ b/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/consensus/package-info.java b/src/main/java/org/gnunet/consensus/package-info.java index b27551f..7240056 100644 --- a/src/main/java/org/gnunet/consensus/package-info.java +++ b/src/main/java/org/gnunet/consensus/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Construct.java b/src/main/java/org/gnunet/construct/Construct.java index 82e6fcb..d1641d8 100644 --- a/src/main/java/org/gnunet/construct/Construct.java +++ b/src/main/java/org/gnunet/construct/Construct.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/DoubleValue.java b/src/main/java/org/gnunet/construct/DoubleValue.java index 0856fe8..fd286cb 100644 --- a/src/main/java/org/gnunet/construct/DoubleValue.java +++ b/src/main/java/org/gnunet/construct/DoubleValue.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/FillWith.java b/src/main/java/org/gnunet/construct/FillWith.java index f95aa3d..59839fb 100644 --- a/src/main/java/org/gnunet/construct/FillWith.java +++ b/src/main/java/org/gnunet/construct/FillWith.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/FixedSizeArray.java b/src/main/java/org/gnunet/construct/FixedSizeArray.java index 699ae68..6712e5f 100644 --- a/src/main/java/org/gnunet/construct/FixedSizeArray.java +++ b/src/main/java/org/gnunet/construct/FixedSizeArray.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/FrameSize.java b/src/main/java/org/gnunet/construct/FrameSize.java index 252f182..1edd2dc 100644 --- a/src/main/java/org/gnunet/construct/FrameSize.java +++ b/src/main/java/org/gnunet/construct/FrameSize.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Int16.java b/src/main/java/org/gnunet/construct/Int16.java index 677324b..8167d78 100644 --- a/src/main/java/org/gnunet/construct/Int16.java +++ b/src/main/java/org/gnunet/construct/Int16.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Int32.java b/src/main/java/org/gnunet/construct/Int32.java index da993ca..a5ff596 100644 --- a/src/main/java/org/gnunet/construct/Int32.java +++ b/src/main/java/org/gnunet/construct/Int32.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Int64.java b/src/main/java/org/gnunet/construct/Int64.java index be5d940..345eb39 100644 --- a/src/main/java/org/gnunet/construct/Int64.java +++ b/src/main/java/org/gnunet/construct/Int64.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Int8.java b/src/main/java/org/gnunet/construct/Int8.java index a0aaa14..365df82 100644 --- a/src/main/java/org/gnunet/construct/Int8.java +++ b/src/main/java/org/gnunet/construct/Int8.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/IntegerFill.java b/src/main/java/org/gnunet/construct/IntegerFill.java index 4564c83..6ce8815 100644 --- a/src/main/java/org/gnunet/construct/IntegerFill.java +++ b/src/main/java/org/gnunet/construct/IntegerFill.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Message.java b/src/main/java/org/gnunet/construct/Message.java index d0068b5..e78bdc6 100644 --- a/src/main/java/org/gnunet/construct/Message.java +++ b/src/main/java/org/gnunet/construct/Message.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java b/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java index 9f2e4a9..52cf279 100644 --- a/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java +++ b/src/main/java/org/gnunet/construct/MessageIdAnnotationProcessor.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/MessageLoader.java b/src/main/java/org/gnunet/construct/MessageLoader.java index 4e97711..f7191ef 100644 --- a/src/main/java/org/gnunet/construct/MessageLoader.java +++ b/src/main/java/org/gnunet/construct/MessageLoader.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/MessageUnion.java b/src/main/java/org/gnunet/construct/MessageUnion.java index 0481df2..4ef96af 100644 --- a/src/main/java/org/gnunet/construct/MessageUnion.java +++ b/src/main/java/org/gnunet/construct/MessageUnion.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/NestedMessage.java b/src/main/java/org/gnunet/construct/NestedMessage.java index fe65323..7c1fc5f 100644 --- a/src/main/java/org/gnunet/construct/NestedMessage.java +++ b/src/main/java/org/gnunet/construct/NestedMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/ProtocolViolationException.java b/src/main/java/org/gnunet/construct/ProtocolViolationException.java index 73e091a..10db3da 100644 --- a/src/main/java/org/gnunet/construct/ProtocolViolationException.java +++ b/src/main/java/org/gnunet/construct/ProtocolViolationException.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/ReflectUtil.java b/src/main/java/org/gnunet/construct/ReflectUtil.java index 67bb6c2..770f885 100644 --- a/src/main/java/org/gnunet/construct/ReflectUtil.java +++ b/src/main/java/org/gnunet/construct/ReflectUtil.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/StringTerminationType.java b/src/main/java/org/gnunet/construct/StringTerminationType.java index 6638493..3a1ad96 100644 --- a/src/main/java/org/gnunet/construct/StringTerminationType.java +++ b/src/main/java/org/gnunet/construct/StringTerminationType.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/UInt16.java b/src/main/java/org/gnunet/construct/UInt16.java index 18c24b2..ba40630 100644 --- a/src/main/java/org/gnunet/construct/UInt16.java +++ b/src/main/java/org/gnunet/construct/UInt16.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/UInt32.java b/src/main/java/org/gnunet/construct/UInt32.java index ab4a278..8fa8aba 100644 --- a/src/main/java/org/gnunet/construct/UInt32.java +++ b/src/main/java/org/gnunet/construct/UInt32.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/UInt64.java b/src/main/java/org/gnunet/construct/UInt64.java index d45cf69..61bc765 100644 --- a/src/main/java/org/gnunet/construct/UInt64.java +++ b/src/main/java/org/gnunet/construct/UInt64.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/UInt8.java b/src/main/java/org/gnunet/construct/UInt8.java index 58b8335..5f3fd4b 100644 --- a/src/main/java/org/gnunet/construct/UInt8.java +++ b/src/main/java/org/gnunet/construct/UInt8.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/Union.java b/src/main/java/org/gnunet/construct/Union.java index d35512e..7af6df7 100644 --- a/src/main/java/org/gnunet/construct/Union.java +++ b/src/main/java/org/gnunet/construct/Union.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/UnionCase.java b/src/main/java/org/gnunet/construct/UnionCase.java index 7622dd4..2634e25 100644 --- a/src/main/java/org/gnunet/construct/UnionCase.java +++ b/src/main/java/org/gnunet/construct/UnionCase.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/VariableSizeArray.java b/src/main/java/org/gnunet/construct/VariableSizeArray.java index 64daece..a914ae0 100644 --- a/src/main/java/org/gnunet/construct/VariableSizeArray.java +++ b/src/main/java/org/gnunet/construct/VariableSizeArray.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java b/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java index a3a9f28..06fb8a4 100644 --- a/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java +++ b/src/main/java/org/gnunet/construct/VariableSizeIntegerArray.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/VariableSizeString.java b/src/main/java/org/gnunet/construct/VariableSizeString.java index d9bc9be..5dce26d 100644 --- a/src/main/java/org/gnunet/construct/VariableSizeString.java +++ b/src/main/java/org/gnunet/construct/VariableSizeString.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/ZeroTerminatedString.java b/src/main/java/org/gnunet/construct/ZeroTerminatedString.java index 2d70d71..5df0b50 100644 --- a/src/main/java/org/gnunet/construct/ZeroTerminatedString.java +++ b/src/main/java/org/gnunet/construct/ZeroTerminatedString.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/package-info.java b/src/main/java/org/gnunet/construct/package-info.java index add5d40..3567be0 100644 --- a/src/main/java/org/gnunet/construct/package-info.java +++ b/src/main/java/org/gnunet/construct/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/DoubleParser.java b/src/main/java/org/gnunet/construct/parsers/DoubleParser.java index c6cc835..227cafc 100644 --- a/src/main/java/org/gnunet/construct/parsers/DoubleParser.java +++ b/src/main/java/org/gnunet/construct/parsers/DoubleParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/FillParser.java b/src/main/java/org/gnunet/construct/parsers/FillParser.java index 9f63a07..4775da8 100644 --- a/src/main/java/org/gnunet/construct/parsers/FillParser.java +++ b/src/main/java/org/gnunet/construct/parsers/FillParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java b/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java index 3dbc720..1a029b0 100644 --- a/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java +++ b/src/main/java/org/gnunet/construct/parsers/FixedSizeArrayParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java b/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java index ae633b0..1e90a2a 100644 --- a/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java +++ b/src/main/java/org/gnunet/construct/parsers/FixedSizeIntegerArrayParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java b/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java index 7027afc..d6a406f 100644 --- a/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java +++ b/src/main/java/org/gnunet/construct/parsers/IntegerFillParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/IntegerParser.java b/src/main/java/org/gnunet/construct/parsers/IntegerParser.java index e991f41..027f602 100644 --- a/src/main/java/org/gnunet/construct/parsers/IntegerParser.java +++ b/src/main/java/org/gnunet/construct/parsers/IntegerParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java b/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java index d791f39..d3d65e3 100644 --- a/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java +++ b/src/main/java/org/gnunet/construct/parsers/IntegerUtil.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/NestedParser.java b/src/main/java/org/gnunet/construct/parsers/NestedParser.java index 476225b..0aff195 100644 --- a/src/main/java/org/gnunet/construct/parsers/NestedParser.java +++ b/src/main/java/org/gnunet/construct/parsers/NestedParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/Parser.java b/src/main/java/org/gnunet/construct/parsers/Parser.java index 3eb02a6..5d6c93c 100644 --- a/src/main/java/org/gnunet/construct/parsers/Parser.java +++ b/src/main/java/org/gnunet/construct/parsers/Parser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/SequenceParser.java b/src/main/java/org/gnunet/construct/parsers/SequenceParser.java index 4128e1b..1a36065 100644 --- a/src/main/java/org/gnunet/construct/parsers/SequenceParser.java +++ b/src/main/java/org/gnunet/construct/parsers/SequenceParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/StringParser.java b/src/main/java/org/gnunet/construct/parsers/StringParser.java index a91778b..357304d 100644 --- a/src/main/java/org/gnunet/construct/parsers/StringParser.java +++ b/src/main/java/org/gnunet/construct/parsers/StringParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/UnionParser.java b/src/main/java/org/gnunet/construct/parsers/UnionParser.java index 2424800..8e4616a 100644 --- a/src/main/java/org/gnunet/construct/parsers/UnionParser.java +++ b/src/main/java/org/gnunet/construct/parsers/UnionParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java b/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java index cf00c83..15a3d36 100644 --- a/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java +++ b/src/main/java/org/gnunet/construct/parsers/VariableSizeArrayParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java b/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java index b3f134d..6a5eb2d 100644 --- a/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java +++ b/src/main/java/org/gnunet/construct/parsers/VariableSizeIntegerArrayParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java b/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java index 9686066..64dddc8 100644 --- a/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java +++ b/src/main/java/org/gnunet/construct/parsers/VariableSizeStringParser.java @@ -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 diff --git a/src/main/java/org/gnunet/construct/parsers/package-info.java b/src/main/java/org/gnunet/construct/parsers/package-info.java index 5da3a94..157d285 100644 --- a/src/main/java/org/gnunet/construct/parsers/package-info.java +++ b/src/main/java/org/gnunet/construct/parsers/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/core/ConnectHandler.java b/src/main/java/org/gnunet/core/ConnectHandler.java index 4291acd..1d8be96 100644 --- a/src/main/java/org/gnunet/core/ConnectHandler.java +++ b/src/main/java/org/gnunet/core/ConnectHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/core/Core.java b/src/main/java/org/gnunet/core/Core.java index 83e712b..2c0545f 100644 --- a/src/main/java/org/gnunet/core/Core.java +++ b/src/main/java/org/gnunet/core/Core.java @@ -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 diff --git a/src/main/java/org/gnunet/core/DisconnectHandler.java b/src/main/java/org/gnunet/core/DisconnectHandler.java index e0fe08b..a4bc592 100644 --- a/src/main/java/org/gnunet/core/DisconnectHandler.java +++ b/src/main/java/org/gnunet/core/DisconnectHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/core/HeaderNotify.java b/src/main/java/org/gnunet/core/HeaderNotify.java index 353c576..faec076 100644 --- a/src/main/java/org/gnunet/core/HeaderNotify.java +++ b/src/main/java/org/gnunet/core/HeaderNotify.java @@ -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 diff --git a/src/main/java/org/gnunet/core/InitCallback.java b/src/main/java/org/gnunet/core/InitCallback.java index 7b3548f..aefd00c 100644 --- a/src/main/java/org/gnunet/core/InitCallback.java +++ b/src/main/java/org/gnunet/core/InitCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/core/MessageNotify.java b/src/main/java/org/gnunet/core/MessageNotify.java index 7244884..7a8aeab 100644 --- a/src/main/java/org/gnunet/core/MessageNotify.java +++ b/src/main/java/org/gnunet/core/MessageNotify.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java b/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java index 52e576a..f63a40c 100644 --- a/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java +++ b/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java b/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java index 0c40b7e..3eefd8d 100644 --- a/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java +++ b/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/InitMessage.java b/src/main/java/org/gnunet/core/messages/InitMessage.java index 007d000..ca75093 100644 --- a/src/main/java/org/gnunet/core/messages/InitMessage.java +++ b/src/main/java/org/gnunet/core/messages/InitMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/InitReplyMessage.java b/src/main/java/org/gnunet/core/messages/InitReplyMessage.java index c1252f5..7da1be0 100644 --- a/src/main/java/org/gnunet/core/messages/InitReplyMessage.java +++ b/src/main/java/org/gnunet/core/messages/InitReplyMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java b/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java index a63c17a..775c69f 100644 --- a/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java +++ b/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java b/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java index b474a62..0b63729 100644 --- a/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java +++ b/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/SendMessage.java b/src/main/java/org/gnunet/core/messages/SendMessage.java index a62c422..49d8231 100644 --- a/src/main/java/org/gnunet/core/messages/SendMessage.java +++ b/src/main/java/org/gnunet/core/messages/SendMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/SendMessageReady.java b/src/main/java/org/gnunet/core/messages/SendMessageReady.java index fbedaec..5397374 100644 --- a/src/main/java/org/gnunet/core/messages/SendMessageReady.java +++ b/src/main/java/org/gnunet/core/messages/SendMessageReady.java @@ -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 diff --git a/src/main/java/org/gnunet/core/messages/SendMessageRequest.java b/src/main/java/org/gnunet/core/messages/SendMessageRequest.java index 36fe004..9188a29 100644 --- a/src/main/java/org/gnunet/core/messages/SendMessageRequest.java +++ b/src/main/java/org/gnunet/core/messages/SendMessageRequest.java @@ -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 diff --git a/src/main/java/org/gnunet/core/package-info.java b/src/main/java/org/gnunet/core/package-info.java index d078d72..3f41b53 100644 --- a/src/main/java/org/gnunet/core/package-info.java +++ b/src/main/java/org/gnunet/core/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/BlockType.java b/src/main/java/org/gnunet/dht/BlockType.java index cf00d38..c1f6e6f 100644 --- a/src/main/java/org/gnunet/dht/BlockType.java +++ b/src/main/java/org/gnunet/dht/BlockType.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/DistributedHashTable.java b/src/main/java/org/gnunet/dht/DistributedHashTable.java index 1ff0912..479904f 100644 --- a/src/main/java/org/gnunet/dht/DistributedHashTable.java +++ b/src/main/java/org/gnunet/dht/DistributedHashTable.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/MonitorGetHandler.java b/src/main/java/org/gnunet/dht/MonitorGetHandler.java index d2ce36f..430dd32 100644 --- a/src/main/java/org/gnunet/dht/MonitorGetHandler.java +++ b/src/main/java/org/gnunet/dht/MonitorGetHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java index c0710c9..542a789 100644 --- a/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java +++ b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/MonitorPutHandler.java b/src/main/java/org/gnunet/dht/MonitorPutHandler.java index 1fac89e..f9a5be5 100644 --- a/src/main/java/org/gnunet/dht/MonitorPutHandler.java +++ b/src/main/java/org/gnunet/dht/MonitorPutHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/ResultCallback.java b/src/main/java/org/gnunet/dht/ResultCallback.java index fa5c7ef..067ac38 100644 --- a/src/main/java/org/gnunet/dht/ResultCallback.java +++ b/src/main/java/org/gnunet/dht/ResultCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/RouteOption.java b/src/main/java/org/gnunet/dht/RouteOption.java index fc86321..642b93d 100644 --- a/src/main/java/org/gnunet/dht/RouteOption.java +++ b/src/main/java/org/gnunet/dht/RouteOption.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java index 75745ae..be54536 100644 --- a/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java +++ b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java index 101905a..87cb3e0 100644 --- a/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java +++ b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java index 91d1954..d996b77 100644 --- a/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java +++ b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java index ac12aed..68ef09d 100644 --- a/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java +++ b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java index c955f1b..30a9f88 100644 --- a/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java +++ b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java index c8f6426..a57a0f8 100644 --- a/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java +++ b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java index 9761e85..335adea 100644 --- a/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java +++ b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java index 84180fb..2ad9efc 100644 --- a/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java +++ b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java index 137f635..4624597 100644 --- a/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java +++ b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java @@ -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 diff --git a/src/main/java/org/gnunet/dht/package-info.java b/src/main/java/org/gnunet/dht/package-info.java index bd9c62f..25275c1 100644 --- a/src/main/java/org/gnunet/dht/package-info.java +++ b/src/main/java/org/gnunet/dht/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/Gns.java b/src/main/java/org/gnunet/gns/Gns.java index cd9d02b..b67486b 100644 --- a/src/main/java/org/gnunet/gns/Gns.java +++ b/src/main/java/org/gnunet/gns/Gns.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/GnsRecord.java b/src/main/java/org/gnunet/gns/GnsRecord.java index 657d4e7..e58d9d4 100644 --- a/src/main/java/org/gnunet/gns/GnsRecord.java +++ b/src/main/java/org/gnunet/gns/GnsRecord.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/LookupResultProcessor.java b/src/main/java/org/gnunet/gns/LookupResultProcessor.java index d3e0af0..d1c0ff2 100644 --- a/src/main/java/org/gnunet/gns/LookupResultProcessor.java +++ b/src/main/java/org/gnunet/gns/LookupResultProcessor.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/RecordFlags.java b/src/main/java/org/gnunet/gns/RecordFlags.java index 10c43b9..8eb1c1a 100644 --- a/src/main/java/org/gnunet/gns/RecordFlags.java +++ b/src/main/java/org/gnunet/gns/RecordFlags.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java b/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java index b91d377..f489ba5 100644 --- a/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java +++ b/src/main/java/org/gnunet/gns/messages/ClientLookupMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java b/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java index d7d062d..3676151 100644 --- a/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java +++ b/src/main/java/org/gnunet/gns/messages/ClientLookupResultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/package-info.java b/src/main/java/org/gnunet/gns/package-info.java index 017e96a..be2afb8 100644 --- a/src/main/java/org/gnunet/gns/package-info.java +++ b/src/main/java/org/gnunet/gns/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/records/ARecordData.java b/src/main/java/org/gnunet/gns/records/ARecordData.java index 1154a44..799d3a4 100644 --- a/src/main/java/org/gnunet/gns/records/ARecordData.java +++ b/src/main/java/org/gnunet/gns/records/ARecordData.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/records/RecordData.java b/src/main/java/org/gnunet/gns/records/RecordData.java index f8f317b..c5d591b 100644 --- a/src/main/java/org/gnunet/gns/records/RecordData.java +++ b/src/main/java/org/gnunet/gns/records/RecordData.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/records/UnknownRecordData.java b/src/main/java/org/gnunet/gns/records/UnknownRecordData.java index c885458..4f7e5e8 100644 --- a/src/main/java/org/gnunet/gns/records/UnknownRecordData.java +++ b/src/main/java/org/gnunet/gns/records/UnknownRecordData.java @@ -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 diff --git a/src/main/java/org/gnunet/gns/records/package-info.java b/src/main/java/org/gnunet/gns/records/package-info.java index 6039556..432faee 100644 --- a/src/main/java/org/gnunet/gns/records/package-info.java +++ b/src/main/java/org/gnunet/gns/records/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/hello/HelloMessage.java b/src/main/java/org/gnunet/hello/HelloMessage.java index 974da2c..c33b359 100644 --- a/src/main/java/org/gnunet/hello/HelloMessage.java +++ b/src/main/java/org/gnunet/hello/HelloMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/hello/package-info.java b/src/main/java/org/gnunet/hello/package-info.java index 78a5193..a3bfe11 100644 --- a/src/main/java/org/gnunet/hello/package-info.java +++ b/src/main/java/org/gnunet/hello/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/Identity.java b/src/main/java/org/gnunet/identity/Identity.java index 9f03234..901bd4c 100644 --- a/src/main/java/org/gnunet/identity/Identity.java +++ b/src/main/java/org/gnunet/identity/Identity.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/IdentityCallback.java b/src/main/java/org/gnunet/identity/IdentityCallback.java index b952c41..4814977 100644 --- a/src/main/java/org/gnunet/identity/IdentityCallback.java +++ b/src/main/java/org/gnunet/identity/IdentityCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/IdentityContinuation.java b/src/main/java/org/gnunet/identity/IdentityContinuation.java index 52de2d0..1aa15f6 100644 --- a/src/main/java/org/gnunet/identity/IdentityContinuation.java +++ b/src/main/java/org/gnunet/identity/IdentityContinuation.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/IdentityListCallback.java b/src/main/java/org/gnunet/identity/IdentityListCallback.java index afe251d..ecc26ba 100644 --- a/src/main/java/org/gnunet/identity/IdentityListCallback.java +++ b/src/main/java/org/gnunet/identity/IdentityListCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java b/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java index dd67fa1..8f48ee6 100644 --- a/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java +++ b/src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/DeleteMessage.java b/src/main/java/org/gnunet/identity/messages/DeleteMessage.java index 7c48c1f..9d72a43 100644 --- a/src/main/java/org/gnunet/identity/messages/DeleteMessage.java +++ b/src/main/java/org/gnunet/identity/messages/DeleteMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java b/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java index eb44eba..83d3890 100644 --- a/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java +++ b/src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/RenameMessage.java b/src/main/java/org/gnunet/identity/messages/RenameMessage.java index a5b9d2e..d02f95d 100644 --- a/src/main/java/org/gnunet/identity/messages/RenameMessage.java +++ b/src/main/java/org/gnunet/identity/messages/RenameMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java b/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java index 717bbb4..7e13f75 100644 --- a/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java +++ b/src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java b/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java index 484bde7..1d1f6a0 100644 --- a/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java +++ b/src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/StartMessage.java b/src/main/java/org/gnunet/identity/messages/StartMessage.java index ffc0a08..42787a2 100644 --- a/src/main/java/org/gnunet/identity/messages/StartMessage.java +++ b/src/main/java/org/gnunet/identity/messages/StartMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java b/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java index f30d18a..f2e904d 100644 --- a/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java +++ b/src/main/java/org/gnunet/identity/messages/UpdateListMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/identity/package-info.java b/src/main/java/org/gnunet/identity/package-info.java index cb75514..41bfe8c 100644 --- a/src/main/java/org/gnunet/identity/package-info.java +++ b/src/main/java/org/gnunet/identity/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/mq/package-info.java b/src/main/java/org/gnunet/mq/package-info.java index 70a7c7a..38f0485 100644 --- a/src/main/java/org/gnunet/mq/package-info.java +++ b/src/main/java/org/gnunet/mq/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java b/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java index 05f80f2..ad276cd 100644 --- a/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java +++ b/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java @@ -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 diff --git a/src/main/java/org/gnunet/nse/package-info.java b/src/main/java/org/gnunet/nse/package-info.java index 45618ba..cce27cf 100644 --- a/src/main/java/org/gnunet/nse/package-info.java +++ b/src/main/java/org/gnunet/nse/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/peerinfo/PeerInfo.java b/src/main/java/org/gnunet/peerinfo/PeerInfo.java index dcd3cc0..03e52c3 100644 --- a/src/main/java/org/gnunet/peerinfo/PeerInfo.java +++ b/src/main/java/org/gnunet/peerinfo/PeerInfo.java @@ -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 diff --git a/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java b/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java index 1c3cddb..3c7e545 100644 --- a/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java +++ b/src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java b/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java index 10a2149..05c8abc 100644 --- a/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java +++ b/src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java b/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java index 8a158b9..e360bf4 100644 --- a/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java +++ b/src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerinfo/package-info.java b/src/main/java/org/gnunet/peerinfo/package-info.java index 19cebdb..3c10576 100644 --- a/src/main/java/org/gnunet/peerinfo/package-info.java +++ b/src/main/java/org/gnunet/peerinfo/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/IterateRequest.java b/src/main/java/org/gnunet/peerstore/IterateRequest.java index ec7f7df..38a53c9 100644 --- a/src/main/java/org/gnunet/peerstore/IterateRequest.java +++ b/src/main/java/org/gnunet/peerstore/IterateRequest.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/Peerstore.java b/src/main/java/org/gnunet/peerstore/Peerstore.java index 6af904d..a111005 100644 --- a/src/main/java/org/gnunet/peerstore/Peerstore.java +++ b/src/main/java/org/gnunet/peerstore/Peerstore.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java b/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java index 867cb51..0688337 100644 --- a/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java +++ b/src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/StoreOption.java b/src/main/java/org/gnunet/peerstore/StoreOption.java index f03aff9..d7d0960 100644 --- a/src/main/java/org/gnunet/peerstore/StoreOption.java +++ b/src/main/java/org/gnunet/peerstore/StoreOption.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/WatchRequest.java b/src/main/java/org/gnunet/peerstore/WatchRequest.java index 4460c1c..e51fe42 100644 --- a/src/main/java/org/gnunet/peerstore/WatchRequest.java +++ b/src/main/java/org/gnunet/peerstore/WatchRequest.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java b/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java index 494555d..c49d783 100644 --- a/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java +++ b/src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java b/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java index 8eb2be2..7269564 100644 --- a/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java +++ b/src/main/java/org/gnunet/peerstore/messages/IterateMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java b/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java index b595b88..9fa6c86 100644 --- a/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java +++ b/src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java b/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java index 632d562..c150b90 100644 --- a/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java +++ b/src/main/java/org/gnunet/peerstore/messages/StoreMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/FixedMessageRequest.java b/src/main/java/org/gnunet/requests/FixedMessageRequest.java index f9e8a69..4491951 100644 --- a/src/main/java/org/gnunet/requests/FixedMessageRequest.java +++ b/src/main/java/org/gnunet/requests/FixedMessageRequest.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/MatchingRequestContainer.java b/src/main/java/org/gnunet/requests/MatchingRequestContainer.java index 04b17fd..652031f 100644 --- a/src/main/java/org/gnunet/requests/MatchingRequestContainer.java +++ b/src/main/java/org/gnunet/requests/MatchingRequestContainer.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/Request.java b/src/main/java/org/gnunet/requests/Request.java index 80a59ff..e4d1370 100644 --- a/src/main/java/org/gnunet/requests/Request.java +++ b/src/main/java/org/gnunet/requests/Request.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/RequestContainer.java b/src/main/java/org/gnunet/requests/RequestContainer.java index 9c7fb48..e93c25f 100644 --- a/src/main/java/org/gnunet/requests/RequestContainer.java +++ b/src/main/java/org/gnunet/requests/RequestContainer.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/RequestIdentifier.java b/src/main/java/org/gnunet/requests/RequestIdentifier.java index f1239b3..e080ecf 100644 --- a/src/main/java/org/gnunet/requests/RequestIdentifier.java +++ b/src/main/java/org/gnunet/requests/RequestIdentifier.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/SequentialRequestContainer.java b/src/main/java/org/gnunet/requests/SequentialRequestContainer.java index 07a662f..650529a 100644 --- a/src/main/java/org/gnunet/requests/SequentialRequestContainer.java +++ b/src/main/java/org/gnunet/requests/SequentialRequestContainer.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java b/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java index 7132472..736a79b 100644 --- a/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java +++ b/src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/TimeoutHandler.java b/src/main/java/org/gnunet/requests/TimeoutHandler.java index f9715de..fccbd50 100644 --- a/src/main/java/org/gnunet/requests/TimeoutHandler.java +++ b/src/main/java/org/gnunet/requests/TimeoutHandler.java @@ -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 diff --git a/src/main/java/org/gnunet/requests/package-info.java b/src/main/java/org/gnunet/requests/package-info.java index b4fd674..505e359 100644 --- a/src/main/java/org/gnunet/requests/package-info.java +++ b/src/main/java/org/gnunet/requests/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/Ciphertext.java b/src/main/java/org/gnunet/secretsharing/Ciphertext.java index 10b056e..29238d6 100644 --- a/src/main/java/org/gnunet/secretsharing/Ciphertext.java +++ b/src/main/java/org/gnunet/secretsharing/Ciphertext.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/DecryptCallback.java b/src/main/java/org/gnunet/secretsharing/DecryptCallback.java index 2c4386f..49172b3 100644 --- a/src/main/java/org/gnunet/secretsharing/DecryptCallback.java +++ b/src/main/java/org/gnunet/secretsharing/DecryptCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/Decryption.java b/src/main/java/org/gnunet/secretsharing/Decryption.java index b37af46..ad0026a 100644 --- a/src/main/java/org/gnunet/secretsharing/Decryption.java +++ b/src/main/java/org/gnunet/secretsharing/Decryption.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/FieldElement.java b/src/main/java/org/gnunet/secretsharing/FieldElement.java index e1fcac6..6566d8c 100644 --- a/src/main/java/org/gnunet/secretsharing/FieldElement.java +++ b/src/main/java/org/gnunet/secretsharing/FieldElement.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/KeyGeneration.java b/src/main/java/org/gnunet/secretsharing/KeyGeneration.java index e467ae7..e76d6b8 100644 --- a/src/main/java/org/gnunet/secretsharing/KeyGeneration.java +++ b/src/main/java/org/gnunet/secretsharing/KeyGeneration.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/Parameters.java b/src/main/java/org/gnunet/secretsharing/Parameters.java index 6147256..6b78c03 100644 --- a/src/main/java/org/gnunet/secretsharing/Parameters.java +++ b/src/main/java/org/gnunet/secretsharing/Parameters.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/Plaintext.java b/src/main/java/org/gnunet/secretsharing/Plaintext.java index a3d87c8..96af24f 100644 --- a/src/main/java/org/gnunet/secretsharing/Plaintext.java +++ b/src/main/java/org/gnunet/secretsharing/Plaintext.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java b/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java index a0f9e42..bf5b436 100644 --- a/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java +++ b/src/main/java/org/gnunet/secretsharing/SecretReadyCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java b/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java index 4560788..13fc1b1 100644 --- a/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java +++ b/src/main/java/org/gnunet/secretsharing/ThresholdPublicKey.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java b/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java index bfe2efc..555dfda 100644 --- a/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java +++ b/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java b/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java index 488e28b..77d72bf 100644 --- a/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java +++ b/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java b/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java index 135b254..754b688 100644 --- a/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java +++ b/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java b/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java index 479fe2c..7675008 100644 --- a/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java +++ b/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/secretsharing/package-info.java b/src/main/java/org/gnunet/secretsharing/package-info.java index 8ba0a1c..f12ed15 100644 --- a/src/main/java/org/gnunet/secretsharing/package-info.java +++ b/src/main/java/org/gnunet/secretsharing/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/Statistics.java b/src/main/java/org/gnunet/statistics/Statistics.java index d642962..123f7f9 100644 --- a/src/main/java/org/gnunet/statistics/Statistics.java +++ b/src/main/java/org/gnunet/statistics/Statistics.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/StatisticsReceiver.java b/src/main/java/org/gnunet/statistics/StatisticsReceiver.java index d30a93e..f884696 100644 --- a/src/main/java/org/gnunet/statistics/StatisticsReceiver.java +++ b/src/main/java/org/gnunet/statistics/StatisticsReceiver.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/GetMessage.java b/src/main/java/org/gnunet/statistics/messages/GetMessage.java index 153f2ce..a433cca 100644 --- a/src/main/java/org/gnunet/statistics/messages/GetMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/GetMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java b/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java index 1229845..cc57d5b 100644 --- a/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java b/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java index 728f245..53a1726 100644 --- a/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/SetMessage.java b/src/main/java/org/gnunet/statistics/messages/SetMessage.java index bf0a675..13c169b 100644 --- a/src/main/java/org/gnunet/statistics/messages/SetMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/SetMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/WatchMessage.java b/src/main/java/org/gnunet/statistics/messages/WatchMessage.java index c976021..e1fc37b 100644 --- a/src/main/java/org/gnunet/statistics/messages/WatchMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/WatchMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java b/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java index 9d7604e..0c40aca 100644 --- a/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java +++ b/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/statistics/package-info.java b/src/main/java/org/gnunet/statistics/package-info.java index 95d40ac..9a5b589 100644 --- a/src/main/java/org/gnunet/statistics/package-info.java +++ b/src/main/java/org/gnunet/statistics/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/CompressedConfig.java b/src/main/java/org/gnunet/testbed/CompressedConfig.java index 48d46c2..5c82b9f 100644 --- a/src/main/java/org/gnunet/testbed/CompressedConfig.java +++ b/src/main/java/org/gnunet/testbed/CompressedConfig.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/Controller.java b/src/main/java/org/gnunet/testbed/Controller.java index 904c8ae..e855033 100644 --- a/src/main/java/org/gnunet/testbed/Controller.java +++ b/src/main/java/org/gnunet/testbed/Controller.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/PeerInformationCallback.java b/src/main/java/org/gnunet/testbed/PeerInformationCallback.java index c06b716..29fb8a4 100644 --- a/src/main/java/org/gnunet/testbed/PeerInformationCallback.java +++ b/src/main/java/org/gnunet/testbed/PeerInformationCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/ServiceAdapter.java b/src/main/java/org/gnunet/testbed/ServiceAdapter.java index edf3da3..6f3be69 100644 --- a/src/main/java/org/gnunet/testbed/ServiceAdapter.java +++ b/src/main/java/org/gnunet/testbed/ServiceAdapter.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java b/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java index a6e2370..ab4ae97 100644 --- a/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java +++ b/src/main/java/org/gnunet/testbed/messages/ConnectionEventMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java b/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java index 3a57ddb..b28cf3f 100644 --- a/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java +++ b/src/main/java/org/gnunet/testbed/messages/ControllerInitMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java b/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java index 315e5eb..8c3d519 100644 --- a/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java +++ b/src/main/java/org/gnunet/testbed/messages/PeerGetInformationMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java b/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java index 670da41..5866de6 100644 --- a/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java +++ b/src/main/java/org/gnunet/testbed/messages/PeerInformationMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/testbed/package-info.java b/src/main/java/org/gnunet/testbed/package-info.java index 758b5b5..a86515f 100644 --- a/src/main/java/org/gnunet/testbed/package-info.java +++ b/src/main/java/org/gnunet/testbed/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/testing/TestingSetup.java b/src/main/java/org/gnunet/testing/TestingSetup.java index 276480b..7a1d967 100644 --- a/src/main/java/org/gnunet/testing/TestingSetup.java +++ b/src/main/java/org/gnunet/testing/TestingSetup.java @@ -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 diff --git a/src/main/java/org/gnunet/testing/TestingSubsystem.java b/src/main/java/org/gnunet/testing/TestingSubsystem.java index bad86c8..2a3eef0 100644 --- a/src/main/java/org/gnunet/testing/TestingSubsystem.java +++ b/src/main/java/org/gnunet/testing/TestingSubsystem.java @@ -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 diff --git a/src/main/java/org/gnunet/testing/package-info.java b/src/main/java/org/gnunet/testing/package-info.java index 1a91586..00510e9 100644 --- a/src/main/java/org/gnunet/testing/package-info.java +++ b/src/main/java/org/gnunet/testing/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/AddressQuery.java b/src/main/java/org/gnunet/transport/AddressQuery.java index 34a132c..414e195 100644 --- a/src/main/java/org/gnunet/transport/AddressQuery.java +++ b/src/main/java/org/gnunet/transport/AddressQuery.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/BlacklistCallback.java b/src/main/java/org/gnunet/transport/BlacklistCallback.java index 3c66f00..3fadf2d 100644 --- a/src/main/java/org/gnunet/transport/BlacklistCallback.java +++ b/src/main/java/org/gnunet/transport/BlacklistCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/HelloAddress.java b/src/main/java/org/gnunet/transport/HelloAddress.java index a161bce..0d24488 100644 --- a/src/main/java/org/gnunet/transport/HelloAddress.java +++ b/src/main/java/org/gnunet/transport/HelloAddress.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/OfferHelloContinuation.java b/src/main/java/org/gnunet/transport/OfferHelloContinuation.java index 07afb45..1a47242 100644 --- a/src/main/java/org/gnunet/transport/OfferHelloContinuation.java +++ b/src/main/java/org/gnunet/transport/OfferHelloContinuation.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/PeerAddressListCallback.java b/src/main/java/org/gnunet/transport/PeerAddressListCallback.java index e0fa5a8..0b49b32 100644 --- a/src/main/java/org/gnunet/transport/PeerAddressListCallback.java +++ b/src/main/java/org/gnunet/transport/PeerAddressListCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java index de7a363..0a5fb67 100644 --- a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java +++ b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/PeerState.java b/src/main/java/org/gnunet/transport/PeerState.java index 538c189..8c1c683 100644 --- a/src/main/java/org/gnunet/transport/PeerState.java +++ b/src/main/java/org/gnunet/transport/PeerState.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java index dfa4b97..200554a 100644 --- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java +++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java index 8c507b7..742f510 100644 --- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java +++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/ConnectMessage.java b/src/main/java/org/gnunet/transport/messages/ConnectMessage.java index 4467926..436ba2a 100644 --- a/src/main/java/org/gnunet/transport/messages/ConnectMessage.java +++ b/src/main/java/org/gnunet/transport/messages/ConnectMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java index 3f63dfc..4824e86 100644 --- a/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java +++ b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/RecvMessage.java b/src/main/java/org/gnunet/transport/messages/RecvMessage.java index 0fb0d26..c99f675 100644 --- a/src/main/java/org/gnunet/transport/messages/RecvMessage.java +++ b/src/main/java/org/gnunet/transport/messages/RecvMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java index d655a54..55ece30 100644 --- a/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java +++ b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/messages/StartMessage.java b/src/main/java/org/gnunet/transport/messages/StartMessage.java index 213678e..c3fdf44 100644 --- a/src/main/java/org/gnunet/transport/messages/StartMessage.java +++ b/src/main/java/org/gnunet/transport/messages/StartMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/transport/package-info.java b/src/main/java/org/gnunet/transport/package-info.java index 5a13466..3814925 100644 --- a/src/main/java/org/gnunet/transport/package-info.java +++ b/src/main/java/org/gnunet/transport/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/util/ATSInformation.java b/src/main/java/org/gnunet/util/ATSInformation.java index b93931b..fd0d477 100644 --- a/src/main/java/org/gnunet/util/ATSInformation.java +++ b/src/main/java/org/gnunet/util/ATSInformation.java @@ -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 diff --git a/src/main/java/org/gnunet/util/AbsoluteTime.java b/src/main/java/org/gnunet/util/AbsoluteTime.java index b6ab811..bc4e2f4 100644 --- a/src/main/java/org/gnunet/util/AbsoluteTime.java +++ b/src/main/java/org/gnunet/util/AbsoluteTime.java @@ -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 diff --git a/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java b/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java index 54fb95f..9b27449 100644 --- a/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java +++ b/src/main/java/org/gnunet/util/AbsoluteTimeMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/BigIntegers.java b/src/main/java/org/gnunet/util/BigIntegers.java index f3f9fa7..ae78e49 100644 --- a/src/main/java/org/gnunet/util/BigIntegers.java +++ b/src/main/java/org/gnunet/util/BigIntegers.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Cancelable.java b/src/main/java/org/gnunet/util/Cancelable.java index 173f4c0..16e1d06 100644 --- a/src/main/java/org/gnunet/util/Cancelable.java +++ b/src/main/java/org/gnunet/util/Cancelable.java @@ -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 diff --git a/src/main/java/org/gnunet/util/CancellationToken.java b/src/main/java/org/gnunet/util/CancellationToken.java index 079d9ca..b0ffa5c 100644 --- a/src/main/java/org/gnunet/util/CancellationToken.java +++ b/src/main/java/org/gnunet/util/CancellationToken.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Client.java b/src/main/java/org/gnunet/util/Client.java index 5ca60ce..6da6859 100644 --- a/src/main/java/org/gnunet/util/Client.java +++ b/src/main/java/org/gnunet/util/Client.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Configuration.java b/src/main/java/org/gnunet/util/Configuration.java index 269d4a6..af98201 100644 --- a/src/main/java/org/gnunet/util/Configuration.java +++ b/src/main/java/org/gnunet/util/Configuration.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Connection.java b/src/main/java/org/gnunet/util/Connection.java index 3f87180..77b8e08 100644 --- a/src/main/java/org/gnunet/util/Connection.java +++ b/src/main/java/org/gnunet/util/Connection.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Continuation.java b/src/main/java/org/gnunet/util/Continuation.java index e1027c0..7e184e8 100644 --- a/src/main/java/org/gnunet/util/Continuation.java +++ b/src/main/java/org/gnunet/util/Continuation.java @@ -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 diff --git a/src/main/java/org/gnunet/util/GnunetMessage.java b/src/main/java/org/gnunet/util/GnunetMessage.java index 89c7a80..35667f0 100644 --- a/src/main/java/org/gnunet/util/GnunetMessage.java +++ b/src/main/java/org/gnunet/util/GnunetMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/HashCode.java b/src/main/java/org/gnunet/util/HashCode.java index a93a867..9575f5c 100644 --- a/src/main/java/org/gnunet/util/HashCode.java +++ b/src/main/java/org/gnunet/util/HashCode.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Helper.java b/src/main/java/org/gnunet/util/Helper.java index 1462cf2..2876e81 100644 --- a/src/main/java/org/gnunet/util/Helper.java +++ b/src/main/java/org/gnunet/util/Helper.java @@ -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 diff --git a/src/main/java/org/gnunet/util/MessageReceiver.java b/src/main/java/org/gnunet/util/MessageReceiver.java index 548695f..a7aaa4e 100644 --- a/src/main/java/org/gnunet/util/MessageReceiver.java +++ b/src/main/java/org/gnunet/util/MessageReceiver.java @@ -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 diff --git a/src/main/java/org/gnunet/util/MessageStreamTokenizer.java b/src/main/java/org/gnunet/util/MessageStreamTokenizer.java index 9beb632..ad6c96b 100644 --- a/src/main/java/org/gnunet/util/MessageStreamTokenizer.java +++ b/src/main/java/org/gnunet/util/MessageStreamTokenizer.java @@ -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 diff --git a/src/main/java/org/gnunet/util/MessageTransmitter.java b/src/main/java/org/gnunet/util/MessageTransmitter.java index 2b63c8c..afb28f4 100644 --- a/src/main/java/org/gnunet/util/MessageTransmitter.java +++ b/src/main/java/org/gnunet/util/MessageTransmitter.java @@ -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 diff --git a/src/main/java/org/gnunet/util/MstCalllback.java b/src/main/java/org/gnunet/util/MstCalllback.java index 33abd40..84af6e6 100644 --- a/src/main/java/org/gnunet/util/MstCalllback.java +++ b/src/main/java/org/gnunet/util/MstCalllback.java @@ -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 diff --git a/src/main/java/org/gnunet/util/PeerIdentity.java b/src/main/java/org/gnunet/util/PeerIdentity.java index 60197f2..f9dfb4e 100644 --- a/src/main/java/org/gnunet/util/PeerIdentity.java +++ b/src/main/java/org/gnunet/util/PeerIdentity.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Program.java b/src/main/java/org/gnunet/util/Program.java index 31b4924..34ee01e 100644 --- a/src/main/java/org/gnunet/util/Program.java +++ b/src/main/java/org/gnunet/util/Program.java @@ -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 diff --git a/src/main/java/org/gnunet/util/RelativeTime.java b/src/main/java/org/gnunet/util/RelativeTime.java index 188d9ac..423a397 100644 --- a/src/main/java/org/gnunet/util/RelativeTime.java +++ b/src/main/java/org/gnunet/util/RelativeTime.java @@ -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 diff --git a/src/main/java/org/gnunet/util/RelativeTimeMessage.java b/src/main/java/org/gnunet/util/RelativeTimeMessage.java index ac4e66c..0c0b138 100644 --- a/src/main/java/org/gnunet/util/RelativeTimeMessage.java +++ b/src/main/java/org/gnunet/util/RelativeTimeMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Resolver.java b/src/main/java/org/gnunet/util/Resolver.java index f6c2e00..8cefa8e 100644 --- a/src/main/java/org/gnunet/util/Resolver.java +++ b/src/main/java/org/gnunet/util/Resolver.java @@ -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 diff --git a/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java b/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java index 1de7ac0..aa441be 100644 --- a/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java +++ b/src/main/java/org/gnunet/util/RunaboutMessageReceiver.java @@ -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 diff --git a/src/main/java/org/gnunet/util/RunaboutUtil.java b/src/main/java/org/gnunet/util/RunaboutUtil.java index a82dc0a..199168b 100644 --- a/src/main/java/org/gnunet/util/RunaboutUtil.java +++ b/src/main/java/org/gnunet/util/RunaboutUtil.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Scheduler.java b/src/main/java/org/gnunet/util/Scheduler.java index ef801dd..11d682c 100644 --- a/src/main/java/org/gnunet/util/Scheduler.java +++ b/src/main/java/org/gnunet/util/Scheduler.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Server.java b/src/main/java/org/gnunet/util/Server.java index ccf977e..4cf8dd2 100644 --- a/src/main/java/org/gnunet/util/Server.java +++ b/src/main/java/org/gnunet/util/Server.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Service.java b/src/main/java/org/gnunet/util/Service.java index d815818..b1fdc94 100644 --- a/src/main/java/org/gnunet/util/Service.java +++ b/src/main/java/org/gnunet/util/Service.java @@ -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 diff --git a/src/main/java/org/gnunet/util/Strings.java b/src/main/java/org/gnunet/util/Strings.java index 1efaecf..b97eb0d 100644 --- a/src/main/java/org/gnunet/util/Strings.java +++ b/src/main/java/org/gnunet/util/Strings.java @@ -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 diff --git a/src/main/java/org/gnunet/util/TestMessage.java b/src/main/java/org/gnunet/util/TestMessage.java index b08a706..a9e9dfb 100644 --- a/src/main/java/org/gnunet/util/TestMessage.java +++ b/src/main/java/org/gnunet/util/TestMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/UnknownMessageBody.java b/src/main/java/org/gnunet/util/UnknownMessageBody.java index b978ec6..e0bba75 100644 --- a/src/main/java/org/gnunet/util/UnknownMessageBody.java +++ b/src/main/java/org/gnunet/util/UnknownMessageBody.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/DsaPrng.java b/src/main/java/org/gnunet/util/crypto/DsaPrng.java index c63375d..ddc7963 100644 --- a/src/main/java/org/gnunet/util/crypto/DsaPrng.java +++ b/src/main/java/org/gnunet/util/crypto/DsaPrng.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java b/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java index 3b68425..815e24c 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java +++ b/src/main/java/org/gnunet/util/crypto/EcdhePrivateKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java b/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java index 844bddf..db41e61 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java +++ b/src/main/java/org/gnunet/util/crypto/EcdhePublicKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java b/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java index 46476d4..1e5e3e7 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java +++ b/src/main/java/org/gnunet/util/crypto/EcdsaPrivateKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java b/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java index 9142164..cee23d3 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java +++ b/src/main/java/org/gnunet/util/crypto/EcdsaPublicKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java b/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java index 28dfb3e..e4cf940 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java +++ b/src/main/java/org/gnunet/util/crypto/EcdsaSignature.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java b/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java index 499658a..bcca46d 100644 --- a/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java +++ b/src/main/java/org/gnunet/util/crypto/EcdsaSignedMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/Ed25519.java b/src/main/java/org/gnunet/util/crypto/Ed25519.java index e335c99..686cb43 100644 --- a/src/main/java/org/gnunet/util/crypto/Ed25519.java +++ b/src/main/java/org/gnunet/util/crypto/Ed25519.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java b/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java index 921d625..1a5e33a 100644 --- a/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java +++ b/src/main/java/org/gnunet/util/crypto/EddsaPrivateKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java b/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java index aa43a0b..fe03743 100644 --- a/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java +++ b/src/main/java/org/gnunet/util/crypto/EddsaPublicKey.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EddsaSignature.java b/src/main/java/org/gnunet/util/crypto/EddsaSignature.java index c9be7e5..5a31d94 100644 --- a/src/main/java/org/gnunet/util/crypto/EddsaSignature.java +++ b/src/main/java/org/gnunet/util/crypto/EddsaSignature.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java b/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java index 04a2965..21f1b78 100644 --- a/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java +++ b/src/main/java/org/gnunet/util/crypto/EddsaSignedMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/util/crypto/package-info.java b/src/main/java/org/gnunet/util/crypto/package-info.java index 8262249..4d2b082 100644 --- a/src/main/java/org/gnunet/util/crypto/package-info.java +++ b/src/main/java/org/gnunet/util/crypto/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/util/getopt/Argument.java b/src/main/java/org/gnunet/util/getopt/Argument.java index 34159d0..7183862 100644 --- a/src/main/java/org/gnunet/util/getopt/Argument.java +++ b/src/main/java/org/gnunet/util/getopt/Argument.java @@ -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 diff --git a/src/main/java/org/gnunet/util/getopt/ArgumentAction.java b/src/main/java/org/gnunet/util/getopt/ArgumentAction.java index 077e71c..ffefdf2 100644 --- a/src/main/java/org/gnunet/util/getopt/ArgumentAction.java +++ b/src/main/java/org/gnunet/util/getopt/ArgumentAction.java @@ -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 diff --git a/src/main/java/org/gnunet/util/getopt/Parser.java b/src/main/java/org/gnunet/util/getopt/Parser.java index cd1603a..ba47a9f 100644 --- a/src/main/java/org/gnunet/util/getopt/Parser.java +++ b/src/main/java/org/gnunet/util/getopt/Parser.java @@ -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 diff --git a/src/main/java/org/gnunet/util/getopt/package-info.java b/src/main/java/org/gnunet/util/getopt/package-info.java index 0e3bdf5..14a77ce 100644 --- a/src/main/java/org/gnunet/util/getopt/package-info.java +++ b/src/main/java/org/gnunet/util/getopt/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/util/package-info.java b/src/main/java/org/gnunet/util/package-info.java index df61afd..002b1f5 100644 --- a/src/main/java/org/gnunet/util/package-info.java +++ b/src/main/java/org/gnunet/util/package-info.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/Ballot.java b/src/main/java/org/gnunet/voting/Ballot.java index 71c60fd..2cc8da7 100644 --- a/src/main/java/org/gnunet/voting/Ballot.java +++ b/src/main/java/org/gnunet/voting/Ballot.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/BallotTool.java b/src/main/java/org/gnunet/voting/BallotTool.java index 78d947a..4f85289 100644 --- a/src/main/java/org/gnunet/voting/BallotTool.java +++ b/src/main/java/org/gnunet/voting/BallotTool.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/CertifyGroupTool.java b/src/main/java/org/gnunet/voting/CertifyGroupTool.java index 37dcd05..f6d10f3 100644 --- a/src/main/java/org/gnunet/voting/CertifyGroupTool.java +++ b/src/main/java/org/gnunet/voting/CertifyGroupTool.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java b/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java index dcfb60a..3d8f0ed 100644 --- a/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java +++ b/src/main/java/org/gnunet/voting/ChaumPedersenZkp.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/DisjunctionZkp.java b/src/main/java/org/gnunet/voting/DisjunctionZkp.java index 2109599..b34c4a9 100644 --- a/src/main/java/org/gnunet/voting/DisjunctionZkp.java +++ b/src/main/java/org/gnunet/voting/DisjunctionZkp.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/EncryptedVote.java b/src/main/java/org/gnunet/voting/EncryptedVote.java index 3ecfd5f..1a38bc0 100644 --- a/src/main/java/org/gnunet/voting/EncryptedVote.java +++ b/src/main/java/org/gnunet/voting/EncryptedVote.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/GroupCert.java b/src/main/java/org/gnunet/voting/GroupCert.java index c363674..1952f4f 100644 --- a/src/main/java/org/gnunet/voting/GroupCert.java +++ b/src/main/java/org/gnunet/voting/GroupCert.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/InvalidBallotException.java b/src/main/java/org/gnunet/voting/InvalidBallotException.java index 3f74f98..b016623 100644 --- a/src/main/java/org/gnunet/voting/InvalidBallotException.java +++ b/src/main/java/org/gnunet/voting/InvalidBallotException.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/InvalidGroupCertException.java b/src/main/java/org/gnunet/voting/InvalidGroupCertException.java index 26d24c4..a0b5b12 100644 --- a/src/main/java/org/gnunet/voting/InvalidGroupCertException.java +++ b/src/main/java/org/gnunet/voting/InvalidGroupCertException.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java b/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java index b08ec4f..7ca9b4c 100644 --- a/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java +++ b/src/main/java/org/gnunet/voting/TallyAuthorityDaemon.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java b/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java index 8986970..053b7cf 100644 --- a/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java +++ b/src/main/java/org/gnunet/voting/messages/BallotRegisterFailureMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java b/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java index c94332a..9a2fda3 100644 --- a/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java +++ b/src/main/java/org/gnunet/voting/messages/KeyQueryResponseMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java b/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java index 9b9ef49..1715089 100644 --- a/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java +++ b/src/main/java/org/gnunet/voting/messages/ResultQueryFailureMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java b/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java index 9aec8b2..e542ea6 100644 --- a/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java +++ b/src/main/java/org/gnunet/voting/messages/SubmitFailureMessage.java @@ -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 diff --git a/src/main/java/org/gnunet/voting/package-info.java b/src/main/java/org/gnunet/voting/package-info.java index c7f11f8..2fecad0 100644 --- a/src/main/java/org/gnunet/voting/package-info.java +++ b/src/main/java/org/gnunet/voting/package-info.java @@ -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 diff --git a/src/main/java/org/grothoff/Runabout.java b/src/main/java/org/grothoff/Runabout.java index 2a1dbb0..3122d85 100644 --- a/src/main/java/org/grothoff/Runabout.java +++ b/src/main/java/org/grothoff/Runabout.java @@ -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 diff --git a/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java b/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java index f6033dc..e950607 100644 --- a/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java +++ b/src/test/java/org/gnunet/consensus/ConsensusSingleTest.java @@ -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 diff --git a/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java b/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java index b4b2681..fa03d70 100644 --- a/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java +++ b/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java @@ -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 diff --git a/src/test/java/org/gnunet/construct/ByteFillMessage.java b/src/test/java/org/gnunet/construct/ByteFillMessage.java index 090f7d0..247200d 100644 --- a/src/test/java/org/gnunet/construct/ByteFillMessage.java +++ b/src/test/java/org/gnunet/construct/ByteFillMessage.java @@ -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 diff --git a/src/test/java/org/gnunet/construct/QueryMessage.java b/src/test/java/org/gnunet/construct/QueryMessage.java index 4bf9af5..1a8a0fa 100644 --- a/src/test/java/org/gnunet/construct/QueryMessage.java +++ b/src/test/java/org/gnunet/construct/QueryMessage.java @@ -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 diff --git a/src/test/java/org/gnunet/construct/StringMessage.java b/src/test/java/org/gnunet/construct/StringMessage.java index 20158a1..f330162 100644 --- a/src/test/java/org/gnunet/construct/StringMessage.java +++ b/src/test/java/org/gnunet/construct/StringMessage.java @@ -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 diff --git a/src/test/java/org/gnunet/construct/VariableStringTest.java b/src/test/java/org/gnunet/construct/VariableStringTest.java index 35e3f13..2072155 100644 --- a/src/test/java/org/gnunet/construct/VariableStringTest.java +++ b/src/test/java/org/gnunet/construct/VariableStringTest.java @@ -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 diff --git a/src/test/java/org/gnunet/core/CoreTest.java b/src/test/java/org/gnunet/core/CoreTest.java index 52e04b0..86986e3 100644 --- a/src/test/java/org/gnunet/core/CoreTest.java +++ b/src/test/java/org/gnunet/core/CoreTest.java @@ -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 diff --git a/src/test/java/org/gnunet/dht/DHTTest.java b/src/test/java/org/gnunet/dht/DHTTest.java index 676b5bc..333407e 100644 --- a/src/test/java/org/gnunet/dht/DHTTest.java +++ b/src/test/java/org/gnunet/dht/DHTTest.java @@ -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 diff --git a/src/test/java/org/gnunet/identity/IdentityTest.java b/src/test/java/org/gnunet/identity/IdentityTest.java index d2102dd..dafda40 100644 --- a/src/test/java/org/gnunet/identity/IdentityTest.java +++ b/src/test/java/org/gnunet/identity/IdentityTest.java @@ -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 diff --git a/src/test/java/org/gnunet/nse/NSETest.java b/src/test/java/org/gnunet/nse/NSETest.java index e694d44..1ecdd64 100644 --- a/src/test/java/org/gnunet/nse/NSETest.java +++ b/src/test/java/org/gnunet/nse/NSETest.java @@ -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 diff --git a/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java b/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java index c9c611c..91d9f25 100644 --- a/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java +++ b/src/test/java/org/gnunet/secretsharing/SecretsharingTest.java @@ -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 diff --git a/src/test/java/org/gnunet/statistics/StatisticsTest.java b/src/test/java/org/gnunet/statistics/StatisticsTest.java index ebc03c2..5b6f77c 100644 --- a/src/test/java/org/gnunet/statistics/StatisticsTest.java +++ b/src/test/java/org/gnunet/statistics/StatisticsTest.java @@ -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 diff --git a/src/test/java/org/gnunet/testbed/TestbedTest.java b/src/test/java/org/gnunet/testbed/TestbedTest.java index 6d119de..164f034 100644 --- a/src/test/java/org/gnunet/testbed/TestbedTest.java +++ b/src/test/java/org/gnunet/testbed/TestbedTest.java @@ -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 diff --git a/src/test/java/org/gnunet/testing/TestingSetupTest.java b/src/test/java/org/gnunet/testing/TestingSetupTest.java index 263d88f..942629d 100644 --- a/src/test/java/org/gnunet/testing/TestingSetupTest.java +++ b/src/test/java/org/gnunet/testing/TestingSetupTest.java @@ -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 diff --git a/src/test/java/org/gnunet/transport/TransportTest.java b/src/test/java/org/gnunet/transport/TransportTest.java index a11be3c..f10b9da 100644 --- a/src/test/java/org/gnunet/transport/TransportTest.java +++ b/src/test/java/org/gnunet/transport/TransportTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/Assertion.java b/src/test/java/org/gnunet/util/Assertion.java index 3636aa8..f7e0b14 100644 --- a/src/test/java/org/gnunet/util/Assertion.java +++ b/src/test/java/org/gnunet/util/Assertion.java @@ -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 diff --git a/src/test/java/org/gnunet/util/ConfigDollarTest.java b/src/test/java/org/gnunet/util/ConfigDollarTest.java index 31a30fa..6972a93 100644 --- a/src/test/java/org/gnunet/util/ConfigDollarTest.java +++ b/src/test/java/org/gnunet/util/ConfigDollarTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/EcdheTest.java b/src/test/java/org/gnunet/util/EcdheTest.java index e7a9791..c4e41ba 100644 --- a/src/test/java/org/gnunet/util/EcdheTest.java +++ b/src/test/java/org/gnunet/util/EcdheTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/EcdsaTest.java b/src/test/java/org/gnunet/util/EcdsaTest.java index 0a8e50f..34ed4b5 100644 --- a/src/test/java/org/gnunet/util/EcdsaTest.java +++ b/src/test/java/org/gnunet/util/EcdsaTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/Ed25519Test.java b/src/test/java/org/gnunet/util/Ed25519Test.java index 58b329c..e80b2cc 100644 --- a/src/test/java/org/gnunet/util/Ed25519Test.java +++ b/src/test/java/org/gnunet/util/Ed25519Test.java @@ -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 diff --git a/src/test/java/org/gnunet/util/EddsaTest.java b/src/test/java/org/gnunet/util/EddsaTest.java index bc2fd33..719b98e 100644 --- a/src/test/java/org/gnunet/util/EddsaTest.java +++ b/src/test/java/org/gnunet/util/EddsaTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/ResolverTest.java b/src/test/java/org/gnunet/util/ResolverTest.java index becea83..9e27e23 100644 --- a/src/test/java/org/gnunet/util/ResolverTest.java +++ b/src/test/java/org/gnunet/util/ResolverTest.java @@ -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 diff --git a/src/test/java/org/gnunet/util/ServerExample.java b/src/test/java/org/gnunet/util/ServerExample.java index 38dd9d3..c19ef4b 100644 --- a/src/test/java/org/gnunet/util/ServerExample.java +++ b/src/test/java/org/gnunet/util/ServerExample.java @@ -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 diff --git a/src/test/java/org/gnunet/util/Wrapper.java b/src/test/java/org/gnunet/util/Wrapper.java index be84b54..0e05e8c 100644 --- a/src/test/java/org/gnunet/util/Wrapper.java +++ b/src/test/java/org/gnunet/util/Wrapper.java @@ -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 diff --git a/src/test/java/org/gnunet/util/getopt/GetoptTest.java b/src/test/java/org/gnunet/util/getopt/GetoptTest.java index 010c240..0f1180f 100644 --- a/src/test/java/org/gnunet/util/getopt/GetoptTest.java +++ b/src/test/java/org/gnunet/util/getopt/GetoptTest.java @@ -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 diff --git a/src/test/java/org/gnunet/voting/TestVotingCrypto.java b/src/test/java/org/gnunet/voting/TestVotingCrypto.java index 0f6204e..99558e0 100644 --- a/src/test/java/org/gnunet/voting/TestVotingCrypto.java +++ b/src/test/java/org/gnunet/voting/TestVotingCrypto.java @@ -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 diff --git a/src/test/java/org/grothoff/RunaboutBenchmark.java b/src/test/java/org/grothoff/RunaboutBenchmark.java index 18f456d..b3bfef8 100644 --- a/src/test/java/org/grothoff/RunaboutBenchmark.java +++ b/src/test/java/org/grothoff/RunaboutBenchmark.java @@ -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 -- cgit v1.2.3