aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/peerstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/peerstore')
-rw-r--r--src/main/java/org/gnunet/peerstore/IterateRequest.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/Peerstore.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/PeerstoreReceiver.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/StoreOption.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/WatchRequest.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/messages/IterateEndMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/messages/IterateMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/messages/IterateRecordMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerstore/messages/StoreMessage.java2
9 files changed, 9 insertions, 9 deletions
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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