[pisa-src] r1297 - in trunk/community-operator: pisa_cert.c pisa_cert.h

  • From: Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 18:19:28 +0200

Author: marten
Date: Thu Oct 22 18:19:28 2009
New Revision: 1297

Log:
Added copyright boilerplates and remove HIP prefix.

Modified:
   trunk/community-operator/pisa_cert.c
   trunk/community-operator/pisa_cert.h

Modified: trunk/community-operator/pisa_cert.c
==============================================================================
--- trunk/community-operator/pisa_cert.c        Thu Oct 22 17:53:44 2009        
(r1296)
+++ trunk/community-operator/pisa_cert.c        Thu Oct 22 18:19:28 2009        
(r1297)
@@ -1,3 +1,8 @@
+/*
+ * Copyright (c) 2009, Distributed Systems Group, RWTH Aachen
+ * All rights reserved.
+ */
+
 /** @file
  * This file deals with the PISA specific handling of SPKI certificates. The
  * certificate is parsed and split into small chunks.

Modified: trunk/community-operator/pisa_cert.h
==============================================================================
--- trunk/community-operator/pisa_cert.h        Thu Oct 22 17:53:44 2009        
(r1296)
+++ trunk/community-operator/pisa_cert.h        Thu Oct 22 18:19:28 2009        
(r1297)
@@ -1,10 +1,15 @@
+/*
+ * Copyright (c) 2009, Distributed Systems Group, RWTH Aachen
+ * All rights reserved.
+ */
+
 /** @file
  * A header file for pisa_cert.c.
  *
  * @author Thomas Jansen
  */
-#ifndef HIP_PISA_CERT_H
-#define HIP_PISA_CERT_H
+#ifndef PISA_CERT_H
+#define PISA_CERT_H
 
 #include <time.h>
 #include <arpa/inet.h>
@@ -27,4 +32,4 @@
  */
 void pisa_split_cert(char *cert, struct pisa_cert *pc);
 
-#endif
+#endif /* PISA_CERT_H */

Other related posts:

  • » [pisa-src] r1297 - in trunk/community-operator: pisa_cert.c pisa_cert.h - Jan Marten