aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/requests
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/requests')
-rw-r--r--src/main/java/org/gnunet/requests/FixedMessageRequest.java2
-rw-r--r--src/main/java/org/gnunet/requests/MatchingRequestContainer.java2
-rw-r--r--src/main/java/org/gnunet/requests/Request.java8
-rw-r--r--src/main/java/org/gnunet/requests/RequestContainer.java2
-rw-r--r--src/main/java/org/gnunet/requests/RequestIdentifier.java2
-rw-r--r--src/main/java/org/gnunet/requests/SequentialRequestContainer.java2
-rw-r--r--src/main/java/org/gnunet/requests/SimpleRequestIdentifier.java2
-rw-r--r--src/main/java/org/gnunet/requests/TimeoutHandler.java2
-rw-r--r--src/main/java/org/gnunet/requests/package-info.java2
9 files changed, 12 insertions, 12 deletions
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
20 20
21/* 21/*
22 This file is part of GNUnet. 22 This file is part of GNUnet.
23 (C) 2014 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
24 24
25 GNUnet is free software; you can redistribute it and/or modify 25 GNUnet is free software; you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published 26 it under the terms of the GNU General Public License as published
@@ -40,7 +40,7 @@
40 40
41/* 41/*
42 This file is part of GNUnet. 42 This file is part of GNUnet.
43 (C) 2014 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
44 44
45 GNUnet is free software; you can redistribute it and/or modify 45 GNUnet is free software; you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published 46 it under the terms of the GNU General Public License as published
@@ -60,7 +60,7 @@
60 60
61/* 61/*
62 This file is part of GNUnet. 62 This file is part of GNUnet.
63 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 63 Copyright (C) 2011, 2012 Christian Grothoff (and other contributing authors)
64 64
65 GNUnet is free software; you can redistribute it and/or modify 65 GNUnet is free software; you can redistribute it and/or modify
66 it under the terms of the GNU General Public License as published 66 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published