From 31adcb0e020b7861ee7f306a6e2fac0df9b10290 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 14 Jan 2019 18:07:04 +0000 Subject: src: for every AGPL3.0 file, add SPDX identifier. --- src/conversation/conversation.h | 2 ++ src/conversation/conversation_api.c | 2 ++ src/conversation/conversation_api_call.c | 2 ++ src/conversation/gnunet-conversation-test.c | 2 ++ src/conversation/gnunet-conversation.c | 2 ++ src/conversation/gnunet-helper-audio-playback-gst.c | 2 ++ src/conversation/gnunet-helper-audio-playback.c | 2 ++ src/conversation/gnunet-helper-audio-record-gst.c | 2 ++ src/conversation/gnunet-helper-audio-record.c | 2 ++ src/conversation/gnunet-service-conversation.c | 2 ++ src/conversation/gnunet_gst.c | 2 ++ src/conversation/gnunet_gst.h | 2 ++ src/conversation/gnunet_gst_def.h | 2 ++ src/conversation/gnunet_gst_test.c | 2 ++ src/conversation/microphone.c | 2 ++ src/conversation/plugin_gnsrecord_conversation.c | 2 ++ src/conversation/speaker.c | 2 ++ src/conversation/test_conversation_api.c | 2 ++ src/conversation/test_conversation_api_reject.c | 2 ++ src/conversation/test_conversation_api_twocalls.c | 2 ++ 20 files changed, 40 insertions(+) (limited to 'src/conversation') diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h index 0a71fd723..69f868e6c 100644 --- a/src/conversation/conversation.h +++ b/src/conversation/conversation.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c index b7f1af0cf..cd777c285 100644 --- a/src/conversation/conversation_api.c +++ b/src/conversation/conversation_api.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index dee4a6095..5353c3e2d 100644 --- a/src/conversation/conversation_api_call.c +++ b/src/conversation/conversation_api_call.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/gnunet-conversation-test.c b/src/conversation/gnunet-conversation-test.c index 2c9ed715b..201156f7f 100644 --- a/src/conversation/gnunet-conversation-test.c +++ b/src/conversation/gnunet-conversation-test.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index bb4946720..6c3db2184 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-conversation.c diff --git a/src/conversation/gnunet-helper-audio-playback-gst.c b/src/conversation/gnunet-helper-audio-playback-gst.c index b3656417e..51450af90 100644 --- a/src/conversation/gnunet-helper-audio-playback-gst.c +++ b/src/conversation/gnunet-helper-audio-playback-gst.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-helper-audio-playback-gst.c diff --git a/src/conversation/gnunet-helper-audio-playback.c b/src/conversation/gnunet-helper-audio-playback.c index 093b08ec3..e86bb6508 100644 --- a/src/conversation/gnunet-helper-audio-playback.c +++ b/src/conversation/gnunet-helper-audio-playback.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-helper-audio-playback.c diff --git a/src/conversation/gnunet-helper-audio-record-gst.c b/src/conversation/gnunet-helper-audio-record-gst.c index fbba7da39..78c94c83e 100644 --- a/src/conversation/gnunet-helper-audio-record-gst.c +++ b/src/conversation/gnunet-helper-audio-record-gst.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-helper-audio-record-gst.c diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c index 89800faa2..f3f51e681 100644 --- a/src/conversation/gnunet-helper-audio-record.c +++ b/src/conversation/gnunet-helper-audio-record.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-helper-audio-record.c diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c index 059bb158b..ad449a309 100644 --- a/src/conversation/gnunet-service-conversation.c +++ b/src/conversation/gnunet-service-conversation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet-service-conversation.c diff --git a/src/conversation/gnunet_gst.c b/src/conversation/gnunet_gst.c index 279c5522b..c08468996 100644 --- a/src/conversation/gnunet_gst.c +++ b/src/conversation/gnunet_gst.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet_gst.c diff --git a/src/conversation/gnunet_gst.h b/src/conversation/gnunet_gst.h index 69ac0933c..88e2dc100 100644 --- a/src/conversation/gnunet_gst.h +++ b/src/conversation/gnunet_gst.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet_gst.c diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h index 225bb2dc5..131dc4f7d 100644 --- a/src/conversation/gnunet_gst_def.h +++ b/src/conversation/gnunet_gst_def.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet_gst_def.h diff --git a/src/conversation/gnunet_gst_test.c b/src/conversation/gnunet_gst_test.c index 46073ebe3..f52130fa4 100644 --- a/src/conversation/gnunet_gst_test.c +++ b/src/conversation/gnunet_gst_test.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/gnunet_gst_test.c diff --git a/src/conversation/microphone.c b/src/conversation/microphone.c index 7df436217..57588f05a 100644 --- a/src/conversation/microphone.c +++ b/src/conversation/microphone.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/plugin_gnsrecord_conversation.c b/src/conversation/plugin_gnsrecord_conversation.c index 1825c6d4b..41c09ade9 100644 --- a/src/conversation/plugin_gnsrecord_conversation.c +++ b/src/conversation/plugin_gnsrecord_conversation.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/speaker.c b/src/conversation/speaker.c index 7f336d632..e2ace9115 100644 --- a/src/conversation/speaker.c +++ b/src/conversation/speaker.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c index f96a6e79f..0e3dd975b 100644 --- a/src/conversation/test_conversation_api.c +++ b/src/conversation/test_conversation_api.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/test_conversation_api.c diff --git a/src/conversation/test_conversation_api_reject.c b/src/conversation/test_conversation_api_reject.c index 301574c2f..dc4785258 100644 --- a/src/conversation/test_conversation_api_reject.c +++ b/src/conversation/test_conversation_api_reject.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/test_conversation_api_reject.c diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c index 499eaba88..0b19f4783 100644 --- a/src/conversation/test_conversation_api_twocalls.c +++ b/src/conversation/test_conversation_api_twocalls.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file conversation/test_conversation_api_twocalls.c -- cgit v1.2.3