summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-05-09 09:50:11 +0200
committerLinus Nordberg <linus@nordberg.se>2013-05-09 09:50:11 +0200
commitfed9094cd8cda69605d0c103acd14308379b6eb0 (patch)
tree0a6b6070b1c06f95aad49994f0de129be673af59
parentf0df8b47b0c7639ab3842c2b92c80f70b8ed66d3 (diff)
Whitespace changes in license headers.
-rw-r--r--lib/avp.c2
-rw-r--r--lib/compat.c2
-rw-r--r--lib/compat.h2
-rw-r--r--lib/debug.c2
-rw-r--r--lib/debug.h2
-rw-r--r--lib/err.h2
-rw-r--r--lib/packet.c2
-rw-r--r--lib/packet.h2
-rw-r--r--lib/peer.h2
-rw-r--r--lib/radsec.h2
-rw-r--r--lib/tcp.h2
-rw-r--r--lib/tls.c2
-rw-r--r--lib/udp.c2
-rw-r--r--lib/udp.h2
-rw-r--r--lib/util.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/lib/avp.c b/lib/avp.c
index c60d9ef..11c56db 100644
--- 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>
diff --git a/lib/compat.c b/lib/compat.c
index c09e795..7c4e346 100644
--- a/lib/compat.c
+++ b/lib/compat.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>
diff --git a/lib/compat.h b/lib/compat.h
index f132779..d3083e9 100644
--- a/lib/compat.h
+++ b/lib/compat.h
@@ -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);
diff --git a/lib/debug.c b/lib/debug.c
index 25c7fd6..903c793 100644
--- a/lib/debug.c
+++ b/lib/debug.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>
diff --git a/lib/debug.h b/lib/debug.h
index c319085..ed62da1 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -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++) { \
diff --git a/lib/err.h b/lib/err.h
index 6615ac8..ba83a53 100644
--- 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,
diff --git a/lib/packet.c b/lib/packet.c
index bfa82df..a0b3eb2 100644
--- a/lib/packet.c
+++ b/lib/packet.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>
diff --git a/lib/packet.h b/lib/packet.h
index c020d69..7cdbb35 100644
--- a/lib/packet.h
+++ b/lib/packet.h
@@ -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,
diff --git a/lib/peer.h b/lib/peer.h
index 4e976c5..b15395f 100644
--- a/lib/peer.h
+++ b/lib/peer.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_peer *peer_create (struct rs_context *ctx, struct rs_peer **rootp);
struct rs_peer *peer_pick_peer (struct rs_connection *conn);
diff --git a/lib/radsec.h b/lib/radsec.h
index c8fa2fb..703e44b 100644
--- a/lib/radsec.h
+++ b/lib/radsec.h
@@ -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,
diff --git a/lib/tcp.h b/lib/tcp.h
index d945fda..eddc4c8 100644
--- 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);
diff --git a/lib/tls.c b/lib/tls.c
index ddf14c9..62e219e 100644
--- 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>
diff --git a/lib/udp.c b/lib/udp.c
index 90a5fbf..5eb0645 100644
--- 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>
diff --git a/lib/udp.h b/lib/udp.h
index e0d39f0..39d1aeb 100644
--- 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);
diff --git a/lib/util.h b/lib/util.h
index 9edac7b..f988d86 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -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);