Whitespace changes in license headers.
authorLinus Nordberg <linus@nordberg.se>
Thu, 9 May 2013 07:50:11 +0000 (09:50 +0200)
committerLinus Nordberg <linus@nordberg.se>
Thu, 9 May 2013 07:50:11 +0000 (09:50 +0200)
15 files changed:
lib/avp.c
lib/compat.c
lib/compat.h
lib/debug.c
lib/debug.h
lib/err.h
lib/packet.c
lib/packet.h
lib/peer.h
lib/radsec.h
lib/tcp.h
lib/tls.c
lib/udp.c
lib/udp.h
lib/util.h

index c60d9ef..11c56db 100644 (file)
--- a/lib/avp.c
+++ b/lib/avp.c
@@ -1,5 +1,5 @@
 /* Copyright 2011 JANET(UK). All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index c09e795..7c4e346 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index f132779..d3083e9 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags);
 ssize_t compat_recv (int sockfd, void *buf, size_t len, int flags);
index 25c7fd6..903c793 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index c319085..ed62da1 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #define hd(p, l) { int i;              \
     for (i = 1; i <= l; i++) {         \
index 6615ac8..ba83a53 100644 (file)
--- a/lib/err.h
+++ b/lib/err.h
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 struct rs_error *err_create (unsigned int code,
                             const char *file,
index bfa82df..a0b3eb2 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2010-2013 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index c020d69..7cdbb35 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2010, 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 int packet_do_send (struct rs_packet *pkt);
 int packet_verify_response (struct rs_connection *conn,
index 4e976c5..b15395f 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 struct rs_peer *peer_create (struct rs_context *ctx, struct rs_peer **rootp);
 struct rs_peer *peer_pick_peer (struct rs_connection *conn);
index c8fa2fb..703e44b 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright 2012 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 struct rs_error *rs_resolve (struct evutil_addrinfo **addr,
                              rs_conn_type_t type,
index d945fda..eddc4c8 100644 (file)
--- a/lib/tcp.h
+++ b/lib/tcp.h
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 void tcp_event_cb (struct bufferevent *bev, short events, void *user_data);
 void tcp_read_cb (struct bufferevent *bev, void *user_data);
index ddf14c9..62e219e 100644 (file)
--- a/lib/tls.c
+++ b/lib/tls.c
@@ -1,5 +1,5 @@
 /* Copyright 2010-2013 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index 90a5fbf..5eb0645 100644 (file)
--- a/lib/udp.c
+++ b/lib/udp.c
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 #if defined HAVE_CONFIG_H
 #include <config.h>
index e0d39f0..39d1aeb 100644 (file)
--- a/lib/udp.h
+++ b/lib/udp.h
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 int udp_init (struct rs_connection *conn, struct rs_packet *pkt);
 int udp_init_retransmit_timer (struct rs_connection *conn);
index 9edac7b..f988d86 100644 (file)
@@ -1,4 +1,4 @@
 /* Copyright 2012 NORDUnet A/S. All rights reserved.
-   See LICENSE for licensing information.  */
+   See LICENSE for licensing information. */
 
 char *rs_strdup (struct rs_context *ctx, const char *s);