aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 14:53:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 14:53:13 +0000
commit35cdff9fa295cae1566c5c73a388abc4966cde19 (patch)
tree4faaf676fd3fd44587c56963d24a275d44845f95 /src/conversation
parentaba9e4cbbaf2e2b36f7bb08aada9ba5b540a6c1c (diff)
downloadgnunet-35cdff9fa295cae1566c5c73a388abc4966cde19.tar.gz
gnunet-35cdff9fa295cae1566c5c73a388abc4966cde19.zip
-adjust includes, add missing licenses
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation.h4
-rw-r--r--src/conversation/conversation_api.c4
-rw-r--r--src/conversation/gnunet-helper-audio-playback.c36
-rw-r--r--src/conversation/gnunet-helper-audio-record.c36
-rw-r--r--src/conversation/gnunet-service-conversation.c35
5 files changed, 83 insertions, 32 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 1f30b21bf..cc36ca739 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -1,10 +1,10 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 3 (C) 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
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 2c18f0eb1..d32ec4fa6 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -1,10 +1,10 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 3 (C 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
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
diff --git a/src/conversation/gnunet-helper-audio-playback.c b/src/conversation/gnunet-helper-audio-playback.c
index 7a1cd4860..91231a87e 100644
--- a/src/conversation/gnunet-helper-audio-playback.c
+++ b/src/conversation/gnunet-helper-audio-playback.c
@@ -1,8 +1,34 @@
1#include <gnunet/platform.h> 1/*
2#include <gnunet/gnunet_util_lib.h> 2 This file is part of GNUnet.
3#include "gnunet_protocols_conversation.h" 3 (C) 2013 Christian Grothoff (and other contributing authors)
4#include <gnunet/gnunet_constants.h> 4
5#include <gnunet/gnunet_core_service.h> 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 * @file conversation/gnunet-helper-audio-playback.c
22 * @brief constants for network protocols
23 * @author Siomon Dieterle
24 * @author Andreas Fuchs
25 */
26#include "platform.h"
27#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h"
29#include "conversation.h"
30#include "gnunet_constants.h"
31#include "gnunet_core_service.h"
6 32
7#include <pulse/simple.h> 33#include <pulse/simple.h>
8#include <pulse/error.h> 34#include <pulse/error.h>
diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c
index 839c2f4d3..a6b97278b 100644
--- a/src/conversation/gnunet-helper-audio-record.c
+++ b/src/conversation/gnunet-helper-audio-record.c
@@ -1,8 +1,34 @@
1#include <gnunet/platform.h> 1/*
2#include <gnunet/gnunet_util_lib.h> 2 This file is part of GNUnet.
3#include "gnunet_protocols_conversation.h" 3 (C) 2013 Christian Grothoff (and other contributing authors)
4#include <gnunet/gnunet_constants.h> 4
5#include <gnunet/gnunet_core_service.h> 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 * @file conversation/gnunet-helper-audio-playback.c
22 * @brief constants for network protocols
23 * @author Siomon Dieterle
24 * @author Andreas Fuchs
25 */
26#include "platform.h"
27#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h"
29#include "conversation.h"
30#include "gnunet_constants.h"
31#include "gnunet_core_service.h"
6 32
7#include <pulse/simple.h> 33#include <pulse/simple.h>
8#include <pulse/error.h> 34#include <pulse/error.h>
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 2d2d815d8..470485fed 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1,23 +1,22 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 3 (C) 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
7 by the Free Software Foundation; either version 3, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details. 13 General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 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 16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20
21/** 20/**
22 * @file conversation/gnunet-service-conversation.c 21 * @file conversation/gnunet-service-conversation.c
23 * @brief conversation service implementation 22 * @brief conversation service implementation