Update copyright years.
[libradsec.git] / lib / include / radsec / request.h
index e914164..d4c72b3 100644 (file)
@@ -1,7 +1,11 @@
 /** \file request.h
     \brief Public interface for libradsec request's.  */
 
-/* See the file COPYING for licensing information.  */
+/* Copyright 2010-2013 NORDUnet A/S. All rights reserved.
+   See LICENSE for licensing information. */
+
+#ifndef _RADSEC_REQUEST_H_
+#define _RADSEC_REQUEST_H_ 1
 
 struct rs_request;
 
@@ -42,3 +46,5 @@ struct rs_packet *rs_request_get_reqmsg(const struct rs_request *req);
 #if defined (__cplusplus)
 }
 #endif
+
+#endif /* _RADSEC_REQUEST_H_ */