gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35140 - in gnunet-mqtt/src: include mqtt


From: gnunet
Subject: [GNUnet-SVN] r35140 - in gnunet-mqtt/src: include mqtt
Date: Sun, 8 Feb 2015 00:15:45 +0100

Author: grothoff
Date: 2015-02-08 00:15:44 +0100 (Sun, 08 Feb 2015)
New Revision: 35140

Modified:
   gnunet-mqtt/src/include/gnunet_mqtt_service.h
   gnunet-mqtt/src/include/gnunet_protocols_mqtt.h
   gnunet-mqtt/src/mqtt/gnunet-mqtt-publish.c
   gnunet-mqtt/src/mqtt/gnunet-mqtt-subscribe.c
   gnunet-mqtt/src/mqtt/gnunet-service-mqtt.c
   gnunet-mqtt/src/mqtt/mqtt.h
   gnunet-mqtt/src/mqtt/mqtt_api.c
   gnunet-mqtt/src/mqtt/test_mqtt_multiple_peers.c
   gnunet-mqtt/src/mqtt/test_mqtt_regex_hash.c
   gnunet-mqtt/src/mqtt/test_mqtt_regex_plus.c
   gnunet-mqtt/src/mqtt/test_mqtt_single_peer.c
   gnunet-mqtt/src/mqtt/test_mqtt_unsubscribe.c
Log:
-bringing copyright tags up to FSF standard

Modified: gnunet-mqtt/src/include/gnunet_mqtt_service.h
===================================================================
--- gnunet-mqtt/src/include/gnunet_mqtt_service.h       2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/include/gnunet_mqtt_service.h       2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/include/gnunet_protocols_mqtt.h
===================================================================
--- gnunet-mqtt/src/include/gnunet_protocols_mqtt.h     2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/include/gnunet_protocols_mqtt.h     2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/gnunet-mqtt-publish.c
===================================================================
--- gnunet-mqtt/src/mqtt/gnunet-mqtt-publish.c  2015-02-07 23:15:08 UTC (rev 
35139)
+++ gnunet-mqtt/src/mqtt/gnunet-mqtt-publish.c  2015-02-07 23:15:44 UTC (rev 
35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/gnunet-mqtt-subscribe.c
===================================================================
--- gnunet-mqtt/src/mqtt/gnunet-mqtt-subscribe.c        2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/mqtt/gnunet-mqtt-subscribe.c        2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/gnunet-service-mqtt.c
===================================================================
--- gnunet-mqtt/src/mqtt/gnunet-service-mqtt.c  2015-02-07 23:15:08 UTC (rev 
35139)
+++ gnunet-mqtt/src/mqtt/gnunet-service-mqtt.c  2015-02-07 23:15:44 UTC (rev 
35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/mqtt.h
===================================================================
--- gnunet-mqtt/src/mqtt/mqtt.h 2015-02-07 23:15:08 UTC (rev 35139)
+++ gnunet-mqtt/src/mqtt/mqtt.h 2015-02-07 23:15:44 UTC (rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/mqtt_api.c
===================================================================
--- gnunet-mqtt/src/mqtt/mqtt_api.c     2015-02-07 23:15:08 UTC (rev 35139)
+++ gnunet-mqtt/src/mqtt/mqtt_api.c     2015-02-07 23:15:44 UTC (rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/test_mqtt_multiple_peers.c
===================================================================
--- gnunet-mqtt/src/mqtt/test_mqtt_multiple_peers.c     2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/mqtt/test_mqtt_multiple_peers.c     2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/test_mqtt_regex_hash.c
===================================================================
--- gnunet-mqtt/src/mqtt/test_mqtt_regex_hash.c 2015-02-07 23:15:08 UTC (rev 
35139)
+++ gnunet-mqtt/src/mqtt/test_mqtt_regex_hash.c 2015-02-07 23:15:44 UTC (rev 
35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/test_mqtt_regex_plus.c
===================================================================
--- gnunet-mqtt/src/mqtt/test_mqtt_regex_plus.c 2015-02-07 23:15:08 UTC (rev 
35139)
+++ gnunet-mqtt/src/mqtt/test_mqtt_regex_plus.c 2015-02-07 23:15:44 UTC (rev 
35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/test_mqtt_single_peer.c
===================================================================
--- gnunet-mqtt/src/mqtt/test_mqtt_single_peer.c        2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/mqtt/test_mqtt_single_peer.c        2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-mqtt/src/mqtt/test_mqtt_unsubscribe.c
===================================================================
--- gnunet-mqtt/src/mqtt/test_mqtt_unsubscribe.c        2015-02-07 23:15:08 UTC 
(rev 35139)
+++ gnunet-mqtt/src/mqtt/test_mqtt_unsubscribe.c        2015-02-07 23:15:44 UTC 
(rev 35140)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet-MQTT.
-     (C) 2013 Ramona Popa, Artur Grunau
+     Copyright (C) 2013 Ramona Popa, Artur Grunau
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published




reply via email to

[Prev in Thread] Current Thread [Next in Thread]