aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/peerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/peerinfo')
-rw-r--r--src/main/java/org/gnunet/peerinfo/PeerInfo.java2
-rw-r--r--src/main/java/org/gnunet/peerinfo/messages/InfoMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerinfo/messages/ListAllPeersMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerinfo/messages/ListPeerMessage.java2
-rw-r--r--src/main/java/org/gnunet/peerinfo/package-info.java2
5 files changed, 5 insertions, 5 deletions
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 @@
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/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 @@
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/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 @@
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/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 @@
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/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 @@
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