aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-02-03 23:20:03 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-02-03 23:20:03 +0000
commit0541c693612ecc484641d5b6308c40c96a7d563b (patch)
tree7ff55fbd7ad61d087296d7696783660c7c5fbd4c
parenteea040ce328d10b30ff6da9c9e0f450e5fd0333b (diff)
downloadgnunet-java-0541c693612ecc484641d5b6308c40c96a7d563b.tar.gz
gnunet-java-0541c693612ecc484641d5b6308c40c96a7d563b.zip
removed obsolete class, added copyright notices
-rw-r--r--src/main/java/org/gnunet/gns/GnsRecord.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/java/org/gnunet/gns/GnsRecord.java b/src/main/java/org/gnunet/gns/GnsRecord.java
index 07858f9..946678c 100644
--- a/src/main/java/org/gnunet/gns/GnsRecord.java
+++ b/src/main/java/org/gnunet/gns/GnsRecord.java
@@ -1,3 +1,24 @@
1/*
2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors)
4
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
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
21
1package org.gnunet.gns; 22package org.gnunet.gns;
2 23
3 24