aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/identity
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/identity')
-rw-r--r--src/main/java/org/gnunet/identity/Identity.java2
-rw-r--r--src/main/java/org/gnunet/identity/IdentityCallback.java2
-rw-r--r--src/main/java/org/gnunet/identity/IdentityContinuation.java2
-rw-r--r--src/main/java/org/gnunet/identity/IdentityListCallback.java2
-rw-r--r--src/main/java/org/gnunet/identity/messages/CreateRequestMessage.java4
-rw-r--r--src/main/java/org/gnunet/identity/messages/DeleteMessage.java2
-rw-r--r--src/main/java/org/gnunet/identity/messages/GetDefaultMessage.java8
-rw-r--r--src/main/java/org/gnunet/identity/messages/RenameMessage.java4
-rw-r--r--src/main/java/org/gnunet/identity/messages/ResultCodeMessage.java10
-rw-r--r--src/main/java/org/gnunet/identity/messages/SetDefaultMessage.java6
-rw-r--r--src/main/java/org/gnunet/identity/messages/StartMessage.java6
-rw-r--r--src/main/java/org/gnunet/identity/messages/UpdateListMessage.java8
-rw-r--r--src/main/java/org/gnunet/identity/package-info.java2
13 files changed, 29 insertions, 29 deletions
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 63 Copyright (C) 2012, 2013 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 63 Copyright (C) 2012, 2013 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
@@ -80,7 +80,7 @@
80 80
81/* 81/*
82 This file is part of GNUnet. 82 This file is part of GNUnet.
83 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 83 Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
84 84
85 GNUnet is free software; you can redistribute it and/or modify 85 GNUnet is free software; you can redistribute it and/or modify
86 it under the terms of the GNU General Public License as published 86 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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2012, 2013 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
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2012, 2013 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
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 43 Copyright (C) 2012, 2013 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) 2012, 2013 Christian Grothoff (and other contributing authors) 63 Copyright (C) 2012, 2013 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/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 @@
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